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