diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-03-03 13:16:19 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-03-03 13:16:19 -0500 |
commit | 23caaeea271cfe3176f0e27374d2016bd7583ea8 (patch) | |
tree | b603b654347c87cf211ce667e2406daa1339164a /Documentation | |
parent | a7c1120d2dcc83691bafa034d98f70285757e826 (diff) | |
parent | 445e8d007c29d7f4d497c7912236b69f608340c6 (diff) |
Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86
Pull x86 platform driver updates from Matthew Garrett:
"Mostly relatively small updates, along with some hardware enablement
for Sony hardware and a pile of updates to Google's Chromebook driver"
* 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86: (49 commits)
ideapad-laptop: Depend on BACKLIGHT_CLASS_DEVICE instead of selecting it
ideapad: depends on backlight subsystem and update comment
Platform: x86: chromeos_laptop - add i915 gmbuses to adapter names
Platform: x86: chromeos_laptop - Add isl light sensor for Pixel
Platform: x86: chromeos_laptop - Add a more general add_i2c_device
Platform: x86: chromeos_laptop - Add Pixel Touchscreen
Platform: x86: chromeos_laptop - Add support for probing devices
Platform: x86: chromeos_laptop - Add Pixel Trackpad
hp-wmi: fix handling of platform device
sony-laptop: leak in error handling sony_nc_lid_resume_setup()
hp-wmi: Add support for SMBus hotkeys
asus-wmi: Fix unused function build warning
acer-wmi: avoid the warning of 'devices' may be used uninitialized
drivers/platform/x86/thinkpad_acpi.c: Handle HKEY event 0x6040
Platform: x86: chromeos_laptop - Add HP Pavilion 14
Platform: x86: chromeos_laptop - Add Taos tsl2583 device
Platform: x86: chromeos_laptop - Add Taos tsl2563 device
Platform: x86: chromeos_laptop - Add Acer C7 trackpad
Platform: x86: chromeos_laptop - Rename setup_lumpy_tp to setup_cyapa_smbus_tp
asus-laptop: always report brightness key events
...
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/ABI/testing/sysfs-platform-msi-laptop | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-platform-msi-laptop b/Documentation/ABI/testing/sysfs-platform-msi-laptop new file mode 100644 index 000000000000..307a247ba1ef --- /dev/null +++ b/Documentation/ABI/testing/sysfs-platform-msi-laptop | |||
@@ -0,0 +1,83 @@ | |||
1 | What: /sys/devices/platform/msi-laptop-pf/lcd_level | ||
2 | Date: Oct 2006 | ||
3 | KernelVersion: 2.6.19 | ||
4 | Contact: "Lennart Poettering <mzxreary@0pointer.de>" | ||
5 | Description: | ||
6 | Screen brightness: contains a single integer in the range 0..8. | ||
7 | |||
8 | What: /sys/devices/platform/msi-laptop-pf/auto_brightness | ||
9 | Date: Oct 2006 | ||
10 | KernelVersion: 2.6.19 | ||
11 | Contact: "Lennart Poettering <mzxreary@0pointer.de>" | ||
12 | Description: | ||
13 | Enable automatic brightness control: contains either 0 or 1. If | ||
14 | set to 1 the hardware adjusts the screen brightness | ||
15 | automatically when the power cord is plugged/unplugged. | ||
16 | |||
17 | What: /sys/devices/platform/msi-laptop-pf/wlan | ||
18 | Date: Oct 2006 | ||
19 | KernelVersion: 2.6.19 | ||
20 | Contact: "Lennart Poettering <mzxreary@0pointer.de>" | ||
21 | Description: | ||
22 | WLAN subsystem enabled: contains either 0 or 1. | ||
23 | |||
24 | What: /sys/devices/platform/msi-laptop-pf/bluetooth | ||
25 | Date: Oct 2006 | ||
26 | KernelVersion: 2.6.19 | ||
27 | Contact: "Lennart Poettering <mzxreary@0pointer.de>" | ||
28 | Description: | ||
29 | Bluetooth subsystem enabled: contains either 0 or 1. Please | ||
30 | note that this file is constantly 0 if no Bluetooth hardware is | ||
31 | available. | ||
32 | |||
33 | What: /sys/devices/platform/msi-laptop-pf/touchpad | ||
34 | Date: Nov 2012 | ||
35 | KernelVersion: 3.8 | ||
36 | Contact: "Maxim Mikityanskiy <maxtram95@gmail.com>" | ||
37 | Description: | ||
38 | Contains either 0 or 1 and indicates if touchpad is turned on. | ||
39 | Touchpad state can only be toggled by pressing Fn+F3. | ||
40 | |||
41 | What: /sys/devices/platform/msi-laptop-pf/turbo_mode | ||
42 | Date: Nov 2012 | ||
43 | KernelVersion: 3.8 | ||
44 | Contact: "Maxim Mikityanskiy <maxtram95@gmail.com>" | ||
45 | Description: | ||
46 | Contains either 0 or 1 and indicates if turbo mode is turned | ||
47 | on. In turbo mode power LED is orange and processor is | ||
48 | overclocked. Turbo mode is available only if charging. It is | ||
49 | only possible to toggle turbo mode state by pressing Fn+F10, | ||
50 | and there is a few seconds cooldown between subsequent toggles. | ||
51 | If user presses Fn+F10 too frequent, turbo mode state is not | ||
52 | changed. | ||
53 | |||
54 | What: /sys/devices/platform/msi-laptop-pf/eco_mode | ||
55 | Date: Nov 2012 | ||
56 | KernelVersion: 3.8 | ||
57 | Contact: "Maxim Mikityanskiy <maxtram95@gmail.com>" | ||
58 | Description: | ||
59 | Contains either 0 or 1 and indicates if ECO mode is turned on. | ||
60 | In ECO mode power LED is green and userspace should do some | ||
61 | powersaving actions. ECO mode is available only on battery | ||
62 | power. ECO mode can only be toggled by pressing Fn+F10. | ||
63 | |||
64 | What: /sys/devices/platform/msi-laptop-pf/turbo_cooldown | ||
65 | Date: Nov 2012 | ||
66 | KernelVersion: 3.8 | ||
67 | Contact: "Maxim Mikityanskiy <maxtram95@gmail.com>" | ||
68 | Description: | ||
69 | Contains value in range 0..3: | ||
70 | * 0 -> Turbo mode is off | ||
71 | * 1 -> Turbo mode is on, cannot be turned off yet | ||
72 | * 2 -> Turbo mode is off, cannot be turned on yet | ||
73 | * 3 -> Turbo mode is on | ||
74 | |||
75 | What: /sys/devices/platform/msi-laptop-pf/auto_fan | ||
76 | Date: Nov 2012 | ||
77 | KernelVersion: 3.8 | ||
78 | Contact: "Maxim Mikityanskiy <maxtram95@gmail.com>" | ||
79 | Description: | ||
80 | Contains either 0 or 1 and indicates if fan speed is controlled | ||
81 | automatically (1) or fan runs at maximal speed (0). Can be | ||
82 | toggled in software. | ||
83 | |||