-
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 branches 'for-3.18/always-poll-quirk', 'for-3.18/logitech', 'fo…
…r-3.18/picolcd', 'for-3.18/rmi', 'for-3.18/sony', 'for-3.18/uhid', 'for-3.18/upstream' and 'for-3.18/wacom' into for-linus
- Loading branch information
Showing
4,357 changed files
with
172,503 additions
and
102,549 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,7 @@ | |
*.gcno | ||
modules.builtin | ||
Module.symvers | ||
*.dwo | ||
|
||
# | ||
# Top-level generic files | ||
|
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,16 @@ | ||
What: /sys/class/leds/<led>/gt683r/mode | ||
Date: Jun 2014 | ||
KernelVersion: 3.17 | ||
Contact: Janne Kanniainen <janne.kanniainen@gmail.com> | ||
Description: | ||
Set the mode of LEDs. You should notice that changing the mode | ||
of one LED will update the mode of its two sibling devices as | ||
well. | ||
|
||
0 - normal | ||
1 - audio | ||
2 - breathing | ||
|
||
Normal: LEDs are fully on when enabled | ||
Audio: LEDs brightness depends on sound level | ||
Breathing: LEDs brightness varies at human breathing rate |
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,13 @@ | ||
What: /sys/bus/pci/drivers/pciback/quirks | ||
Date: Oct 2011 | ||
KernelVersion: 3.1 | ||
Contact: xen-devel@lists.xenproject.org | ||
Description: | ||
If the permissive attribute is set, then writing a string in | ||
the format of DDDD:BB:DD.F-REG:SIZE:MASK will allow the guest | ||
to write and read from the PCI device. That is Domain:Bus: | ||
Device.Function-Register:Size:Mask (Domain is optional). | ||
For example: | ||
#echo 00:19.0-E0:2:FF > /sys/bus/pci/drivers/pciback/quirks | ||
will allow the guest to read and write to the configuration | ||
register 0x0E. |
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,11 @@ | ||
What: /sys/devices/*/<our-device>/fuse | ||
Date: February 2014 | ||
Contact: Peter De Schrijver <pdeschrijver@nvidia.com> | ||
Description: read-only access to the efuses on Tegra20, Tegra30, Tegra114 | ||
and Tegra124 SoC's from NVIDIA. The efuses contain write once | ||
data programmed at the factory. The data is layed out in 32bit | ||
words in LSB first format. Each bit represents a single value | ||
as decoded from the fuse registers. Bits order/assignment | ||
exactly matches the HW registers, including any unused bits. | ||
Users: any user space application which wants to read the efuses on | ||
Tegra SoC's |
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.