Linux Audio

Check our new training course

Linux kernel drivers training

Mar 31-Apr 9, 2025, special US time zones
Register
Loading...
v6.13.7
1What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/quirks
2Date:		November 2011
3Contact:	Benjamin Tissoires <benjamin.tissoires@gmail.com>
4Description:	The integer value of this attribute corresponds to the
5		quirks actually in place to handle the device's protocol.
6		When read, this attribute returns the current settings (see
7		MT_QUIRKS_* in hid-multitouch.c).
8		When written this attribute change on the fly the quirks, then
9		the protocol to handle the device.
v5.9
1What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/quirks
2Date:		November 2011
3Contact:	Benjamin Tissoires <benjamin.tissoires@gmail.com>
4Description:	The integer value of this attribute corresponds to the
5		quirks actually in place to handle the device's protocol.
6		When read, this attribute returns the current settings (see
7		MT_QUIRKS_* in hid-multitouch.c).
8		When written this attribute change on the fly the quirks, then
9		the protocol to handle the device.