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

TOMOYO Linux Cross Reference
Linux/Documentation/ABI/testing/sysfs-platform-asus-laptop

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ 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.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/ABI/testing/sysfs-platform-asus-laptop (Architecture ppc) and /Documentation/ABI/testing/sysfs-platform-asus-laptop (Architecture sparc64)


  1 What:           /sys/devices/platform/asus_lap      1 What:           /sys/devices/platform/asus_laptop/display
  2 Date:           January 2007                        2 Date:           January 2007
  3 KernelVersion:  2.6.20                              3 KernelVersion:  2.6.20
  4 Contact:        "Corentin Chary" <corentincj@ik      4 Contact:        "Corentin Chary" <corentincj@iksaif.net>
  5 Description:                                        5 Description:
  6                 This file allows display switc      6                 This file allows display switching. The value
  7                 is composed by 4 bits and defi      7                 is composed by 4 bits and defined as follow::
  8                                                     8 
  9                   4321                              9                   4321
 10                   |||`- LCD                        10                   |||`- LCD
 11                   ||`-- CRT                        11                   ||`-- CRT
 12                   |`--- TV                         12                   |`--- TV
 13                   `---- DVI                        13                   `---- DVI
 14                                                    14 
 15                 Ex:                                15                 Ex:
 16                     - 0 (0000b) means no displ     16                     - 0 (0000b) means no display
 17                     - 3 (0011b) CRT+LCD.           17                     - 3 (0011b) CRT+LCD.
 18                                                    18 
 19 What:           /sys/devices/platform/asus_lap     19 What:           /sys/devices/platform/asus_laptop/gps
 20 Date:           January 2007                       20 Date:           January 2007
 21 KernelVersion:  2.6.20                             21 KernelVersion:  2.6.20
 22 Contact:        "Corentin Chary" <corentincj@ik     22 Contact:        "Corentin Chary" <corentincj@iksaif.net>
 23 Description:                                       23 Description:
 24                 Control the gps device. 1 mean     24                 Control the gps device. 1 means on, 0 means off.
 25 Users:          Lapsus                             25 Users:          Lapsus
 26                                                    26 
 27 What:           /sys/devices/platform/asus_lap     27 What:           /sys/devices/platform/asus_laptop/ledd
 28 Date:           January 2007                       28 Date:           January 2007
 29 KernelVersion:  2.6.20                             29 KernelVersion:  2.6.20
 30 Contact:        "Corentin Chary" <corentincj@ik     30 Contact:        "Corentin Chary" <corentincj@iksaif.net>
 31 Description:                                       31 Description:
 32                 Some models like the W1N have      32                 Some models like the W1N have a LED display that can be
 33                 used to display several items      33                 used to display several items of information.
 34                 To control the LED display, us     34                 To control the LED display, use the following::
 35                                                    35 
 36                     echo 0x0T000DDD > /sys/dev     36                     echo 0x0T000DDD > /sys/devices/platform/asus_laptop/
 37                                                    37 
 38                 where T control the 3 letters      38                 where T control the 3 letters display, and DDD the 3 digits display.
 39                 The DDD table can be found in      39                 The DDD table can be found in Documentation/admin-guide/laptops/asus-laptop.rst
 40                                                    40 
 41 What:           /sys/devices/platform/asus_lap     41 What:           /sys/devices/platform/asus_laptop/bluetooth
 42 Date:           January 2007                       42 Date:           January 2007
 43 KernelVersion:  2.6.20                             43 KernelVersion:  2.6.20
 44 Contact:        "Corentin Chary" <corentincj@ik     44 Contact:        "Corentin Chary" <corentincj@iksaif.net>
 45 Description:                                       45 Description:
 46                 Control the bluetooth device.      46                 Control the bluetooth device. 1 means on, 0 means off.
 47                 This may control the led, the      47                 This may control the led, the device or both.
 48 Users:          Lapsus                             48 Users:          Lapsus
 49                                                    49 
 50 What:           /sys/devices/platform/asus_lap     50 What:           /sys/devices/platform/asus_laptop/wlan
 51 Date:           January 2007                       51 Date:           January 2007
 52 KernelVersion:  2.6.20                             52 KernelVersion:  2.6.20
 53 Contact:        "Corentin Chary" <corentincj@ik     53 Contact:        "Corentin Chary" <corentincj@iksaif.net>
 54 Description:                                       54 Description:
 55                 Control the wlan device. 1 mea     55                 Control the wlan device. 1 means on, 0 means off.
 56                 This may control the led, the      56                 This may control the led, the device or both.
 57 Users:          Lapsus                             57 Users:          Lapsus
 58                                                    58 
 59 What:           /sys/devices/platform/asus_lap     59 What:           /sys/devices/platform/asus_laptop/wimax
 60 Date:           October 2010                       60 Date:           October 2010
 61 KernelVersion:  2.6.37                             61 KernelVersion:  2.6.37
 62 Contact:        "Corentin Chary" <corentincj@ik     62 Contact:        "Corentin Chary" <corentincj@iksaif.net>
 63 Description:                                       63 Description:
 64                 Control the wimax device. 1 me     64                 Control the wimax device. 1 means on, 0 means off.
 65                                                    65 
 66 What:           /sys/devices/platform/asus_lap     66 What:           /sys/devices/platform/asus_laptop/wwan
 67 Date:           October 2010                       67 Date:           October 2010
 68 KernelVersion:  2.6.37                             68 KernelVersion:  2.6.37
 69 Contact:        "Corentin Chary" <corentincj@ik     69 Contact:        "Corentin Chary" <corentincj@iksaif.net>
 70 Description:                                       70 Description:
 71                 Control the wwan (3G) device.      71                 Control the wwan (3G) device. 1 means on, 0 means off.
                                                      

~ [ 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