-
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 'linus' into core/urgent
Update with Linus tree so fixes for the same can be applied. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
- Loading branch information
Showing
7,565 changed files
with
448,944 additions
and
294,966 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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,7 @@ | ||
What: /sys/bus/mei/devices/.../modalias | ||
Date: March 2013 | ||
KernelVersion: 3.10 | ||
Contact: Samuel Ortiz <sameo@linux.intel.com> | ||
linux-mei@linux.intel.com | ||
Description: Stores the same MODALIAS value emitted by uevent | ||
Format: mei:<mei device name> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
What: /sys/devices/.../lpss_ltr/ | ||
Date: March 2013 | ||
Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
Description: | ||
The /sys/devices/.../lpss_ltr/ directory is only present for | ||
devices included into the Intel Lynxpoint Low Power Subsystem | ||
(LPSS). If present, it contains attributes containing the LTR | ||
mode and the values of LTR registers of the device. | ||
|
||
What: /sys/devices/.../lpss_ltr/ltr_mode | ||
Date: March 2013 | ||
Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
Description: | ||
The /sys/devices/.../lpss_ltr/ltr_mode attribute contains an | ||
integer number (0 or 1) indicating whether or not the devices' | ||
LTR functionality is working in the software mode (1). | ||
|
||
This attribute is read-only. If the device's runtime PM status | ||
is not "active", attempts to read from this attribute cause | ||
-EAGAIN to be returned. | ||
|
||
What: /sys/devices/.../lpss_ltr/auto_ltr | ||
Date: March 2013 | ||
Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
Description: | ||
The /sys/devices/.../lpss_ltr/auto_ltr attribute contains the | ||
current value of the device's AUTO_LTR register (raw) | ||
represented as an 8-digit hexadecimal number. | ||
|
||
This attribute is read-only. If the device's runtime PM status | ||
is not "active", attempts to read from this attribute cause | ||
-EAGAIN to be returned. | ||
|
||
What: /sys/devices/.../lpss_ltr/sw_ltr | ||
Date: March 2013 | ||
Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
Description: | ||
The /sys/devices/.../lpss_ltr/auto_ltr attribute contains the | ||
current value of the device's SW_LTR register (raw) represented | ||
as an 8-digit hexadecimal number. | ||
|
||
This attribute is read-only. If the device's runtime PM status | ||
is not "active", attempts to read from this attribute cause | ||
-EAGAIN to be returned. |
13 changes: 13 additions & 0 deletions
13
Documentation/ABI/testing/sysfs-devices-power_resources_wakeup
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,13 @@ | ||
What: /sys/devices/.../power_resources_wakeup/ | ||
Date: April 2013 | ||
Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
Description: | ||
The /sys/devices/.../power_resources_wakeup/ directory is only | ||
present for device objects representing ACPI device nodes that | ||
require ACPI power resources for wakeup signaling. | ||
|
||
If present, it contains symbolic links to device directories | ||
representing ACPI power resources that need to be turned on for | ||
the given device node to be able to signal wakeup. The names of | ||
the links are the same as the names of the directories they | ||
point to. |
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
105 changes: 105 additions & 0 deletions
105
Documentation/ABI/testing/sysfs-driver-hid-roccat-konepure
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,105 @@ | ||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/actual_profile | ||
Date: December 2012 | ||
Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
Description: The mouse can store 5 profiles which can be switched by the | ||
press of a button. actual_profile holds number of actual profile. | ||
This value is persistent, so its value determines the profile | ||
that's active when the mouse is powered on next time. | ||
When written, the mouse activates the set profile immediately. | ||
The data has to be 3 bytes long. | ||
The mouse will reject invalid data. | ||
Users: http://roccat.sourceforge.net | ||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/control | ||
Date: December 2012 | ||
Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
Description: When written, this file lets one select which data from which | ||
profile will be read next. The data has to be 3 bytes long. | ||
This file is writeonly. | ||
Users: http://roccat.sourceforge.net | ||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/info | ||
Date: December 2012 | ||
Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
Description: When read, this file returns general data like firmware version. | ||
When written, the device can be reset. | ||
The data is 6 bytes long. | ||
Users: http://roccat.sourceforge.net | ||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/macro | ||
Date: December 2012 | ||
Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
Description: The mouse can store a macro with max 500 key/button strokes | ||
internally. | ||
When written, this file lets one set the sequence for a specific | ||
button for a specific profile. Button and profile numbers are | ||
included in written data. The data has to be 2082 bytes long. | ||
This file is writeonly. | ||
Users: http://roccat.sourceforge.net | ||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/profile_buttons | ||
Date: December 2012 | ||
Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
Description: The mouse can store 5 profiles which can be switched by the | ||
press of a button. A profile is split in settings and buttons. | ||
profile_buttons holds information about button layout. | ||
When written, this file lets one write the respective profile | ||
buttons back to the mouse. The data has to be 59 bytes long. | ||
The mouse will reject invalid data. | ||
Which profile to write is determined by the profile number | ||
contained in the data. | ||
Before reading this file, control has to be written to select | ||
which profile to read. | ||
Users: http://roccat.sourceforge.net | ||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/profile_settings | ||
Date: December 2012 | ||
Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
Description: The mouse can store 5 profiles which can be switched by the | ||
press of a button. A profile is split in settings and buttons. | ||
profile_settings holds information like resolution, sensitivity | ||
and light effects. | ||
When written, this file lets one write the respective profile | ||
settings back to the mouse. The data has to be 31 bytes long. | ||
The mouse will reject invalid data. | ||
Which profile to write is determined by the profile number | ||
contained in the data. | ||
Before reading this file, control has to be written to select | ||
which profile to read. | ||
Users: http://roccat.sourceforge.net | ||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/sensor | ||
Date: December 2012 | ||
Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
Description: The mouse has a tracking- and a distance-control-unit. These | ||
can be activated/deactivated and the lift-off distance can be | ||
set. The data has to be 6 bytes long. | ||
This file is writeonly. | ||
Users: http://roccat.sourceforge.net | ||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/talk | ||
Date: December 2012 | ||
Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
Description: Used to active some easy* functions of the mouse from outside. | ||
The data has to be 16 bytes long. | ||
This file is writeonly. | ||
Users: http://roccat.sourceforge.net | ||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/tcu | ||
Date: December 2012 | ||
Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
Description: When written a calibration process for the tracking control unit | ||
can be initiated/cancelled. Also lets one read/write sensor | ||
registers. | ||
The data has to be 4 bytes long. | ||
Users: http://roccat.sourceforge.net | ||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/tcu_image | ||
Date: December 2012 | ||
Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
Description: When read the mouse returns a 30x30 pixel image of the | ||
sampled underground. This works only in the course of a | ||
calibration process initiated with tcu. | ||
The returned data is 1028 bytes in size. | ||
This file is readonly. | ||
Users: http://roccat.sourceforge.net |
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.