-
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.
- Loading branch information
Benjamin Tissoires
authored and
Jiri Kosina
committed
Nov 23, 2011
1 parent
47f2b88
commit 74b5441
Showing
3 changed files
with
69 additions
and
19 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 1fd8f047490dd0ec4e4db710fcbc1bd4798d944c | ||
refs/heads/master: eec29e3dab483a5d9a742a6fa68db1ec1f0f7504 |
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,9 @@ | ||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/quirks | ||
Date: November 2011 | ||
Contact: Benjamin Tissoires <benjamin.tissoires@gmail.com> | ||
Description: The integer value of this attribute corresponds to the | ||
quirks actually in place to handle the device's protocol. | ||
When read, this attribute returns the current settings (see | ||
MT_QUIRKS_* in hid-multitouch.c). | ||
When written this attribute change on the fly the quirks, then | ||
the protocol to handle the device. |
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