thinkpad-acpi.txt 54 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487
  1. ThinkPad ACPI Extras Driver
  2. Version 0.25
  3. October 16th, 2013
  4. Borislav Deianov <borislav@users.sf.net>
  5. Henrique de Moraes Holschuh <hmh@hmh.eng.br>
  6. http://ibm-acpi.sf.net/
  7. This is a Linux driver for the IBM and Lenovo ThinkPad laptops. It
  8. supports various features of these laptops which are accessible
  9. through the ACPI and ACPI EC framework, but not otherwise fully
  10. supported by the generic Linux ACPI drivers.
  11. This driver used to be named ibm-acpi until kernel 2.6.21 and release
  12. 0.13-20070314. It used to be in the drivers/acpi tree, but it was
  13. moved to the drivers/misc tree and renamed to thinkpad-acpi for kernel
  14. 2.6.22, and release 0.14. It was moved to drivers/platform/x86 for
  15. kernel 2.6.29 and release 0.22.
  16. The driver is named "thinkpad-acpi". In some places, like module
  17. names and log messages, "thinkpad_acpi" is used because of userspace
  18. issues.
  19. "tpacpi" is used as a shorthand where "thinkpad-acpi" would be too
  20. long due to length limitations on some Linux kernel versions.
  21. Status
  22. ------
  23. The features currently supported are the following (see below for
  24. detailed description):
  25. - Fn key combinations
  26. - Bluetooth enable and disable
  27. - video output switching, expansion control
  28. - ThinkLight on and off
  29. - CMOS/UCMS control
  30. - LED control
  31. - ACPI sounds
  32. - temperature sensors
  33. - Experimental: embedded controller register dump
  34. - LCD brightness control
  35. - Volume control
  36. - Fan control and monitoring: fan speed, fan enable/disable
  37. - WAN enable and disable
  38. - UWB enable and disable
  39. A compatibility table by model and feature is maintained on the web
  40. site, http://ibm-acpi.sf.net/. I appreciate any success or failure
  41. reports, especially if they add to or correct the compatibility table.
  42. Please include the following information in your report:
  43. - ThinkPad model name
  44. - a copy of your ACPI tables, using the "acpidump" utility
  45. - a copy of the output of dmidecode, with serial numbers
  46. and UUIDs masked off
  47. - which driver features work and which don't
  48. - the observed behavior of non-working features
  49. Any other comments or patches are also more than welcome.
  50. Installation
  51. ------------
  52. If you are compiling this driver as included in the Linux kernel
  53. sources, look for the CONFIG_THINKPAD_ACPI Kconfig option.
  54. It is located on the menu path: "Device Drivers" -> "X86 Platform
  55. Specific Device Drivers" -> "ThinkPad ACPI Laptop Extras".
  56. Features
  57. --------
  58. The driver exports two different interfaces to userspace, which can be
  59. used to access the features it provides. One is a legacy procfs-based
  60. interface, which will be removed at some time in the future. The other
  61. is a new sysfs-based interface which is not complete yet.
  62. The procfs interface creates the /proc/acpi/ibm directory. There is a
  63. file under that directory for each feature it supports. The procfs
  64. interface is mostly frozen, and will change very little if at all: it
  65. will not be extended to add any new functionality in the driver, instead
  66. all new functionality will be implemented on the sysfs interface.
  67. The sysfs interface tries to blend in the generic Linux sysfs subsystems
  68. and classes as much as possible. Since some of these subsystems are not
  69. yet ready or stabilized, it is expected that this interface will change,
  70. and any and all userspace programs must deal with it.
  71. Notes about the sysfs interface:
  72. Unlike what was done with the procfs interface, correctness when talking
  73. to the sysfs interfaces will be enforced, as will correctness in the
  74. thinkpad-acpi's implementation of sysfs interfaces.
  75. Also, any bugs in the thinkpad-acpi sysfs driver code or in the
  76. thinkpad-acpi's implementation of the sysfs interfaces will be fixed for
  77. maximum correctness, even if that means changing an interface in
  78. non-compatible ways. As these interfaces mature both in the kernel and
  79. in thinkpad-acpi, such changes should become quite rare.
  80. Applications interfacing to the thinkpad-acpi sysfs interfaces must
  81. follow all sysfs guidelines and correctly process all errors (the sysfs
  82. interface makes extensive use of errors). File descriptors and open /
  83. close operations to the sysfs inodes must also be properly implemented.
  84. The version of thinkpad-acpi's sysfs interface is exported by the driver
  85. as a driver attribute (see below).
  86. Sysfs driver attributes are on the driver's sysfs attribute space,
  87. for 2.6.23+ this is /sys/bus/platform/drivers/thinkpad_acpi/ and
  88. /sys/bus/platform/drivers/thinkpad_hwmon/
  89. Sysfs device attributes are on the thinkpad_acpi device sysfs attribute
  90. space, for 2.6.23+ this is /sys/devices/platform/thinkpad_acpi/.
  91. Sysfs device attributes for the sensors and fan are on the
  92. thinkpad_hwmon device's sysfs attribute space, but you should locate it
  93. looking for a hwmon device with the name attribute of "thinkpad", or
  94. better yet, through libsensors. For 4.14+ sysfs attributes were moved to the
  95. hwmon device (/sys/bus/platform/devices/thinkpad_hwmon/hwmon/hwmon? or
  96. /sys/class/hwmon/hwmon?).
  97. Driver version
  98. --------------
  99. procfs: /proc/acpi/ibm/driver
  100. sysfs driver attribute: version
  101. The driver name and version. No commands can be written to this file.
  102. Sysfs interface version
  103. -----------------------
  104. sysfs driver attribute: interface_version
  105. Version of the thinkpad-acpi sysfs interface, as an unsigned long
  106. (output in hex format: 0xAAAABBCC), where:
  107. AAAA - major revision
  108. BB - minor revision
  109. CC - bugfix revision
  110. The sysfs interface version changelog for the driver can be found at the
  111. end of this document. Changes to the sysfs interface done by the kernel
  112. subsystems are not documented here, nor are they tracked by this
  113. attribute.
  114. Changes to the thinkpad-acpi sysfs interface are only considered
  115. non-experimental when they are submitted to Linux mainline, at which
  116. point the changes in this interface are documented and interface_version
  117. may be updated. If you are using any thinkpad-acpi features not yet
  118. sent to mainline for merging, you do so on your own risk: these features
  119. may disappear, or be implemented in a different and incompatible way by
  120. the time they are merged in Linux mainline.
  121. Changes that are backwards-compatible by nature (e.g. the addition of
  122. attributes that do not change the way the other attributes work) do not
  123. always warrant an update of interface_version. Therefore, one must
  124. expect that an attribute might not be there, and deal with it properly
  125. (an attribute not being there *is* a valid way to make it clear that a
  126. feature is not available in sysfs).
  127. Hot keys
  128. --------
  129. procfs: /proc/acpi/ibm/hotkey
  130. sysfs device attribute: hotkey_*
  131. In a ThinkPad, the ACPI HKEY handler is responsible for communicating
  132. some important events and also keyboard hot key presses to the operating
  133. system. Enabling the hotkey functionality of thinkpad-acpi signals the
  134. firmware that such a driver is present, and modifies how the ThinkPad
  135. firmware will behave in many situations.
  136. The driver enables the HKEY ("hot key") event reporting automatically
  137. when loaded, and disables it when it is removed.
  138. The driver will report HKEY events in the following format:
  139. ibm/hotkey HKEY 00000080 0000xxxx
  140. Some of these events refer to hot key presses, but not all of them.
  141. The driver will generate events over the input layer for hot keys and
  142. radio switches, and over the ACPI netlink layer for other events. The
  143. input layer support accepts the standard IOCTLs to remap the keycodes
  144. assigned to each hot key.
  145. The hot key bit mask allows some control over which hot keys generate
  146. events. If a key is "masked" (bit set to 0 in the mask), the firmware
  147. will handle it. If it is "unmasked", it signals the firmware that
  148. thinkpad-acpi would prefer to handle it, if the firmware would be so
  149. kind to allow it (and it often doesn't!).
  150. Not all bits in the mask can be modified. Not all bits that can be
  151. modified do anything. Not all hot keys can be individually controlled
  152. by the mask. Some models do not support the mask at all. The behaviour
  153. of the mask is, therefore, highly dependent on the ThinkPad model.
  154. The driver will filter out any unmasked hotkeys, so even if the firmware
  155. doesn't allow disabling an specific hotkey, the driver will not report
  156. events for unmasked hotkeys.
  157. Note that unmasking some keys prevents their default behavior. For
  158. example, if Fn+F5 is unmasked, that key will no longer enable/disable
  159. Bluetooth by itself in firmware.
  160. Note also that not all Fn key combinations are supported through ACPI
  161. depending on the ThinkPad model and firmware version. On those
  162. ThinkPads, it is still possible to support some extra hotkeys by
  163. polling the "CMOS NVRAM" at least 10 times per second. The driver
  164. attempts to enables this functionality automatically when required.
  165. procfs notes:
  166. The following commands can be written to the /proc/acpi/ibm/hotkey file:
  167. echo 0xffffffff > /proc/acpi/ibm/hotkey -- enable all hot keys
  168. echo 0 > /proc/acpi/ibm/hotkey -- disable all possible hot keys
  169. ... any other 8-hex-digit mask ...
  170. echo reset > /proc/acpi/ibm/hotkey -- restore the recommended mask
  171. The following commands have been deprecated and will cause the kernel
  172. to log a warning:
  173. echo enable > /proc/acpi/ibm/hotkey -- does nothing
  174. echo disable > /proc/acpi/ibm/hotkey -- returns an error
  175. The procfs interface does not support NVRAM polling control. So as to
  176. maintain maximum bug-to-bug compatibility, it does not report any masks,
  177. nor does it allow one to manipulate the hot key mask when the firmware
  178. does not support masks at all, even if NVRAM polling is in use.
  179. sysfs notes:
  180. hotkey_bios_enabled:
  181. DEPRECATED, WILL BE REMOVED SOON.
  182. Returns 0.
  183. hotkey_bios_mask:
  184. DEPRECATED, DON'T USE, WILL BE REMOVED IN THE FUTURE.
  185. Returns the hot keys mask when thinkpad-acpi was loaded.
  186. Upon module unload, the hot keys mask will be restored
  187. to this value. This is always 0x80c, because those are
  188. the hotkeys that were supported by ancient firmware
  189. without mask support.
  190. hotkey_enable:
  191. DEPRECATED, WILL BE REMOVED SOON.
  192. 0: returns -EPERM
  193. 1: does nothing
  194. hotkey_mask:
  195. bit mask to enable reporting (and depending on
  196. the firmware, ACPI event generation) for each hot key
  197. (see above). Returns the current status of the hot keys
  198. mask, and allows one to modify it.
  199. hotkey_all_mask:
  200. bit mask that should enable event reporting for all
  201. supported hot keys, when echoed to hotkey_mask above.
  202. Unless you know which events need to be handled
  203. passively (because the firmware *will* handle them
  204. anyway), do *not* use hotkey_all_mask. Use
  205. hotkey_recommended_mask, instead. You have been warned.
  206. hotkey_recommended_mask:
  207. bit mask that should enable event reporting for all
  208. supported hot keys, except those which are always
  209. handled by the firmware anyway. Echo it to
  210. hotkey_mask above, to use. This is the default mask
  211. used by the driver.
  212. hotkey_source_mask:
  213. bit mask that selects which hot keys will the driver
  214. poll the NVRAM for. This is auto-detected by the driver
  215. based on the capabilities reported by the ACPI firmware,
  216. but it can be overridden at runtime.
  217. Hot keys whose bits are set in hotkey_source_mask are
  218. polled for in NVRAM, and reported as hotkey events if
  219. enabled in hotkey_mask. Only a few hot keys are
  220. available through CMOS NVRAM polling.
  221. Warning: when in NVRAM mode, the volume up/down/mute
  222. keys are synthesized according to changes in the mixer,
  223. which uses a single volume up or volume down hotkey
  224. press to unmute, as per the ThinkPad volume mixer user
  225. interface. When in ACPI event mode, volume up/down/mute
  226. events are reported by the firmware and can behave
  227. differently (and that behaviour changes with firmware
  228. version -- not just with firmware models -- as well as
  229. OSI(Linux) state).
  230. hotkey_poll_freq:
  231. frequency in Hz for hot key polling. It must be between
  232. 0 and 25 Hz. Polling is only carried out when strictly
  233. needed.
  234. Setting hotkey_poll_freq to zero disables polling, and
  235. will cause hot key presses that require NVRAM polling
  236. to never be reported.
  237. Setting hotkey_poll_freq too low may cause repeated
  238. pressings of the same hot key to be misreported as a
  239. single key press, or to not even be detected at all.
  240. The recommended polling frequency is 10Hz.
  241. hotkey_radio_sw:
  242. If the ThinkPad has a hardware radio switch, this
  243. attribute will read 0 if the switch is in the "radios
  244. disabled" position, and 1 if the switch is in the
  245. "radios enabled" position.
  246. This attribute has poll()/select() support.
  247. hotkey_tablet_mode:
  248. If the ThinkPad has tablet capabilities, this attribute
  249. will read 0 if the ThinkPad is in normal mode, and
  250. 1 if the ThinkPad is in tablet mode.
  251. This attribute has poll()/select() support.
  252. wakeup_reason:
  253. Set to 1 if the system is waking up because the user
  254. requested a bay ejection. Set to 2 if the system is
  255. waking up because the user requested the system to
  256. undock. Set to zero for normal wake-ups or wake-ups
  257. due to unknown reasons.
  258. This attribute has poll()/select() support.
  259. wakeup_hotunplug_complete:
  260. Set to 1 if the system was waken up because of an
  261. undock or bay ejection request, and that request
  262. was successfully completed. At this point, it might
  263. be useful to send the system back to sleep, at the
  264. user's choice. Refer to HKEY events 0x4003 and
  265. 0x3003, below.
  266. This attribute has poll()/select() support.
  267. input layer notes:
  268. A Hot key is mapped to a single input layer EV_KEY event, possibly
  269. followed by an EV_MSC MSC_SCAN event that shall contain that key's scan
  270. code. An EV_SYN event will always be generated to mark the end of the
  271. event block.
  272. Do not use the EV_MSC MSC_SCAN events to process keys. They are to be
  273. used as a helper to remap keys, only. They are particularly useful when
  274. remapping KEY_UNKNOWN keys.
  275. The events are available in an input device, with the following id:
  276. Bus: BUS_HOST
  277. vendor: 0x1014 (PCI_VENDOR_ID_IBM) or
  278. 0x17aa (PCI_VENDOR_ID_LENOVO)
  279. product: 0x5054 ("TP")
  280. version: 0x4101
  281. The version will have its LSB incremented if the keymap changes in a
  282. backwards-compatible way. The MSB shall always be 0x41 for this input
  283. device. If the MSB is not 0x41, do not use the device as described in
  284. this section, as it is either something else (e.g. another input device
  285. exported by a thinkpad driver, such as HDAPS) or its functionality has
  286. been changed in a non-backwards compatible way.
  287. Adding other event types for other functionalities shall be considered a
  288. backwards-compatible change for this input device.
  289. Thinkpad-acpi Hot Key event map (version 0x4101):
  290. ACPI Scan
  291. event code Key Notes
  292. 0x1001 0x00 FN+F1 -
  293. 0x1002 0x01 FN+F2 IBM: battery (rare)
  294. Lenovo: Screen lock
  295. 0x1003 0x02 FN+F3 Many IBM models always report
  296. this hot key, even with hot keys
  297. disabled or with Fn+F3 masked
  298. off
  299. IBM: screen lock, often turns
  300. off the ThinkLight as side-effect
  301. Lenovo: battery
  302. 0x1004 0x03 FN+F4 Sleep button (ACPI sleep button
  303. semantics, i.e. sleep-to-RAM).
  304. It always generates some kind
  305. of event, either the hot key
  306. event or an ACPI sleep button
  307. event. The firmware may
  308. refuse to generate further FN+F4
  309. key presses until a S3 or S4 ACPI
  310. sleep cycle is performed or some
  311. time passes.
  312. 0x1005 0x04 FN+F5 Radio. Enables/disables
  313. the internal Bluetooth hardware
  314. and W-WAN card if left in control
  315. of the firmware. Does not affect
  316. the WLAN card.
  317. Should be used to turn on/off all
  318. radios (Bluetooth+W-WAN+WLAN),
  319. really.
  320. 0x1006 0x05 FN+F6 -
  321. 0x1007 0x06 FN+F7 Video output cycle.
  322. Do you feel lucky today?
  323. 0x1008 0x07 FN+F8 IBM: toggle screen expand
  324. Lenovo: configure UltraNav,
  325. or toggle screen expand
  326. 0x1009 0x08 FN+F9 -
  327. .. .. ..
  328. 0x100B 0x0A FN+F11 -
  329. 0x100C 0x0B FN+F12 Sleep to disk. You are always
  330. supposed to handle it yourself,
  331. either through the ACPI event,
  332. or through a hotkey event.
  333. The firmware may refuse to
  334. generate further FN+F12 key
  335. press events until a S3 or S4
  336. ACPI sleep cycle is performed,
  337. or some time passes.
  338. 0x100D 0x0C FN+BACKSPACE -
  339. 0x100E 0x0D FN+INSERT -
  340. 0x100F 0x0E FN+DELETE -
  341. 0x1010 0x0F FN+HOME Brightness up. This key is
  342. always handled by the firmware
  343. in IBM ThinkPads, even when
  344. unmasked. Just leave it alone.
  345. For Lenovo ThinkPads with a new
  346. BIOS, it has to be handled either
  347. by the ACPI OSI, or by userspace.
  348. The driver does the right thing,
  349. never mess with this.
  350. 0x1011 0x10 FN+END Brightness down. See brightness
  351. up for details.
  352. 0x1012 0x11 FN+PGUP ThinkLight toggle. This key is
  353. always handled by the firmware,
  354. even when unmasked.
  355. 0x1013 0x12 FN+PGDOWN -
  356. 0x1014 0x13 FN+SPACE Zoom key
  357. 0x1015 0x14 VOLUME UP Internal mixer volume up. This
  358. key is always handled by the
  359. firmware, even when unmasked.
  360. NOTE: Lenovo seems to be changing
  361. this.
  362. 0x1016 0x15 VOLUME DOWN Internal mixer volume up. This
  363. key is always handled by the
  364. firmware, even when unmasked.
  365. NOTE: Lenovo seems to be changing
  366. this.
  367. 0x1017 0x16 MUTE Mute internal mixer. This
  368. key is always handled by the
  369. firmware, even when unmasked.
  370. 0x1018 0x17 THINKPAD ThinkPad/Access IBM/Lenovo key
  371. 0x1019 0x18 unknown
  372. .. .. ..
  373. 0x1020 0x1F unknown
  374. The ThinkPad firmware does not allow one to differentiate when most hot
  375. keys are pressed or released (either that, or we don't know how to, yet).
  376. For these keys, the driver generates a set of events for a key press and
  377. immediately issues the same set of events for a key release. It is
  378. unknown by the driver if the ThinkPad firmware triggered these events on
  379. hot key press or release, but the firmware will do it for either one, not
  380. both.
  381. If a key is mapped to KEY_RESERVED, it generates no input events at all.
  382. If a key is mapped to KEY_UNKNOWN, it generates an input event that
  383. includes an scan code. If a key is mapped to anything else, it will
  384. generate input device EV_KEY events.
  385. In addition to the EV_KEY events, thinkpad-acpi may also issue EV_SW
  386. events for switches:
  387. SW_RFKILL_ALL T60 and later hardware rfkill rocker switch
  388. SW_TABLET_MODE Tablet ThinkPads HKEY events 0x5009 and 0x500A
  389. Non hotkey ACPI HKEY event map:
  390. -------------------------------
  391. Events that are never propagated by the driver:
  392. 0x2304 System is waking up from suspend to undock
  393. 0x2305 System is waking up from suspend to eject bay
  394. 0x2404 System is waking up from hibernation to undock
  395. 0x2405 System is waking up from hibernation to eject bay
  396. 0x5001 Lid closed
  397. 0x5002 Lid opened
  398. 0x5009 Tablet swivel: switched to tablet mode
  399. 0x500A Tablet swivel: switched to normal mode
  400. 0x5010 Brightness level changed/control event
  401. 0x6000 KEYBOARD: Numlock key pressed
  402. 0x6005 KEYBOARD: Fn key pressed (TO BE VERIFIED)
  403. 0x7000 Radio Switch may have changed state
  404. Events that are propagated by the driver to userspace:
  405. 0x2313 ALARM: System is waking up from suspend because
  406. the battery is nearly empty
  407. 0x2413 ALARM: System is waking up from hibernation because
  408. the battery is nearly empty
  409. 0x3003 Bay ejection (see 0x2x05) complete, can sleep again
  410. 0x3006 Bay hotplug request (hint to power up SATA link when
  411. the optical drive tray is ejected)
  412. 0x4003 Undocked (see 0x2x04), can sleep again
  413. 0x4010 Docked into hotplug port replicator (non-ACPI dock)
  414. 0x4011 Undocked from hotplug port replicator (non-ACPI dock)
  415. 0x500B Tablet pen inserted into its storage bay
  416. 0x500C Tablet pen removed from its storage bay
  417. 0x6011 ALARM: battery is too hot
  418. 0x6012 ALARM: battery is extremely hot
  419. 0x6021 ALARM: a sensor is too hot
  420. 0x6022 ALARM: a sensor is extremely hot
  421. 0x6030 System thermal table changed
  422. 0x6032 Thermal Control command set completion (DYTC, Windows)
  423. 0x6040 Nvidia Optimus/AC adapter related (TO BE VERIFIED)
  424. 0x60C0 X1 Yoga 2016, Tablet mode status changed
  425. 0x60F0 Thermal Transformation changed (GMTS, Windows)
  426. Battery nearly empty alarms are a last resort attempt to get the
  427. operating system to hibernate or shutdown cleanly (0x2313), or shutdown
  428. cleanly (0x2413) before power is lost. They must be acted upon, as the
  429. wake up caused by the firmware will have negated most safety nets...
  430. When any of the "too hot" alarms happen, according to Lenovo the user
  431. should suspend or hibernate the laptop (and in the case of battery
  432. alarms, unplug the AC adapter) to let it cool down. These alarms do
  433. signal that something is wrong, they should never happen on normal
  434. operating conditions.
  435. The "extremely hot" alarms are emergencies. According to Lenovo, the
  436. operating system is to force either an immediate suspend or hibernate
  437. cycle, or a system shutdown. Obviously, something is very wrong if this
  438. happens.
  439. Brightness hotkey notes:
  440. Don't mess with the brightness hotkeys in a Thinkpad. If you want
  441. notifications for OSD, use the sysfs backlight class event support.
  442. The driver will issue KEY_BRIGHTNESS_UP and KEY_BRIGHTNESS_DOWN events
  443. automatically for the cases were userspace has to do something to
  444. implement brightness changes. When you override these events, you will
  445. either fail to handle properly the ThinkPads that require explicit
  446. action to change backlight brightness, or the ThinkPads that require
  447. that no action be taken to work properly.
  448. Bluetooth
  449. ---------
  450. procfs: /proc/acpi/ibm/bluetooth
  451. sysfs device attribute: bluetooth_enable (deprecated)
  452. sysfs rfkill class: switch "tpacpi_bluetooth_sw"
  453. This feature shows the presence and current state of a ThinkPad
  454. Bluetooth device in the internal ThinkPad CDC slot.
  455. If the ThinkPad supports it, the Bluetooth state is stored in NVRAM,
  456. so it is kept across reboots and power-off.
  457. Procfs notes:
  458. If Bluetooth is installed, the following commands can be used:
  459. echo enable > /proc/acpi/ibm/bluetooth
  460. echo disable > /proc/acpi/ibm/bluetooth
  461. Sysfs notes:
  462. If the Bluetooth CDC card is installed, it can be enabled /
  463. disabled through the "bluetooth_enable" thinkpad-acpi device
  464. attribute, and its current status can also be queried.
  465. enable:
  466. 0: disables Bluetooth / Bluetooth is disabled
  467. 1: enables Bluetooth / Bluetooth is enabled.
  468. Note: this interface has been superseded by the generic rfkill
  469. class. It has been deprecated, and it will be removed in year
  470. 2010.
  471. rfkill controller switch "tpacpi_bluetooth_sw": refer to
  472. Documentation/rfkill.txt for details.
  473. Video output control -- /proc/acpi/ibm/video
  474. --------------------------------------------
  475. This feature allows control over the devices used for video output -
  476. LCD, CRT or DVI (if available). The following commands are available:
  477. echo lcd_enable > /proc/acpi/ibm/video
  478. echo lcd_disable > /proc/acpi/ibm/video
  479. echo crt_enable > /proc/acpi/ibm/video
  480. echo crt_disable > /proc/acpi/ibm/video
  481. echo dvi_enable > /proc/acpi/ibm/video
  482. echo dvi_disable > /proc/acpi/ibm/video
  483. echo auto_enable > /proc/acpi/ibm/video
  484. echo auto_disable > /proc/acpi/ibm/video
  485. echo expand_toggle > /proc/acpi/ibm/video
  486. echo video_switch > /proc/acpi/ibm/video
  487. NOTE: Access to this feature is restricted to processes owning the
  488. CAP_SYS_ADMIN capability for safety reasons, as it can interact badly
  489. enough with some versions of X.org to crash it.
  490. Each video output device can be enabled or disabled individually.
  491. Reading /proc/acpi/ibm/video shows the status of each device.
  492. Automatic video switching can be enabled or disabled. When automatic
  493. video switching is enabled, certain events (e.g. opening the lid,
  494. docking or undocking) cause the video output device to change
  495. automatically. While this can be useful, it also causes flickering
  496. and, on the X40, video corruption. By disabling automatic switching,
  497. the flickering or video corruption can be avoided.
  498. The video_switch command cycles through the available video outputs
  499. (it simulates the behavior of Fn-F7).
  500. Video expansion can be toggled through this feature. This controls
  501. whether the display is expanded to fill the entire LCD screen when a
  502. mode with less than full resolution is used. Note that the current
  503. video expansion status cannot be determined through this feature.
  504. Note that on many models (particularly those using Radeon graphics
  505. chips) the X driver configures the video card in a way which prevents
  506. Fn-F7 from working. This also disables the video output switching
  507. features of this driver, as it uses the same ACPI methods as
  508. Fn-F7. Video switching on the console should still work.
  509. UPDATE: refer to https://bugs.freedesktop.org/show_bug.cgi?id=2000
  510. ThinkLight control
  511. ------------------
  512. procfs: /proc/acpi/ibm/light
  513. sysfs attributes: as per LED class, for the "tpacpi::thinklight" LED
  514. procfs notes:
  515. The ThinkLight status can be read and set through the procfs interface. A
  516. few models which do not make the status available will show the ThinkLight
  517. status as "unknown". The available commands are:
  518. echo on > /proc/acpi/ibm/light
  519. echo off > /proc/acpi/ibm/light
  520. sysfs notes:
  521. The ThinkLight sysfs interface is documented by the LED class
  522. documentation, in Documentation/leds/leds-class.txt. The ThinkLight LED name
  523. is "tpacpi::thinklight".
  524. Due to limitations in the sysfs LED class, if the status of the ThinkLight
  525. cannot be read or if it is unknown, thinkpad-acpi will report it as "off".
  526. It is impossible to know if the status returned through sysfs is valid.
  527. CMOS/UCMS control
  528. -----------------
  529. procfs: /proc/acpi/ibm/cmos
  530. sysfs device attribute: cmos_command
  531. This feature is mostly used internally by the ACPI firmware to keep the legacy
  532. CMOS NVRAM bits in sync with the current machine state, and to record this
  533. state so that the ThinkPad will retain such settings across reboots.
  534. Some of these commands actually perform actions in some ThinkPad models, but
  535. this is expected to disappear more and more in newer models. As an example, in
  536. a T43 and in a X40, commands 12 and 13 still control the ThinkLight state for
  537. real, but commands 0 to 2 don't control the mixer anymore (they have been
  538. phased out) and just update the NVRAM.
  539. The range of valid cmos command numbers is 0 to 21, but not all have an
  540. effect and the behavior varies from model to model. Here is the behavior
  541. on the X40 (tpb is the ThinkPad Buttons utility):
  542. 0 - Related to "Volume down" key press
  543. 1 - Related to "Volume up" key press
  544. 2 - Related to "Mute on" key press
  545. 3 - Related to "Access IBM" key press
  546. 4 - Related to "LCD brightness up" key press
  547. 5 - Related to "LCD brightness down" key press
  548. 11 - Related to "toggle screen expansion" key press/function
  549. 12 - Related to "ThinkLight on"
  550. 13 - Related to "ThinkLight off"
  551. 14 - Related to "ThinkLight" key press (toggle ThinkLight)
  552. The cmos command interface is prone to firmware split-brain problems, as
  553. in newer ThinkPads it is just a compatibility layer. Do not use it, it is
  554. exported just as a debug tool.
  555. LED control
  556. -----------
  557. procfs: /proc/acpi/ibm/led
  558. sysfs attributes: as per LED class, see below for names
  559. Some of the LED indicators can be controlled through this feature. On
  560. some older ThinkPad models, it is possible to query the status of the
  561. LED indicators as well. Newer ThinkPads cannot query the real status
  562. of the LED indicators.
  563. Because misuse of the LEDs could induce an unaware user to perform
  564. dangerous actions (like undocking or ejecting a bay device while the
  565. buses are still active), or mask an important alarm (such as a nearly
  566. empty battery, or a broken battery), access to most LEDs is
  567. restricted.
  568. Unrestricted access to all LEDs requires that thinkpad-acpi be
  569. compiled with the CONFIG_THINKPAD_ACPI_UNSAFE_LEDS option enabled.
  570. Distributions must never enable this option. Individual users that
  571. are aware of the consequences are welcome to enabling it.
  572. Audio mute and microphone mute LEDs are supported, but currently not
  573. visible to userspace. They are used by the snd-hda-intel audio driver.
  574. procfs notes:
  575. The available commands are:
  576. echo '<LED number> on' >/proc/acpi/ibm/led
  577. echo '<LED number> off' >/proc/acpi/ibm/led
  578. echo '<LED number> blink' >/proc/acpi/ibm/led
  579. The <LED number> range is 0 to 15. The set of LEDs that can be
  580. controlled varies from model to model. Here is the common ThinkPad
  581. mapping:
  582. 0 - power
  583. 1 - battery (orange)
  584. 2 - battery (green)
  585. 3 - UltraBase/dock
  586. 4 - UltraBay
  587. 5 - UltraBase battery slot
  588. 6 - (unknown)
  589. 7 - standby
  590. 8 - dock status 1
  591. 9 - dock status 2
  592. 10, 11 - (unknown)
  593. 12 - thinkvantage
  594. 13, 14, 15 - (unknown)
  595. All of the above can be turned on and off and can be made to blink.
  596. sysfs notes:
  597. The ThinkPad LED sysfs interface is described in detail by the LED class
  598. documentation, in Documentation/leds/leds-class.txt.
  599. The LEDs are named (in LED ID order, from 0 to 12):
  600. "tpacpi::power", "tpacpi:orange:batt", "tpacpi:green:batt",
  601. "tpacpi::dock_active", "tpacpi::bay_active", "tpacpi::dock_batt",
  602. "tpacpi::unknown_led", "tpacpi::standby", "tpacpi::dock_status1",
  603. "tpacpi::dock_status2", "tpacpi::unknown_led2", "tpacpi::unknown_led3",
  604. "tpacpi::thinkvantage".
  605. Due to limitations in the sysfs LED class, if the status of the LED
  606. indicators cannot be read due to an error, thinkpad-acpi will report it as
  607. a brightness of zero (same as LED off).
  608. If the thinkpad firmware doesn't support reading the current status,
  609. trying to read the current LED brightness will just return whatever
  610. brightness was last written to that attribute.
  611. These LEDs can blink using hardware acceleration. To request that a
  612. ThinkPad indicator LED should blink in hardware accelerated mode, use the
  613. "timer" trigger, and leave the delay_on and delay_off parameters set to
  614. zero (to request hardware acceleration autodetection).
  615. LEDs that are known not to exist in a given ThinkPad model are not
  616. made available through the sysfs interface. If you have a dock and you
  617. notice there are LEDs listed for your ThinkPad that do not exist (and
  618. are not in the dock), or if you notice that there are missing LEDs,
  619. a report to ibm-acpi-devel@lists.sourceforge.net is appreciated.
  620. ACPI sounds -- /proc/acpi/ibm/beep
  621. ----------------------------------
  622. The BEEP method is used internally by the ACPI firmware to provide
  623. audible alerts in various situations. This feature allows the same
  624. sounds to be triggered manually.
  625. The commands are non-negative integer numbers:
  626. echo <number> >/proc/acpi/ibm/beep
  627. The valid <number> range is 0 to 17. Not all numbers trigger sounds
  628. and the sounds vary from model to model. Here is the behavior on the
  629. X40:
  630. 0 - stop a sound in progress (but use 17 to stop 16)
  631. 2 - two beeps, pause, third beep ("low battery")
  632. 3 - single beep
  633. 4 - high, followed by low-pitched beep ("unable")
  634. 5 - single beep
  635. 6 - very high, followed by high-pitched beep ("AC/DC")
  636. 7 - high-pitched beep
  637. 9 - three short beeps
  638. 10 - very long beep
  639. 12 - low-pitched beep
  640. 15 - three high-pitched beeps repeating constantly, stop with 0
  641. 16 - one medium-pitched beep repeating constantly, stop with 17
  642. 17 - stop 16
  643. Temperature sensors
  644. -------------------
  645. procfs: /proc/acpi/ibm/thermal
  646. sysfs device attributes: (hwmon "thinkpad") temp*_input
  647. Most ThinkPads include six or more separate temperature sensors but only
  648. expose the CPU temperature through the standard ACPI methods. This
  649. feature shows readings from up to eight different sensors on older
  650. ThinkPads, and up to sixteen different sensors on newer ThinkPads.
  651. For example, on the X40, a typical output may be:
  652. temperatures: 42 42 45 41 36 -128 33 -128
  653. On the T43/p, a typical output may be:
  654. temperatures: 48 48 36 52 38 -128 31 -128 48 52 48 -128 -128 -128 -128 -128
  655. The mapping of thermal sensors to physical locations varies depending on
  656. system-board model (and thus, on ThinkPad model).
  657. http://thinkwiki.org/wiki/Thermal_Sensors is a public wiki page that
  658. tries to track down these locations for various models.
  659. Most (newer?) models seem to follow this pattern:
  660. 1: CPU
  661. 2: (depends on model)
  662. 3: (depends on model)
  663. 4: GPU
  664. 5: Main battery: main sensor
  665. 6: Bay battery: main sensor
  666. 7: Main battery: secondary sensor
  667. 8: Bay battery: secondary sensor
  668. 9-15: (depends on model)
  669. For the R51 (source: Thomas Gruber):
  670. 2: Mini-PCI
  671. 3: Internal HDD
  672. For the T43, T43/p (source: Shmidoax/Thinkwiki.org)
  673. http://thinkwiki.org/wiki/Thermal_Sensors#ThinkPad_T43.2C_T43p
  674. 2: System board, left side (near PCMCIA slot), reported as HDAPS temp
  675. 3: PCMCIA slot
  676. 9: MCH (northbridge) to DRAM Bus
  677. 10: Clock-generator, mini-pci card and ICH (southbridge), under Mini-PCI
  678. card, under touchpad
  679. 11: Power regulator, underside of system board, below F2 key
  680. The A31 has a very atypical layout for the thermal sensors
  681. (source: Milos Popovic, http://thinkwiki.org/wiki/Thermal_Sensors#ThinkPad_A31)
  682. 1: CPU
  683. 2: Main Battery: main sensor
  684. 3: Power Converter
  685. 4: Bay Battery: main sensor
  686. 5: MCH (northbridge)
  687. 6: PCMCIA/ambient
  688. 7: Main Battery: secondary sensor
  689. 8: Bay Battery: secondary sensor
  690. Procfs notes:
  691. Readings from sensors that are not available return -128.
  692. No commands can be written to this file.
  693. Sysfs notes:
  694. Sensors that are not available return the ENXIO error. This
  695. status may change at runtime, as there are hotplug thermal
  696. sensors, like those inside the batteries and docks.
  697. thinkpad-acpi thermal sensors are reported through the hwmon
  698. subsystem, and follow all of the hwmon guidelines at
  699. Documentation/hwmon.
  700. EXPERIMENTAL: Embedded controller register dump
  701. -----------------------------------------------
  702. This feature is not included in the thinkpad driver anymore.
  703. Instead the EC can be accessed through /sys/kernel/debug/ec with
  704. a userspace tool which can be found here:
  705. ftp://ftp.suse.com/pub/people/trenn/sources/ec
  706. Use it to determine the register holding the fan
  707. speed on some models. To do that, do the following:
  708. - make sure the battery is fully charged
  709. - make sure the fan is running
  710. - use above mentioned tool to read out the EC
  711. Often fan and temperature values vary between
  712. readings. Since temperatures don't change vary fast, you can take
  713. several quick dumps to eliminate them.
  714. You can use a similar method to figure out the meaning of other
  715. embedded controller registers - e.g. make sure nothing else changes
  716. except the charging or discharging battery to determine which
  717. registers contain the current battery capacity, etc. If you experiment
  718. with this, do send me your results (including some complete dumps with
  719. a description of the conditions when they were taken.)
  720. LCD brightness control
  721. ----------------------
  722. procfs: /proc/acpi/ibm/brightness
  723. sysfs backlight device "thinkpad_screen"
  724. This feature allows software control of the LCD brightness on ThinkPad
  725. models which don't have a hardware brightness slider.
  726. It has some limitations: the LCD backlight cannot be actually turned
  727. on or off by this interface, it just controls the backlight brightness
  728. level.
  729. On IBM (and some of the earlier Lenovo) ThinkPads, the backlight control
  730. has eight brightness levels, ranging from 0 to 7. Some of the levels
  731. may not be distinct. Later Lenovo models that implement the ACPI
  732. display backlight brightness control methods have 16 levels, ranging
  733. from 0 to 15.
  734. For IBM ThinkPads, there are two interfaces to the firmware for direct
  735. brightness control, EC and UCMS (or CMOS). To select which one should be
  736. used, use the brightness_mode module parameter: brightness_mode=1 selects
  737. EC mode, brightness_mode=2 selects UCMS mode, brightness_mode=3 selects EC
  738. mode with NVRAM backing (so that brightness changes are remembered across
  739. shutdown/reboot).
  740. The driver tries to select which interface to use from a table of
  741. defaults for each ThinkPad model. If it makes a wrong choice, please
  742. report this as a bug, so that we can fix it.
  743. Lenovo ThinkPads only support brightness_mode=2 (UCMS).
  744. When display backlight brightness controls are available through the
  745. standard ACPI interface, it is best to use it instead of this direct
  746. ThinkPad-specific interface. The driver will disable its native
  747. backlight brightness control interface if it detects that the standard
  748. ACPI interface is available in the ThinkPad.
  749. If you want to use the thinkpad-acpi backlight brightness control
  750. instead of the generic ACPI video backlight brightness control for some
  751. reason, you should use the acpi_backlight=vendor kernel parameter.
  752. The brightness_enable module parameter can be used to control whether
  753. the LCD brightness control feature will be enabled when available.
  754. brightness_enable=0 forces it to be disabled. brightness_enable=1
  755. forces it to be enabled when available, even if the standard ACPI
  756. interface is also available.
  757. Procfs notes:
  758. The available commands are:
  759. echo up >/proc/acpi/ibm/brightness
  760. echo down >/proc/acpi/ibm/brightness
  761. echo 'level <level>' >/proc/acpi/ibm/brightness
  762. Sysfs notes:
  763. The interface is implemented through the backlight sysfs class, which is
  764. poorly documented at this time.
  765. Locate the thinkpad_screen device under /sys/class/backlight, and inside
  766. it there will be the following attributes:
  767. max_brightness:
  768. Reads the maximum brightness the hardware can be set to.
  769. The minimum is always zero.
  770. actual_brightness:
  771. Reads what brightness the screen is set to at this instant.
  772. brightness:
  773. Writes request the driver to change brightness to the
  774. given value. Reads will tell you what brightness the
  775. driver is trying to set the display to when "power" is set
  776. to zero and the display has not been dimmed by a kernel
  777. power management event.
  778. power:
  779. power management mode, where 0 is "display on", and 1 to 3
  780. will dim the display backlight to brightness level 0
  781. because thinkpad-acpi cannot really turn the backlight
  782. off. Kernel power management events can temporarily
  783. increase the current power management level, i.e. they can
  784. dim the display.
  785. WARNING:
  786. Whatever you do, do NOT ever call thinkpad-acpi backlight-level change
  787. interface and the ACPI-based backlight level change interface
  788. (available on newer BIOSes, and driven by the Linux ACPI video driver)
  789. at the same time. The two will interact in bad ways, do funny things,
  790. and maybe reduce the life of the backlight lamps by needlessly kicking
  791. its level up and down at every change.
  792. Volume control (Console Audio control)
  793. --------------------------------------
  794. procfs: /proc/acpi/ibm/volume
  795. ALSA: "ThinkPad Console Audio Control", default ID: "ThinkPadEC"
  796. NOTE: by default, the volume control interface operates in read-only
  797. mode, as it is supposed to be used for on-screen-display purposes.
  798. The read/write mode can be enabled through the use of the
  799. "volume_control=1" module parameter.
  800. NOTE: distros are urged to not enable volume_control by default, this
  801. should be done by the local admin only. The ThinkPad UI is for the
  802. console audio control to be done through the volume keys only, and for
  803. the desktop environment to just provide on-screen-display feedback.
  804. Software volume control should be done only in the main AC97/HDA
  805. mixer.
  806. About the ThinkPad Console Audio control:
  807. ThinkPads have a built-in amplifier and muting circuit that drives the
  808. console headphone and speakers. This circuit is after the main AC97
  809. or HDA mixer in the audio path, and under exclusive control of the
  810. firmware.
  811. ThinkPads have three special hotkeys to interact with the console
  812. audio control: volume up, volume down and mute.
  813. It is worth noting that the normal way the mute function works (on
  814. ThinkPads that do not have a "mute LED") is:
  815. 1. Press mute to mute. It will *always* mute, you can press it as
  816. many times as you want, and the sound will remain mute.
  817. 2. Press either volume key to unmute the ThinkPad (it will _not_
  818. change the volume, it will just unmute).
  819. This is a very superior design when compared to the cheap software-only
  820. mute-toggle solution found on normal consumer laptops: you can be
  821. absolutely sure the ThinkPad will not make noise if you press the mute
  822. button, no matter the previous state.
  823. The IBM ThinkPads, and the earlier Lenovo ThinkPads have variable-gain
  824. amplifiers driving the speakers and headphone output, and the firmware
  825. also handles volume control for the headphone and speakers on these
  826. ThinkPads without any help from the operating system (this volume
  827. control stage exists after the main AC97 or HDA mixer in the audio
  828. path).
  829. The newer Lenovo models only have firmware mute control, and depend on
  830. the main HDA mixer to do volume control (which is done by the operating
  831. system). In this case, the volume keys are filtered out for unmute
  832. key press (there are some firmware bugs in this area) and delivered as
  833. normal key presses to the operating system (thinkpad-acpi is not
  834. involved).
  835. The ThinkPad-ACPI volume control:
  836. The preferred way to interact with the Console Audio control is the
  837. ALSA interface.
  838. The legacy procfs interface allows one to read the current state,
  839. and if volume control is enabled, accepts the following commands:
  840. echo up >/proc/acpi/ibm/volume
  841. echo down >/proc/acpi/ibm/volume
  842. echo mute >/proc/acpi/ibm/volume
  843. echo unmute >/proc/acpi/ibm/volume
  844. echo 'level <level>' >/proc/acpi/ibm/volume
  845. The <level> number range is 0 to 14 although not all of them may be
  846. distinct. To unmute the volume after the mute command, use either the
  847. up or down command (the level command will not unmute the volume), or
  848. the unmute command.
  849. You can use the volume_capabilities parameter to tell the driver
  850. whether your thinkpad has volume control or mute-only control:
  851. volume_capabilities=1 for mixers with mute and volume control,
  852. volume_capabilities=2 for mixers with only mute control.
  853. If the driver misdetects the capabilities for your ThinkPad model,
  854. please report this to ibm-acpi-devel@lists.sourceforge.net, so that we
  855. can update the driver.
  856. There are two strategies for volume control. To select which one
  857. should be used, use the volume_mode module parameter: volume_mode=1
  858. selects EC mode, and volume_mode=3 selects EC mode with NVRAM backing
  859. (so that volume/mute changes are remembered across shutdown/reboot).
  860. The driver will operate in volume_mode=3 by default. If that does not
  861. work well on your ThinkPad model, please report this to
  862. ibm-acpi-devel@lists.sourceforge.net.
  863. The driver supports the standard ALSA module parameters. If the ALSA
  864. mixer is disabled, the driver will disable all volume functionality.
  865. Fan control and monitoring: fan speed, fan enable/disable
  866. ---------------------------------------------------------
  867. procfs: /proc/acpi/ibm/fan
  868. sysfs device attributes: (hwmon "thinkpad") fan1_input, pwm1,
  869. pwm1_enable, fan2_input
  870. sysfs hwmon driver attributes: fan_watchdog
  871. NOTE NOTE NOTE: fan control operations are disabled by default for
  872. safety reasons. To enable them, the module parameter "fan_control=1"
  873. must be given to thinkpad-acpi.
  874. This feature attempts to show the current fan speed, control mode and
  875. other fan data that might be available. The speed is read directly
  876. from the hardware registers of the embedded controller. This is known
  877. to work on later R, T, X and Z series ThinkPads but may show a bogus
  878. value on other models.
  879. Some Lenovo ThinkPads support a secondary fan. This fan cannot be
  880. controlled separately, it shares the main fan control.
  881. Fan levels:
  882. Most ThinkPad fans work in "levels" at the firmware interface. Level 0
  883. stops the fan. The higher the level, the higher the fan speed, although
  884. adjacent levels often map to the same fan speed. 7 is the highest
  885. level, where the fan reaches the maximum recommended speed.
  886. Level "auto" means the EC changes the fan level according to some
  887. internal algorithm, usually based on readings from the thermal sensors.
  888. There is also a "full-speed" level, also known as "disengaged" level.
  889. In this level, the EC disables the speed-locked closed-loop fan control,
  890. and drives the fan as fast as it can go, which might exceed hardware
  891. limits, so use this level with caution.
  892. The fan usually ramps up or down slowly from one speed to another, and
  893. it is normal for the EC to take several seconds to react to fan
  894. commands. The full-speed level may take up to two minutes to ramp up to
  895. maximum speed, and in some ThinkPads, the tachometer readings go stale
  896. while the EC is transitioning to the full-speed level.
  897. WARNING WARNING WARNING: do not leave the fan disabled unless you are
  898. monitoring all of the temperature sensor readings and you are ready to
  899. enable it if necessary to avoid overheating.
  900. An enabled fan in level "auto" may stop spinning if the EC decides the
  901. ThinkPad is cool enough and doesn't need the extra airflow. This is
  902. normal, and the EC will spin the fan up if the various thermal readings
  903. rise too much.
  904. On the X40, this seems to depend on the CPU and HDD temperatures.
  905. Specifically, the fan is turned on when either the CPU temperature
  906. climbs to 56 degrees or the HDD temperature climbs to 46 degrees. The
  907. fan is turned off when the CPU temperature drops to 49 degrees and the
  908. HDD temperature drops to 41 degrees. These thresholds cannot
  909. currently be controlled.
  910. The ThinkPad's ACPI DSDT code will reprogram the fan on its own when
  911. certain conditions are met. It will override any fan programming done
  912. through thinkpad-acpi.
  913. The thinkpad-acpi kernel driver can be programmed to revert the fan
  914. level to a safe setting if userspace does not issue one of the procfs
  915. fan commands: "enable", "disable", "level" or "watchdog", or if there
  916. are no writes to pwm1_enable (or to pwm1 *if and only if* pwm1_enable is
  917. set to 1, manual mode) within a configurable amount of time of up to
  918. 120 seconds. This functionality is called fan safety watchdog.
  919. Note that the watchdog timer stops after it enables the fan. It will be
  920. rearmed again automatically (using the same interval) when one of the
  921. above mentioned fan commands is received. The fan watchdog is,
  922. therefore, not suitable to protect against fan mode changes made through
  923. means other than the "enable", "disable", and "level" procfs fan
  924. commands, or the hwmon fan control sysfs interface.
  925. Procfs notes:
  926. The fan may be enabled or disabled with the following commands:
  927. echo enable >/proc/acpi/ibm/fan
  928. echo disable >/proc/acpi/ibm/fan
  929. Placing a fan on level 0 is the same as disabling it. Enabling a fan
  930. will try to place it in a safe level if it is too slow or disabled.
  931. The fan level can be controlled with the command:
  932. echo 'level <level>' > /proc/acpi/ibm/fan
  933. Where <level> is an integer from 0 to 7, or one of the words "auto" or
  934. "full-speed" (without the quotes). Not all ThinkPads support the "auto"
  935. and "full-speed" levels. The driver accepts "disengaged" as an alias for
  936. "full-speed", and reports it as "disengaged" for backwards
  937. compatibility.
  938. On the X31 and X40 (and ONLY on those models), the fan speed can be
  939. controlled to a certain degree. Once the fan is running, it can be
  940. forced to run faster or slower with the following command:
  941. echo 'speed <speed>' > /proc/acpi/ibm/fan
  942. The sustainable range of fan speeds on the X40 appears to be from about
  943. 3700 to about 7350. Values outside this range either do not have any
  944. effect or the fan speed eventually settles somewhere in that range. The
  945. fan cannot be stopped or started with this command. This functionality
  946. is incomplete, and not available through the sysfs interface.
  947. To program the safety watchdog, use the "watchdog" command.
  948. echo 'watchdog <interval in seconds>' > /proc/acpi/ibm/fan
  949. If you want to disable the watchdog, use 0 as the interval.
  950. Sysfs notes:
  951. The sysfs interface follows the hwmon subsystem guidelines for the most
  952. part, and the exception is the fan safety watchdog.
  953. Writes to any of the sysfs attributes may return the EINVAL error if
  954. that operation is not supported in a given ThinkPad or if the parameter
  955. is out-of-bounds, and EPERM if it is forbidden. They may also return
  956. EINTR (interrupted system call), and EIO (I/O error while trying to talk
  957. to the firmware).
  958. Features not yet implemented by the driver return ENOSYS.
  959. hwmon device attribute pwm1_enable:
  960. 0: PWM offline (fan is set to full-speed mode)
  961. 1: Manual PWM control (use pwm1 to set fan level)
  962. 2: Hardware PWM control (EC "auto" mode)
  963. 3: reserved (Software PWM control, not implemented yet)
  964. Modes 0 and 2 are not supported by all ThinkPads, and the
  965. driver is not always able to detect this. If it does know a
  966. mode is unsupported, it will return -EINVAL.
  967. hwmon device attribute pwm1:
  968. Fan level, scaled from the firmware values of 0-7 to the hwmon
  969. scale of 0-255. 0 means fan stopped, 255 means highest normal
  970. speed (level 7).
  971. This attribute only commands the fan if pmw1_enable is set to 1
  972. (manual PWM control).
  973. hwmon device attribute fan1_input:
  974. Fan tachometer reading, in RPM. May go stale on certain
  975. ThinkPads while the EC transitions the PWM to offline mode,
  976. which can take up to two minutes. May return rubbish on older
  977. ThinkPads.
  978. hwmon device attribute fan2_input:
  979. Fan tachometer reading, in RPM, for the secondary fan.
  980. Available only on some ThinkPads. If the secondary fan is
  981. not installed, will always read 0.
  982. hwmon driver attribute fan_watchdog:
  983. Fan safety watchdog timer interval, in seconds. Minimum is
  984. 1 second, maximum is 120 seconds. 0 disables the watchdog.
  985. To stop the fan: set pwm1 to zero, and pwm1_enable to 1.
  986. To start the fan in a safe mode: set pwm1_enable to 2. If that fails
  987. with EINVAL, try to set pwm1_enable to 1 and pwm1 to at least 128 (255
  988. would be the safest choice, though).
  989. WAN
  990. ---
  991. procfs: /proc/acpi/ibm/wan
  992. sysfs device attribute: wwan_enable (deprecated)
  993. sysfs rfkill class: switch "tpacpi_wwan_sw"
  994. This feature shows the presence and current state of the built-in
  995. Wireless WAN device.
  996. If the ThinkPad supports it, the WWAN state is stored in NVRAM,
  997. so it is kept across reboots and power-off.
  998. It was tested on a Lenovo ThinkPad X60. It should probably work on other
  999. ThinkPad models which come with this module installed.
  1000. Procfs notes:
  1001. If the W-WAN card is installed, the following commands can be used:
  1002. echo enable > /proc/acpi/ibm/wan
  1003. echo disable > /proc/acpi/ibm/wan
  1004. Sysfs notes:
  1005. If the W-WAN card is installed, it can be enabled /
  1006. disabled through the "wwan_enable" thinkpad-acpi device
  1007. attribute, and its current status can also be queried.
  1008. enable:
  1009. 0: disables WWAN card / WWAN card is disabled
  1010. 1: enables WWAN card / WWAN card is enabled.
  1011. Note: this interface has been superseded by the generic rfkill
  1012. class. It has been deprecated, and it will be removed in year
  1013. 2010.
  1014. rfkill controller switch "tpacpi_wwan_sw": refer to
  1015. Documentation/rfkill.txt for details.
  1016. EXPERIMENTAL: UWB
  1017. -----------------
  1018. This feature is considered EXPERIMENTAL because it has not been extensively
  1019. tested and validated in various ThinkPad models yet. The feature may not
  1020. work as expected. USE WITH CAUTION! To use this feature, you need to supply
  1021. the experimental=1 parameter when loading the module.
  1022. sysfs rfkill class: switch "tpacpi_uwb_sw"
  1023. This feature exports an rfkill controller for the UWB device, if one is
  1024. present and enabled in the BIOS.
  1025. Sysfs notes:
  1026. rfkill controller switch "tpacpi_uwb_sw": refer to
  1027. Documentation/rfkill.txt for details.
  1028. Adaptive keyboard
  1029. -----------------
  1030. sysfs device attribute: adaptive_kbd_mode
  1031. This sysfs attribute controls the keyboard "face" that will be shown on the
  1032. Lenovo X1 Carbon 2nd gen (2014)'s adaptive keyboard. The value can be read
  1033. and set.
  1034. 1 = Home mode
  1035. 2 = Web-browser mode
  1036. 3 = Web-conference mode
  1037. 4 = Function mode
  1038. 5 = Layflat mode
  1039. For more details about which buttons will appear depending on the mode, please
  1040. review the laptop's user guide:
  1041. http://www.lenovo.com/shop/americas/content/user_guides/x1carbon_2_ug_en.pdf
  1042. Multiple Commands, Module Parameters
  1043. ------------------------------------
  1044. Multiple commands can be written to the proc files in one shot by
  1045. separating them with commas, for example:
  1046. echo enable,0xffff > /proc/acpi/ibm/hotkey
  1047. echo lcd_disable,crt_enable > /proc/acpi/ibm/video
  1048. Commands can also be specified when loading the thinkpad-acpi module,
  1049. for example:
  1050. modprobe thinkpad_acpi hotkey=enable,0xffff video=auto_disable
  1051. Enabling debugging output
  1052. -------------------------
  1053. The module takes a debug parameter which can be used to selectively
  1054. enable various classes of debugging output, for example:
  1055. modprobe thinkpad_acpi debug=0xffff
  1056. will enable all debugging output classes. It takes a bitmask, so
  1057. to enable more than one output class, just add their values.
  1058. Debug bitmask Description
  1059. 0x8000 Disclose PID of userspace programs
  1060. accessing some functions of the driver
  1061. 0x0001 Initialization and probing
  1062. 0x0002 Removal
  1063. 0x0004 RF Transmitter control (RFKILL)
  1064. (bluetooth, WWAN, UWB...)
  1065. 0x0008 HKEY event interface, hotkeys
  1066. 0x0010 Fan control
  1067. 0x0020 Backlight brightness
  1068. 0x0040 Audio mixer/volume control
  1069. There is also a kernel build option to enable more debugging
  1070. information, which may be necessary to debug driver problems.
  1071. The level of debugging information output by the driver can be changed
  1072. at runtime through sysfs, using the driver attribute debug_level. The
  1073. attribute takes the same bitmask as the debug module parameter above.
  1074. Force loading of module
  1075. -----------------------
  1076. If thinkpad-acpi refuses to detect your ThinkPad, you can try to specify
  1077. the module parameter force_load=1. Regardless of whether this works or
  1078. not, please contact ibm-acpi-devel@lists.sourceforge.net with a report.
  1079. Sysfs interface changelog:
  1080. 0x000100: Initial sysfs support, as a single platform driver and
  1081. device.
  1082. 0x000200: Hot key support for 32 hot keys, and radio slider switch
  1083. support.
  1084. 0x010000: Hot keys are now handled by default over the input
  1085. layer, the radio switch generates input event EV_RADIO,
  1086. and the driver enables hot key handling by default in
  1087. the firmware.
  1088. 0x020000: ABI fix: added a separate hwmon platform device and
  1089. driver, which must be located by name (thinkpad)
  1090. and the hwmon class for libsensors4 (lm-sensors 3)
  1091. compatibility. Moved all hwmon attributes to this
  1092. new platform device.
  1093. 0x020100: Marker for thinkpad-acpi with hot key NVRAM polling
  1094. support. If you must, use it to know you should not
  1095. start a userspace NVRAM poller (allows to detect when
  1096. NVRAM is compiled out by the user because it is
  1097. unneeded/undesired in the first place).
  1098. 0x020101: Marker for thinkpad-acpi with hot key NVRAM polling
  1099. and proper hotkey_mask semantics (version 8 of the
  1100. NVRAM polling patch). Some development snapshots of
  1101. 0.18 had an earlier version that did strange things
  1102. to hotkey_mask.
  1103. 0x020200: Add poll()/select() support to the following attributes:
  1104. hotkey_radio_sw, wakeup_hotunplug_complete, wakeup_reason
  1105. 0x020300: hotkey enable/disable support removed, attributes
  1106. hotkey_bios_enabled and hotkey_enable deprecated and
  1107. marked for removal.
  1108. 0x020400: Marker for 16 LEDs support. Also, LEDs that are known
  1109. to not exist in a given model are not registered with
  1110. the LED sysfs class anymore.
  1111. 0x020500: Updated hotkey driver, hotkey_mask is always available
  1112. and it is always able to disable hot keys. Very old
  1113. thinkpads are properly supported. hotkey_bios_mask
  1114. is deprecated and marked for removal.
  1115. 0x020600: Marker for backlight change event support.
  1116. 0x020700: Support for mute-only mixers.
  1117. Volume control in read-only mode by default.
  1118. Marker for ALSA mixer support.
  1119. 0x030000: Thermal and fan sysfs attributes were moved to the hwmon
  1120. device instead of being attached to the backing platform
  1121. device.