diff options
author | Huei-Horng Yo <hiroshi@ghostsinthelab.org> | 2014-02-06 13:40:34 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-02-06 17:35:18 +0400 |
commit | bd4a7ce1da061d97c45673e1ca1a6a474bfb4cff (patch) | |
tree | b93990271a8633ca67e541a6be78a648b5aa4317 /drivers/hid/hid-ids.h | |
parent | 9d27f43274e4889249dc42ca1a3989dd75c5edaf (diff) | |
download | linux-bd4a7ce1da061d97c45673e1ca1a6a474bfb4cff.tar.xz |
HID: apple: add Apple wireless keyboard 2011 JIS model support
Add Apple wireless keyboard 2011 JIS model (05ac:0257).
Signed-off-by: Huei-Horng Yo <hiroshi@ghostsinthelab.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
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 2f10e6e7160d..36281689351b 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -135,6 +135,7 @@ #define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_JIS 0x023b #define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ANSI 0x0255 #define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ISO 0x0256 +#define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_JIS 0x0257 #define USB_DEVICE_ID_APPLE_WELLSPRING8_ANSI 0x0290 #define USB_DEVICE_ID_APPLE_WELLSPRING8_ISO 0x0291 #define USB_DEVICE_ID_APPLE_WELLSPRING8_JIS 0x0292 |