brintos

brintos / linux-shallow public Read only

0
0
Text · 2.0 KiB · c78d358 Raw
72 lines · plain
1What:		/sys/devices/platform/asus_laptop/display2Date:		January 20073KernelVersion:	2.6.204Contact:	"Corentin Chary" <corentincj@iksaif.net>5Description:6		This file allows display switching. The value7		is composed by 4 bits and defined as follow::8 9		  432110		  |||`- LCD11		  ||`-- CRT12		  |`--- TV13		  `---- DVI14 15		Ex:16		    - 0 (0000b) means no display17		    - 3 (0011b) CRT+LCD.18 19What:		/sys/devices/platform/asus_laptop/gps20Date:		January 200721KernelVersion:	2.6.2022Contact:	"Corentin Chary" <corentincj@iksaif.net>23Description:24		Control the gps device. 1 means on, 0 means off.25Users:		Lapsus26 27What:		/sys/devices/platform/asus_laptop/ledd28Date:		January 200729KernelVersion:	2.6.2030Contact:	"Corentin Chary" <corentincj@iksaif.net>31Description:32		Some models like the W1N have a LED display that can be33		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.rst40 41What:		/sys/devices/platform/asus_laptop/bluetooth42Date:		January 200743KernelVersion:	2.6.2044Contact:	"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:		Lapsus49 50What:		/sys/devices/platform/asus_laptop/wlan51Date:		January 200752KernelVersion:	2.6.2053Contact:	"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:		Lapsus58 59What:		/sys/devices/platform/asus_laptop/wimax60Date:		October 201061KernelVersion:	2.6.3762Contact:	"Corentin Chary" <corentincj@iksaif.net>63Description:64		Control the wimax device. 1 means on, 0 means off.65 66What:		/sys/devices/platform/asus_laptop/wwan67Date:		October 201068KernelVersion:	2.6.3769Contact:	"Corentin Chary" <corentincj@iksaif.net>70Description:71		Control the wwan (3G) device. 1 means on, 0 means off.72