Skip to content

Commit 611de8e

Browse files
committed
Merge pull request #89 from v0ltumna/odroid-3.8.y
Support for WiiU adapter from Mayflash
2 parents db41cd1 + 3d8212f commit 611de8e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/hid/hid-ids.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@
257257
#define USB_DEVICE_ID_DMI_ENC 0x5fab
258258

259259
#define USB_VENDOR_ID_DRAGONRISE 0x0079
260+
#define USB_DEVICE_ID_DRAGONRISE_WIIU 0x1800
260261

261262
#define USB_VENDOR_ID_DWAV 0x0eef
262263
#define USB_DEVICE_ID_EGALAX_TOUCHCONTROLLER 0x0001

drivers/hid/usbhid/hid-quirks.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ static const struct hid_blacklist {
6969
{ USB_VENDOR_ID_CH, USB_DEVICE_ID_CH_3AXIS_5BUTTON_STICK, HID_QUIRK_NOGET },
7070
{ USB_VENDOR_ID_CH, USB_DEVICE_ID_CH_AXIS_295, HID_QUIRK_NOGET },
7171
{ USB_VENDOR_ID_DMI, USB_DEVICE_ID_DMI_ENC, HID_QUIRK_NOGET },
72+
{ USB_VENDOR_ID_DRAGONRISE, USB_DEVICE_ID_DRAGONRISE_WIIU, HID_QUIRK_MULTI_INPUT },
7273
{ USB_VENDOR_ID_ELO, USB_DEVICE_ID_ELO_TS2700, HID_QUIRK_NOGET },
7374
{ USB_VENDOR_ID_FORMOSA, USB_DEVICE_ID_FORMOSA_IR_RECEIVER, HID_QUIRK_NO_INIT_REPORTS },
7475
{ USB_VENDOR_ID_FREESCALE, USB_DEVICE_ID_FREESCALE_MX28, HID_QUIRK_NOGET },

0 commit comments

Comments
 (0)