sysfs-platform-ideapad-laptop 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. What: /sys/bus/platform/devices/VPC2004:*/camera_power
  2. Date: Dec 2010
  3. KernelVersion: 2.6.37
  4. Contact: "Ike Panhc <[email protected]>"
  5. Description:
  6. Control the power of camera module. 1 means on, 0 means off.
  7. What: /sys/bus/platform/devices/VPC2004:*/fan_mode
  8. Date: June 2012
  9. KernelVersion: 3.6
  10. Contact: "Maxim Mikityanskiy <[email protected]>"
  11. Description:
  12. Change fan mode
  13. There are four available modes:
  14. * 0 -> Super Silent Mode
  15. * 1 -> Standard Mode
  16. * 2 -> Dust Cleaning
  17. * 4 -> Efficient Thermal Dissipation Mode
  18. What: /sys/bus/platform/devices/VPC2004:*/touchpad
  19. Date: May 2017
  20. KernelVersion: 4.13
  21. Contact: "Ritesh Raj Sarraf <[email protected]>"
  22. Description:
  23. Control touchpad mode.
  24. * 1 -> Switched On
  25. * 0 -> Switched Off
  26. What: /sys/bus/platform/devices/VPC2004:*/conservation_mode
  27. Date: Aug 2017
  28. KernelVersion: 4.14
  29. Contact: [email protected]
  30. Description:
  31. Controls whether the conservation mode is enabled or not.
  32. This feature limits the maximum battery charge percentage to
  33. around 50-60% in order to prolong the lifetime of the battery.
  34. What: /sys/bus/platform/devices/VPC2004:*/fn_lock
  35. Date: May 2018
  36. KernelVersion: 4.18
  37. Contact: "Oleg Keri <[email protected]>"
  38. Description:
  39. Control fn-lock mode.
  40. * 1 -> Switched On
  41. * 0 -> Switched Off
  42. For example::
  43. # echo "0" > \
  44. /sys/bus/pci/devices/0000:00:1f.0/PNP0C09:00/VPC2004:00/fn_lock
  45. What: /sys/bus/platform/devices/VPC2004:*/usb_charging
  46. Date: Feb 2021
  47. KernelVersion: 5.12
  48. Contact: [email protected]
  49. Description:
  50. Controls whether the "always on USB charging" feature is
  51. enabled or not. This feature enables charging USB devices
  52. even if the computer is not turned on.