mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 01:34:14 +08:00
36ac0d439b
Lenovo Yoga (many variants: Yoga, Yoga2 Pro, Yoga2 13, Yoga3 Pro, Yoga 3 14, etc) has multiple modles that are a hybrid laptop, working in laptop mode as well as tablet mode. Currently, there is no easy interface to determine the touchpad status, which in case of the Yoga family of machines, can also be useful to assume tablet mode status. Note: The ideapad-laptop driver does not provide a SW_TABLET_MODE either. For a detailed discussion on why we want either of the interfaces, please see: https://bugs.launchpad.net/onboard/+bug/1366421/comments/43 This patch adds a sysfs interface for read/write access under: /sys/bus/platform/devices/VPC2004\:00/touchpad_mode Signed-off-by: Ritesh Raj Sarraf <rrs@debian.org> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
28 lines
742 B
Plaintext
28 lines
742 B
Plaintext
What: /sys/devices/platform/ideapad/camera_power
|
|
Date: Dec 2010
|
|
KernelVersion: 2.6.37
|
|
Contact: "Ike Panhc <ike.pan@canonical.com>"
|
|
Description:
|
|
Control the power of camera module. 1 means on, 0 means off.
|
|
|
|
What: /sys/devices/platform/ideapad/fan_mode
|
|
Date: June 2012
|
|
KernelVersion: 3.6
|
|
Contact: "Maxim Mikityanskiy <maxtram95@gmail.com>"
|
|
Description:
|
|
Change fan mode
|
|
There are four available modes:
|
|
* 0 -> Super Silent Mode
|
|
* 1 -> Standard Mode
|
|
* 2 -> Dust Cleaning
|
|
* 4 -> Efficient Thermal Dissipation Mode
|
|
|
|
What: /sys/devices/platform/ideapad/touchpad
|
|
Date: May 2017
|
|
KernelVersion: 4.13
|
|
Contact: "Ritesh Raj Sarraf <rrs@debian.org>"
|
|
Description:
|
|
Control touchpad mode.
|
|
* 1 -> Switched On
|
|
* 0 -> Switched Off
|