diff options
author | Henrik Rydberg <rydberg@euromail.se> | 2008-11-04 20:03:45 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-11-13 10:31:36 +0100 |
commit | a96d6ef34751093797c3a6c6080733dd7af23d35 (patch) | |
tree | 56ec6ad1221a4ed7e74c2097df8472ae3efcbdef /drivers/hid/hid-ids.h | |
parent | 7d672cd7506165818aacf97fdc448cffc72bde37 (diff) | |
download | talos-op-linux-a96d6ef34751093797c3a6c6080733dd7af23d35.tar.gz talos-op-linux-a96d6ef34751093797c3a6c6080733dd7af23d35.zip |
HID: support for new unibody macbooks
The unibody MacBook 5 and MacBook Pro 5 come with a new version of
the bcm5974 trackpad. This patch adds the USB device ids and all
the appropriate quirks, including hid_blacklist.
Signed-off-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 f05bcbbbb0d5..d70075dd3d81 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -82,6 +82,9 @@ #define USB_DEVICE_ID_APPLE_WELLSPRING2_ANSI 0x0230 #define USB_DEVICE_ID_APPLE_WELLSPRING2_ISO 0x0231 #define USB_DEVICE_ID_APPLE_WELLSPRING2_JIS 0x0232 +#define USB_DEVICE_ID_APPLE_WELLSPRING3_ANSI 0x0236 +#define USB_DEVICE_ID_APPLE_WELLSPRING3_ISO 0x0237 +#define USB_DEVICE_ID_APPLE_WELLSPRING3_JIS 0x0238 #define USB_DEVICE_ID_APPLE_FOUNTAIN_TP_ONLY 0x030a #define USB_DEVICE_ID_APPLE_GEYSER1_TP_ONLY 0x030b #define USB_DEVICE_ID_APPLE_ATV_IRCONTROL 0x8241 |