~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/admin-guide/laptops/asus-laptop.rst

Version: ~ [ linux-6.11.5 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.58 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.114 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.169 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.228 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.284 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.322 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/admin-guide/laptops/asus-laptop.rst (Version linux-6.11.5) and /Documentation/admin-guide/laptops/asus-laptop.rst (Version linux-6.10.14)


  1 ==================                                  1 ==================
  2 Asus Laptop Extras                                  2 Asus Laptop Extras
  3 ==================                                  3 ==================
  4                                                     4 
  5 Version 0.1                                         5 Version 0.1
  6                                                     6 
  7 August 6, 2009                                      7 August 6, 2009
  8                                                     8 
  9 Corentin Chary <corentincj@iksaif.net>               9 Corentin Chary <corentincj@iksaif.net>
 10 http://acpi4asus.sf.net/                           10 http://acpi4asus.sf.net/
 11                                                    11 
 12  This driver provides support for extra featur     12  This driver provides support for extra features of ACPI-compatible ASUS laptops.
 13  It may also support some MEDION, JVC or VICTO     13  It may also support some MEDION, JVC or VICTOR laptops (such as MEDION 9675 or
 14  VICTOR XP7210 for example). It makes all the      14  VICTOR XP7210 for example). It makes all the extra buttons generate input
 15  events (like keyboards).                          15  events (like keyboards).
 16                                                    16 
 17  On some models adds support for changing the      17  On some models adds support for changing the display brightness and output,
 18  switching the LCD backlight on and off, and m     18  switching the LCD backlight on and off, and most importantly, allows you to
 19  blink those fancy LEDs intended for reporting     19  blink those fancy LEDs intended for reporting mail and wireless status.
 20                                                    20 
 21 This driver supersedes the old asus_acpi drive     21 This driver supersedes the old asus_acpi driver.
 22                                                    22 
 23 Requirements                                       23 Requirements
 24 ------------                                       24 ------------
 25                                                    25 
 26   Kernel 2.6.X sources, configured for your co     26   Kernel 2.6.X sources, configured for your computer, with ACPI support.
 27   You also need CONFIG_INPUT and CONFIG_ACPI.      27   You also need CONFIG_INPUT and CONFIG_ACPI.
 28                                                    28 
 29 Status                                             29 Status
 30 ------                                             30 ------
 31                                                    31 
 32  The features currently supported are the foll     32  The features currently supported are the following (see below for
 33  detailed description):                            33  detailed description):
 34                                                    34 
 35  - Fn key combinations                             35  - Fn key combinations
 36  - Bluetooth enable and disable                    36  - Bluetooth enable and disable
 37  - Wlan enable and disable                         37  - Wlan enable and disable
 38  - GPS enable and disable                          38  - GPS enable and disable
 39  - Video output switching                          39  - Video output switching
 40  - Ambient Light Sensor on and off                 40  - Ambient Light Sensor on and off
 41  - LED control                                     41  - LED control
 42  - LED Display control                             42  - LED Display control
 43  - LCD brightness control                          43  - LCD brightness control
 44  - LCD on and off                                  44  - LCD on and off
 45                                                    45 
 46  A compatibility table by model and feature is     46  A compatibility table by model and feature is maintained on the web
 47  site, http://acpi4asus.sf.net/.                   47  site, http://acpi4asus.sf.net/.
 48                                                    48 
 49 Usage                                              49 Usage
 50 -----                                              50 -----
 51                                                    51 
 52   Try "modprobe asus-laptop". Check your dmesg     52   Try "modprobe asus-laptop". Check your dmesg (simply type dmesg). You should
 53   see some lines like this :                       53   see some lines like this :
 54                                                    54 
 55       Asus Laptop Extras version 0.42              55       Asus Laptop Extras version 0.42
 56         - L2D model detected.                      56         - L2D model detected.
 57                                                    57 
 58   If it is not the output you have on your lap     58   If it is not the output you have on your laptop, send it (and the laptop's
 59   DSDT) to me.                                     59   DSDT) to me.
 60                                                    60 
 61   That's all, now, all the events generated by     61   That's all, now, all the events generated by the hotkeys of your laptop
 62   should be reported via netlink events. You c     62   should be reported via netlink events. You can check with
 63   "acpi_genl monitor" (part of the acpica proj     63   "acpi_genl monitor" (part of the acpica project).
 64                                                    64 
 65   Hotkeys are also reported as input keys (lik     65   Hotkeys are also reported as input keys (like keyboards) you can check
 66   which key are supported using "xev" under X1     66   which key are supported using "xev" under X11.
 67                                                    67 
 68   You can get information on the version of yo     68   You can get information on the version of your DSDT table by reading the
 69   /sys/devices/platform/asus-laptop/infos entr     69   /sys/devices/platform/asus-laptop/infos entry. If you have a question or a
 70   bug report to do, please include the output      70   bug report to do, please include the output of this entry.
 71                                                    71 
 72 LEDs                                               72 LEDs
 73 ----                                               73 ----
 74                                                    74 
 75   You can modify LEDs be echoing values to `/s     75   You can modify LEDs be echoing values to `/sys/class/leds/asus/*/brightness`::
 76                                                    76 
 77     echo 1 >  /sys/class/leds/asus::mail/brigh     77     echo 1 >  /sys/class/leds/asus::mail/brightness
 78                                                    78 
 79   will switch the mail LED on.                     79   will switch the mail LED on.
 80                                                    80 
 81   You can also know if they are on/off by read     81   You can also know if they are on/off by reading their content and use
 82   kernel triggers like disk-activity or heartb     82   kernel triggers like disk-activity or heartbeat.
 83                                                    83 
 84 Backlight                                          84 Backlight
 85 ---------                                          85 ---------
 86                                                    86 
 87   You can control lcd backlight power and brig     87   You can control lcd backlight power and brightness with
 88   /sys/class/backlight/asus-laptop/. Brightnes     88   /sys/class/backlight/asus-laptop/. Brightness Values are between 0 and 15.
 89                                                    89 
 90 Wireless devices                                   90 Wireless devices
 91 ----------------                                   91 ----------------
 92                                                    92 
 93   You can turn the internal Bluetooth adapter      93   You can turn the internal Bluetooth adapter on/off with the bluetooth entry
 94   (only on models with Bluetooth). This usuall     94   (only on models with Bluetooth). This usually controls the associated LED.
 95   Same for Wlan adapter.                           95   Same for Wlan adapter.
 96                                                    96 
 97 Display switching                                  97 Display switching
 98 -----------------                                  98 -----------------
 99                                                    99 
100   Note: the display switching code is currentl    100   Note: the display switching code is currently considered EXPERIMENTAL.
101                                                   101 
102   Switching works for the following models:       102   Switching works for the following models:
103                                                   103 
104     - L3800C                                      104     - L3800C
105     - A2500H                                      105     - A2500H
106     - L5800C                                      106     - L5800C
107     - M5200N                                      107     - M5200N
108     - W1000N (albeit with some glitches)          108     - W1000N (albeit with some glitches)
109     - M6700R                                      109     - M6700R
110     - A6JC                                        110     - A6JC
111     - F3J                                         111     - F3J
112                                                   112 
113   Switching doesn't work for the following:       113   Switching doesn't work for the following:
114                                                   114 
115     - M3700N                                      115     - M3700N
116     - L2X00D (locks the laptop under certain c    116     - L2X00D (locks the laptop under certain conditions)
117                                                   117 
118   To switch the displays, echo values from 0 t    118   To switch the displays, echo values from 0 to 15 to
119   /sys/devices/platform/asus-laptop/display. T    119   /sys/devices/platform/asus-laptop/display. The significance of those values
120   is as follows:                                  120   is as follows:
121                                                   121 
122   +-------+-----+-----+-----+-----+-----+         122   +-------+-----+-----+-----+-----+-----+
123   | Bin   | Val | DVI | TV  | CRT | LCD |         123   | Bin   | Val | DVI | TV  | CRT | LCD |
124   +-------+-----+-----+-----+-----+-----+         124   +-------+-----+-----+-----+-----+-----+
125   | 0000  |   0 |     |     |     |     |         125   | 0000  |   0 |     |     |     |     |
126   +-------+-----+-----+-----+-----+-----+         126   +-------+-----+-----+-----+-----+-----+
127   | 0001  |   1 |     |     |     |  X  |         127   | 0001  |   1 |     |     |     |  X  |
128   +-------+-----+-----+-----+-----+-----+         128   +-------+-----+-----+-----+-----+-----+
129   | 0010  |   2 |     |     |  X  |     |         129   | 0010  |   2 |     |     |  X  |     |
130   +-------+-----+-----+-----+-----+-----+         130   +-------+-----+-----+-----+-----+-----+
131   | 0011  |   3 |     |     |  X  |  X  |         131   | 0011  |   3 |     |     |  X  |  X  |
132   +-------+-----+-----+-----+-----+-----+         132   +-------+-----+-----+-----+-----+-----+
133   | 0100  |   4 |     |  X  |     |     |         133   | 0100  |   4 |     |  X  |     |     |
134   +-------+-----+-----+-----+-----+-----+         134   +-------+-----+-----+-----+-----+-----+
135   | 0101  |   5 |     |  X  |     | X   |         135   | 0101  |   5 |     |  X  |     | X   |
136   +-------+-----+-----+-----+-----+-----+         136   +-------+-----+-----+-----+-----+-----+
137   | 0110  |   6 |     |  X  |  X  |     |         137   | 0110  |   6 |     |  X  |  X  |     |
138   +-------+-----+-----+-----+-----+-----+         138   +-------+-----+-----+-----+-----+-----+
139   | 0111  |   7 |     |  X  |  X  |  X  |         139   | 0111  |   7 |     |  X  |  X  |  X  |
140   +-------+-----+-----+-----+-----+-----+         140   +-------+-----+-----+-----+-----+-----+
141   | 1000  |   8 |  X  |     |     |     |         141   | 1000  |   8 |  X  |     |     |     |
142   +-------+-----+-----+-----+-----+-----+         142   +-------+-----+-----+-----+-----+-----+
143   | 1001  |   9 |  X  |     |     |  X  |         143   | 1001  |   9 |  X  |     |     |  X  |
144   +-------+-----+-----+-----+-----+-----+         144   +-------+-----+-----+-----+-----+-----+
145   | 1010  |  10 |  X  |     |  X  |     |         145   | 1010  |  10 |  X  |     |  X  |     |
146   +-------+-----+-----+-----+-----+-----+         146   +-------+-----+-----+-----+-----+-----+
147   | 1011  |  11 |  X  |     |  X  |  X  |         147   | 1011  |  11 |  X  |     |  X  |  X  |
148   +-------+-----+-----+-----+-----+-----+         148   +-------+-----+-----+-----+-----+-----+
149   | 1100  |  12 |  X  |  X  |     |     |         149   | 1100  |  12 |  X  |  X  |     |     |
150   +-------+-----+-----+-----+-----+-----+         150   +-------+-----+-----+-----+-----+-----+
151   | 1101  |  13 |  X  |  X  |     |  X  |         151   | 1101  |  13 |  X  |  X  |     |  X  |
152   +-------+-----+-----+-----+-----+-----+         152   +-------+-----+-----+-----+-----+-----+
153   | 1110  |  14 |  X  |  X  |  X  |     |         153   | 1110  |  14 |  X  |  X  |  X  |     |
154   +-------+-----+-----+-----+-----+-----+         154   +-------+-----+-----+-----+-----+-----+
155   | 1111  |  15 |  X  |  X  |  X  |  X  |         155   | 1111  |  15 |  X  |  X  |  X  |  X  |
156   +-------+-----+-----+-----+-----+-----+         156   +-------+-----+-----+-----+-----+-----+
157                                                   157 
158   In most cases, the appropriate displays must    158   In most cases, the appropriate displays must be plugged in for the above
159   combinations to work. TV-Out may need to be     159   combinations to work. TV-Out may need to be initialized at boot time.
160                                                   160 
161   Debugging:                                      161   Debugging:
162                                                   162 
163   1) Check whether the Fn+F8 key:                 163   1) Check whether the Fn+F8 key:
164                                                   164 
165      a) does not lock the laptop (try a boot w    165      a) does not lock the laptop (try a boot with noapic / nolapic if it does)
166      b) generates events (0x6n, where n is the    166      b) generates events (0x6n, where n is the value corresponding to the
167         configuration above)                      167         configuration above)
168      c) actually works                            168      c) actually works
169                                                   169 
170      Record the disp value at every configurat    170      Record the disp value at every configuration.
171   2) Echo values from 0 to 15 to /sys/devices/    171   2) Echo values from 0 to 15 to /sys/devices/platform/asus-laptop/display.
172      Record its value, note any change. If not    172      Record its value, note any change. If nothing changes, try a broader range,
173      up to 65535.                                 173      up to 65535.
174   3) Send ANY output (both positive and negati    174   3) Send ANY output (both positive and negative reports are needed, unless your
175      machine is already listed above) to the a    175      machine is already listed above) to the acpi4asus-user mailing list.
176                                                   176 
177   Note: on some machines (e.g. L3C), after the    177   Note: on some machines (e.g. L3C), after the module has been loaded, only 0x6n
178   events are generated and no actual switching    178   events are generated and no actual switching occurs. In such a case, a line
179   like::                                          179   like::
180                                                   180 
181     echo $((10#$arg-60)) > /sys/devices/platfo    181     echo $((10#$arg-60)) > /sys/devices/platform/asus-laptop/display
182                                                   182 
183   will usually do the trick ($arg is the 00000    183   will usually do the trick ($arg is the 0000006n-like event passed to acpid).
184                                                   184 
185   Note: there is currently no reliable way to     185   Note: there is currently no reliable way to read display status on xxN
186   (Centrino) models.                              186   (Centrino) models.
187                                                   187 
188 LED display                                       188 LED display
189 -----------                                       189 -----------
190                                                   190 
191   Some models like the W1N have a LED display     191   Some models like the W1N have a LED display that can be used to display
192   several items of information.                   192   several items of information.
193                                                   193 
194   LED display works for the following models:     194   LED display works for the following models:
195                                                   195 
196     - W1000N                                      196     - W1000N
197     - W1J                                         197     - W1J
198                                                   198 
199   To control the LED display, use the followin    199   To control the LED display, use the following::
200                                                   200 
201     echo 0x0T000DDD > /sys/devices/platform/as    201     echo 0x0T000DDD > /sys/devices/platform/asus-laptop/
202                                                   202 
203   where T control the 3 letters display, and D    203   where T control the 3 letters display, and DDD the 3 digits display,
204   according to the tables below::                 204   according to the tables below::
205                                                   205 
206          DDD (digits)                             206          DDD (digits)
207          000 to 999 = display digits              207          000 to 999 = display digits
208          AAA        = ---                         208          AAA        = ---
209          BBB to FFF = turn-off                    209          BBB to FFF = turn-off
210                                                   210 
211          T  (type)                                211          T  (type)
212          0 = off                                  212          0 = off
213          1 = dvd                                  213          1 = dvd
214          2 = vcd                                  214          2 = vcd
215          3 = mp3                                  215          3 = mp3
216          4 = cd                                   216          4 = cd
217          5 = tv                                   217          5 = tv
218          6 = cpu                                  218          6 = cpu
219          7 = vol                                  219          7 = vol
220                                                   220 
221   For example "echo 0x01000001 >/sys/devices/p    221   For example "echo 0x01000001 >/sys/devices/platform/asus-laptop/ledd"
222   would display "DVD001".                         222   would display "DVD001".
223                                                   223 
224 Driver options                                    224 Driver options
225 --------------                                    225 --------------
226                                                   226 
227  Options can be passed to the asus-laptop driv    227  Options can be passed to the asus-laptop driver using the standard
228  module argument syntax (<param>=<value> when     228  module argument syntax (<param>=<value> when passing the option to the
229  module or asus-laptop.<param>=<value> on the     229  module or asus-laptop.<param>=<value> on the kernel boot line when
230  asus-laptop is statically linked into the ker    230  asus-laptop is statically linked into the kernel).
231                                                   231 
232              wapf: WAPF defines the behavior o    232              wapf: WAPF defines the behavior of the Fn+Fx wlan key
233                    The significance of values     233                    The significance of values is yet to be found, but
234                    most of the time:              234                    most of the time:
235                                                   235 
236                    - 0x0 should do nothing        236                    - 0x0 should do nothing
237                    - 0x1 should allow to contr    237                    - 0x1 should allow to control the device with Fn+Fx key.
238                    - 0x4 should send an ACPI e    238                    - 0x4 should send an ACPI event (0x88) while pressing the Fn+Fx key
239                    - 0x5 like 0x1 or 0x4          239                    - 0x5 like 0x1 or 0x4
240                                                   240 
241  The default value is 0x1.                        241  The default value is 0x1.
242                                                   242 
243 Unsupported models                                243 Unsupported models
244 ------------------                                244 ------------------
245                                                   245 
246  These models will never be supported by this     246  These models will never be supported by this module, as they use a completely
247  different mechanism to handle LEDs and extra     247  different mechanism to handle LEDs and extra stuff (meaning we have no clue
248  how it works):                                   248  how it works):
249                                                   249 
250  - ASUS A1300 (A1B), A1370D                       250  - ASUS A1300 (A1B), A1370D
251  - ASUS L7300G                                    251  - ASUS L7300G
252  - ASUS L8400                                     252  - ASUS L8400
253                                                   253 
254 Patches, Errors, Questions                        254 Patches, Errors, Questions
255 --------------------------                        255 --------------------------
256                                                   256 
257  I appreciate any success or failure              257  I appreciate any success or failure
258  reports, especially if they add to or correct    258  reports, especially if they add to or correct the compatibility table.
259  Please include the following information in y    259  Please include the following information in your report:
260                                                   260 
261  - Asus model name                                261  - Asus model name
262  - a copy of your ACPI tables, using the "acpi    262  - a copy of your ACPI tables, using the "acpidump" utility
263  - a copy of /sys/devices/platform/asus-laptop    263  - a copy of /sys/devices/platform/asus-laptop/infos
264  - which driver features work and which don't     264  - which driver features work and which don't
265  - the observed behavior of non-working featur    265  - the observed behavior of non-working features
266                                                   266 
267  Any other comments or patches are also more t    267  Any other comments or patches are also more than welcome.
268                                                   268 
269  acpi4asus-user@lists.sourceforge.net             269  acpi4asus-user@lists.sourceforge.net
270                                                   270 
271  http://sourceforge.net/projects/acpi4asus        271  http://sourceforge.net/projects/acpi4asus
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php