diff options
author | Gökçen Eraslan <gokcen@pardus.org.tr> | 2011-10-22 15:39:06 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-10-28 11:42:49 -0400 |
commit | 213f9da80533940560bef8fa43b10c590895459c (patch) | |
tree | 3a8f0dd76cb88c13e0cbe309fb645fd827199fd8 /drivers/hid/hid-ids.h | |
parent | 31dced41c6822ce751c033a53502ea4d8d399422 (diff) |
HID: Add device IDs for Macbook Pro 8 keyboards
This patch adds keyboard support for Macbook Pro 8 models which has
WELLSPRING5A model name and 0x0252, 0x0253 and 0x0254 USB IDs. Trackpad
support for those models are added to bcm5974 in
c331eb580a0a7906c0cdb8dbae3cfe99e3c0e555 ("Input: bcm5974 - Add
support for newer MacBookPro8,2).
Signed-off-by: Gökçen Eraslan <gokcen@pardus.org.tr>
Acked-by: Henrik Rydberg <rydberg@euromail.se>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
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 1680e99b4816..57414500ff70 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -112,6 +112,9 @@ | |||
112 | #define USB_DEVICE_ID_APPLE_ALU_REVB_ANSI 0x024f | 112 | #define USB_DEVICE_ID_APPLE_ALU_REVB_ANSI 0x024f |
113 | #define USB_DEVICE_ID_APPLE_ALU_REVB_ISO 0x0250 | 113 | #define USB_DEVICE_ID_APPLE_ALU_REVB_ISO 0x0250 |
114 | #define USB_DEVICE_ID_APPLE_ALU_REVB_JIS 0x0251 | 114 | #define USB_DEVICE_ID_APPLE_ALU_REVB_JIS 0x0251 |
115 | #define USB_DEVICE_ID_APPLE_WELLSPRING5A_ANSI 0x0252 | ||
116 | #define USB_DEVICE_ID_APPLE_WELLSPRING5A_ISO 0x0253 | ||
117 | #define USB_DEVICE_ID_APPLE_WELLSPRING5A_JIS 0x0254 | ||
115 | #define USB_DEVICE_ID_APPLE_WELLSPRING6A_ANSI 0x0249 | 118 | #define USB_DEVICE_ID_APPLE_WELLSPRING6A_ANSI 0x0249 |
116 | #define USB_DEVICE_ID_APPLE_WELLSPRING6A_ISO 0x024a | 119 | #define USB_DEVICE_ID_APPLE_WELLSPRING6A_ISO 0x024a |
117 | #define USB_DEVICE_ID_APPLE_WELLSPRING6A_JIS 0x024b | 120 | #define USB_DEVICE_ID_APPLE_WELLSPRING6A_JIS 0x024b |