USB: Add device quirk for ASUS T100 Base Station keyboard
[deliverable/linux.git] / include / linux / usb / quirks.h
index ffe565c94743ca1084199d943dd6102b5daa5d2c..a4abaeb3fb00c42e40162217c03b5112d0585b9b 100644 (file)
@@ -44,4 +44,7 @@
 /* device can't handle device_qualifier descriptor requests */
 #define USB_QUIRK_DEVICE_QUALIFIER     0x00000100
 
+/* device generates spurious wakeup, ignore remote wakeup capability */
+#define USB_QUIRK_IGNORE_REMOTE_WAKEUP 0x00000200
+
 #endif /* __LINUX_USB_QUIRKS_H */
This page took 0.044388 seconds and 5 git commands to generate.