-
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.
yaml --- r: 196328 b: refs/heads/master c: 36dbe2f h: refs/heads/master v: v3
- Loading branch information
Jiri Kosina
committed
May 19, 2010
1 parent
408ad71
commit 25ed1cc
Showing
5,787 changed files
with
101,580 additions
and
28,436 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 1f749d8d5f92c275e35cdcd1fdcb7c8298157118 | ||
refs/heads/master: 36dbe2fc5534291d261a4c63033232aa2f60c2a9 |
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,43 @@ | ||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/operation_mode | ||
Date: March 2010 | ||
Contact: Bruno Prémont <bonbons@linux-vserver.org> | ||
Description: Make it possible to switch the PicoLCD device between LCD | ||
(firmware) and bootloader (flasher) operation modes. | ||
|
||
Reading: returns list of available modes, the active mode being | ||
enclosed in brackets ('[' and ']') | ||
|
||
Writing: causes operation mode switch. Permitted values are | ||
the non-active mode names listed when read. | ||
|
||
Note: when switching mode the current PicoLCD HID device gets | ||
disconnected and reconnects after above delay (see attribute | ||
operation_mode_delay for its value). | ||
|
||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/operation_mode_delay | ||
Date: April 2010 | ||
Contact: Bruno Prémont <bonbons@linux-vserver.org> | ||
Description: Delay PicoLCD waits before restarting in new mode when | ||
operation_mode has changed. | ||
|
||
Reading/Writing: It is expressed in ms and permitted range is | ||
0..30000ms. | ||
|
||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/fb_update_rate | ||
Date: March 2010 | ||
Contact: Bruno Prémont <bonbons@linux-vserver.org> | ||
Description: Make it possible to adjust defio refresh rate. | ||
|
||
Reading: returns list of available refresh rates (expressed in Hz), | ||
the active refresh rate being enclosed in brackets ('[' and ']') | ||
|
||
Writing: accepts new refresh rate expressed in integer Hz | ||
within permitted rates. | ||
|
||
Note: As device can barely do 2 complete refreshes a second | ||
it only makes sense to adjust this value if only one or two | ||
tiles get changed and it's not appropriate to expect the application | ||
to flush it's tiny changes explicitely at higher than default rate. | ||
|
29 changes: 29 additions & 0 deletions
29
trunk/Documentation/ABI/testing/sysfs-driver-hid-prodikeys
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,29 @@ | ||
What: /sys/bus/hid/drivers/prodikeys/.../channel | ||
Date: April 2010 | ||
KernelVersion: 2.6.34 | ||
Contact: Don Prince <dhprince.devel@yahoo.co.uk> | ||
Description: | ||
Allows control (via software) the midi channel to which | ||
that the pc-midi keyboard will output.midi data. | ||
Range: 0..15 | ||
Type: Read/write | ||
What: /sys/bus/hid/drivers/prodikeys/.../sustain | ||
Date: April 2010 | ||
KernelVersion: 2.6.34 | ||
Contact: Don Prince <dhprince.devel@yahoo.co.uk> | ||
Description: | ||
Allows control (via software) the sustain duration of a | ||
note held by the pc-midi driver. | ||
0 means sustain mode is disabled. | ||
Range: 0..5000 (milliseconds) | ||
Type: Read/write | ||
What: /sys/bus/hid/drivers/prodikeys/.../octave | ||
Date: April 2010 | ||
KernelVersion: 2.6.34 | ||
Contact: Don Prince <dhprince.devel@yahoo.co.uk> | ||
Description: | ||
Controls the octave shift modifier in the pc-midi driver. | ||
The octave can be shifted via software up/down 2 octaves. | ||
0 means the no ocatve shift. | ||
Range: -2..2 (minus 2 to plus 2) | ||
Type: Read/Write |
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,10 @@ | ||
What: /sys/class/hidraw/hidraw*/device/speed | ||
Date: April 2010 | ||
Kernel Version: 2.6.35 | ||
Contact: linux-bluetooth@vger.kernel.org | ||
Description: | ||
The /sys/class/hidraw/hidraw*/device/speed file controls | ||
reporting speed of wacom bluetooth tablet. Reading from | ||
this file returns 1 if tablet reports in high speed mode | ||
or 0 otherwise. Writing to this file one of these values | ||
switches reporting speed. |
File renamed without changes.
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
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.