diff options
author | Jeremy Fitzhardinge <jeremy@goop.org> | 2011-12-09 03:10:28 -0500 |
---|---|---|
committer | Jeremy Fitzhardinge <jeremy@goop.org> | 2012-01-08 02:31:25 -0500 |
commit | 652aa6a9ac4a5f8d3e1fa3f6466646519e83c01e (patch) | |
tree | f5e08d9b5fc1634574cc713b66d96ebf1ff4c530 /drivers/hid/hid-ids.h | |
parent | ce63920b395f1476e2d28cca16a56919289f0b62 (diff) |
hid-input/battery: add FEATURE quirk
Apple keyboards require a FEATURE report to query the battery state,
even though they list as an input. Without this, it returns an error.
Signed-off-by: Jeremy Fitzhardinge <jeremy@goop.org>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 06ce996b8b65..b63beb8e67d5 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -124,6 +124,7 @@ | |||
124 | #define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ANSI 0x0239 | 124 | #define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ANSI 0x0239 |
125 | #define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ISO 0x023a | 125 | #define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ISO 0x023a |
126 | #define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_JIS 0x023b | 126 | #define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_JIS 0x023b |
127 | #define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ANSI 0x0255 | ||
127 | #define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ISO 0x0256 | 128 | #define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ISO 0x0256 |
128 | #define USB_DEVICE_ID_APPLE_FOUNTAIN_TP_ONLY 0x030a | 129 | #define USB_DEVICE_ID_APPLE_FOUNTAIN_TP_ONLY 0x030a |
129 | #define USB_DEVICE_ID_APPLE_GEYSER1_TP_ONLY 0x030b | 130 | #define USB_DEVICE_ID_APPLE_GEYSER1_TP_ONLY 0x030b |