We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b913c5c commit 18243efCopy full SHA for 18243ef
drivers/hid/usbhid/hid-pidff.h
@@ -9,8 +9,7 @@
9
/* Delay field (0xA7) missing. Skip it during set effect report upload */
10
#define HID_PIDFF_QUIRK_MISSING_DELAY BIT(0)
11
12
-/* Missing Paramter block offset (0x23). Skip it during SET_CONDITION
13
- report upload */
+/* Missing Paramter block offset (0x23). Skip it during SET_CONDITION upload */
14
#define HID_PIDFF_QUIRK_MISSING_PBO BIT(1)
15
16
/* Initialise device control field even if logical_minimum != 1 */
0 commit comments