-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel…
…/git/mjg59/platform-drivers-x86 * 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86: (81 commits) xo15-ebook: Remove device.wakeup_count ips: use interruptible waits in ips-monitor acer-wmi: does not poll device status when WMI event is available acer-wmi: does not set persistence state by rfkill_init_sw_state platform-drivers: x86: fix common misspellings acer-wmi: use pr_<level> for messages asus-wmi: potential NULL dereference in show_call() asus-wmi: signedness bug in read_brightness() platform-driver-x86: samsung-laptop: make dmi_check_cb to return 1 instead of 0 platform-driver-x86: fix wrong merge for compal-laptop.c msi-laptop: use pr_<level> for messages Platform: add Samsung Laptop platform driver acer-wmi: Fix WMI ID acer-wmi: deactive mail led when power off msi-laptop: send out touchpad on/off key acer-wmi: set the touchpad toggle key code to KEY_TOUCHPAD_TOGGLE platform-driver-x86: intel_mid_thermal: fix unterminated platform_device_id table sony-laptop: potential null dereference sony-laptop: handle allocation failures sony-laptop: return negative on failure in sony_nc_add() ...
- Loading branch information
Showing
30 changed files
with
4,845 additions
and
1,259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
What: /sys/devices/platform/samsung/performance_level | ||
Date: January 1, 2010 | ||
KernelVersion: 2.6.33 | ||
Contact: Greg Kroah-Hartman <gregkh@suse.de> | ||
Description: Some Samsung laptops have different "performance levels" | ||
that are can be modified by a function key, and by this | ||
sysfs file. These values don't always make a whole lot | ||
of sense, but some users like to modify them to keep | ||
their fans quiet at all costs. Reading from this file | ||
will show the current performance level. Writing to the | ||
file can change this value. | ||
Valid options: | ||
"silent" | ||
"normal" | ||
"overclock" | ||
Note that not all laptops support all of these options. | ||
Specifically, not all support the "overclock" option, | ||
and it's still unknown if this value even changes | ||
anything, other than making the user feel a bit better. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
What: /sys/devices/platform/<platform>/cpufv | ||
Date: Oct 2010 | ||
KernelVersion: 2.6.37 | ||
Contact: "Corentin Chary" <corentincj@iksaif.net> | ||
Description: | ||
Change CPU clock configuration (write-only). | ||
There are three available clock configuration: | ||
* 0 -> Super Performance Mode | ||
* 1 -> High Performance Mode | ||
* 2 -> Power Saving Mode | ||
|
||
What: /sys/devices/platform/<platform>/camera | ||
Date: Jan 2010 | ||
KernelVersion: 2.6.39 | ||
Contact: "Corentin Chary" <corentincj@iksaif.net> | ||
Description: | ||
Control the camera. 1 means on, 0 means off. | ||
|
||
What: /sys/devices/platform/<platform>/cardr | ||
Date: Jan 2010 | ||
KernelVersion: 2.6.39 | ||
Contact: "Corentin Chary" <corentincj@iksaif.net> | ||
Description: | ||
Control the card reader. 1 means on, 0 means off. | ||
|
||
What: /sys/devices/platform/<platform>/touchpad | ||
Date: Jan 2010 | ||
KernelVersion: 2.6.39 | ||
Contact: "Corentin Chary" <corentincj@iksaif.net> | ||
Description: | ||
Control the card touchpad. 1 means on, 0 means off. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.