diff options
author | John Chen <johnchen902@gmail.com> | 2021-03-30 19:33:16 +0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2021-04-07 13:14:21 +0200 |
commit | 2b0c086cd6f40648df73c30ea785e5c7777948da (patch) | |
tree | 8cd0a53c6b6ba00cfa52800f80be25c713aa12fa /drivers/hid/hid-ids.h | |
parent | 69aea9d2843669387d100e353b5113d1adc9502f (diff) | |
download | linux-2b0c086cd6f40648df73c30ea785e5c7777948da.tar.bz2 |
HID: magicmouse: add Apple Magic Mouse 2 support
Bluetooth device
Vendor 004c (Apple)
Device 0269 (Magic Mouse 2)
Add support for Apple Magic Mouse 2, putting the device in multi-touch
mode.
Co-authored-by: Rohit Pidaparthi <rohitpid@gmail.com>
Co-authored-by: RicardoEPRodrigues <ricardo.e.p.rodrigues@gmail.com>
Signed-off-by: John Chen <johnchen902@gmail.com>
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 e42aaae3138f..fa0edf03570a 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -93,6 +93,7 @@ #define BT_VENDOR_ID_APPLE 0x004c #define USB_DEVICE_ID_APPLE_MIGHTYMOUSE 0x0304 #define USB_DEVICE_ID_APPLE_MAGICMOUSE 0x030d +#define USB_DEVICE_ID_APPLE_MAGICMOUSE2 0x0269 #define USB_DEVICE_ID_APPLE_MAGICTRACKPAD 0x030e #define USB_DEVICE_ID_APPLE_MAGICTRACKPAD2 0x0265 #define USB_DEVICE_ID_APPLE_FOUNTAIN_ANSI 0x020e |