mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
Merge branch 'openelec-settings' of github.com:OpenELEC/OpenELEC.tv into openelec-settings
This commit is contained in:
commit
a1aad86ef0
25
packages/linux/patches/3.7.7/linux-990.05-new-wiimote.patch
vendored
Normal file
25
packages/linux/patches/3.7.7/linux-990.05-new-wiimote.patch
vendored
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
|
||||||
|
index 753f3d6..b5c2231 100644
|
||||||
|
--- a/drivers/hid/hid-ids.h
|
||||||
|
+++ b/drivers/hid/hid-ids.h
|
||||||
|
@@ -583,6 +583,7 @@
|
||||||
|
|
||||||
|
#define USB_VENDOR_ID_NINTENDO 0x057e
|
||||||
|
#define USB_DEVICE_ID_NINTENDO_WIIMOTE 0x0306
|
||||||
|
+#define USB_DEVICE_ID_NINTENDO_WIIMOTE_2 0x0330
|
||||||
|
|
||||||
|
#define USB_VENDOR_ID_NOVATEK 0x0603
|
||||||
|
#define USB_DEVICE_ID_NOVATEK_PCT 0x0600
|
||||||
|
diff --git a/drivers/hid/hid-wiimote-core.c b/drivers/hid/hid-wiimote-core.c
|
||||||
|
index 84e2fbe..c8a4325 100644
|
||||||
|
--- a/drivers/hid/hid-wiimote-core.c
|
||||||
|
+++ b/drivers/hid/hid-wiimote-core.c
|
||||||
|
@@ -1283,6 +1283,8 @@ static void wiimote_hid_remove(struct hid_device *hdev)
|
||||||
|
static const struct hid_device_id wiimote_hid_devices[] = {
|
||||||
|
{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_NINTENDO,
|
||||||
|
USB_DEVICE_ID_NINTENDO_WIIMOTE) },
|
||||||
|
+ { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_NINTENDO,
|
||||||
|
+ USB_DEVICE_ID_NINTENDO_WIIMOTE_2) },
|
||||||
|
{ }
|
||||||
|
};
|
||||||
|
MODULE_DEVICE_TABLE(hid, wiimote_hid_devices);
|
Loading…
x
Reference in New Issue
Block a user