diff options
author | frank zago <frank@zago.net> | 2022-04-21 05:40:41 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2022-05-06 09:29:26 +0300 |
commit | 06be0d6442a07f73107964d7b56c21759c6dfb00 (patch) | |
tree | a84b500ee20150dd7a80735090d8682f748c2d68 /drivers/hid/hid-ids.h | |
parent | 5e206459f670b579da9b7861a0f3ce3b989a68b6 (diff) | |
download | linux-06be0d6442a07f73107964d7b56c21759c6dfb00.tar.xz |
HID: Add support for Mega World controller force feedback
This patch adds support for one of the several Mega World USB game
controller with integrated force feedback. It is a HID based
memory-less game controller, with a weak motor on the left, and a
strong one on the right.
Signed-off-by: frank zago <frank@zago.net>
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 053853a891c5..b9e0f3deb080 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -868,6 +868,9 @@ #define USB_VENDOR_ID_MCS 0x16d0 #define USB_DEVICE_ID_MCS_GAMEPADBLOCK 0x0bcc +#define USB_VENDOR_MEGAWORLD 0x07b5 +#define USB_DEVICE_ID_MEGAWORLD_GAMEPAD 0x0312 + #define USB_VENDOR_ID_MGE 0x0463 #define USB_DEVICE_ID_MGE_UPS 0xffff #define USB_DEVICE_ID_MGE_UPS1 0x0001 |