sysfs-platform-asus-laptop 2.0 KB

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