diff options
author | Dan Bastone <dan@pwienterprises.com> | 2011-07-31 07:40:49 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-11-11 09:37:20 -0800 |
commit | 81e0a487f87844c9b4ef5d7816ef4e02482db6c6 (patch) | |
tree | 863dbe915828bb83ebe7743fafbdb4ae465ce976 /drivers/hid/hid-ids.h | |
parent | 02376e54a976843aaa722b661123a6acc2b70b14 (diff) | |
download | kernel_samsung_espresso10-81e0a487f87844c9b4ef5d7816ef4e02482db6c6.zip kernel_samsung_espresso10-81e0a487f87844c9b4ef5d7816ef4e02482db6c6.tar.gz kernel_samsung_espresso10-81e0a487f87844c9b4ef5d7816ef4e02482db6c6.tar.bz2 |
HID: add support for new revision of Apple aluminum keyboard
commit 4a4c879904aa0cc64629e14a49b64fb3d149bf1a upstream.
Add USB device ids for the new revision (MB110LL/B) of Apple's wired aluminum
keyboard. I have only confirmed that the ANSI version is correct - it is
assumed that the ISO and JIS versions follow the standard numbering convention.
Signed-off-by: Dan Bastone <dan@pwienterprises.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index c946d90..8c9f6e8 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -109,6 +109,9 @@ #define USB_DEVICE_ID_APPLE_WELLSPRING5_ANSI 0x0245 #define USB_DEVICE_ID_APPLE_WELLSPRING5_ISO 0x0246 #define USB_DEVICE_ID_APPLE_WELLSPRING5_JIS 0x0247 +#define USB_DEVICE_ID_APPLE_ALU_REVB_ANSI 0x024f +#define USB_DEVICE_ID_APPLE_ALU_REVB_ISO 0x0250 +#define USB_DEVICE_ID_APPLE_ALU_REVB_JIS 0x0251 #define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ANSI 0x0239 #define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ISO 0x023a #define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_JIS 0x023b |