From f73120892913e7f952ede47febcf9d07adfa48fc Mon Sep 17 00:00:00 2001 From: Memphiz Date: Sat, 17 Jun 2017 23:01:04 +0200 Subject: [PATCH] [patches] - remove tivo slide pro kernel patches for 3.14/3.10 amlogic kernels. Patch is carried in the kernel src instead now to affect all platforms aml platforms. --- .../linux/070-linux-010_tivo_slide_pro.patch | 57 ------------------- 1 file changed, 57 deletions(-) delete mode 100644 projects/WeTek_Play/patches/linux/070-linux-010_tivo_slide_pro.patch diff --git a/projects/WeTek_Play/patches/linux/070-linux-010_tivo_slide_pro.patch b/projects/WeTek_Play/patches/linux/070-linux-010_tivo_slide_pro.patch deleted file mode 100644 index 4fea696523..0000000000 --- a/projects/WeTek_Play/patches/linux/070-linux-010_tivo_slide_pro.patch +++ /dev/null @@ -1,57 +0,0 @@ -From 716d6bc9f73bd366d4b64b473055af79810d67fc Mon Sep 17 00:00:00 2001 -From: Forest -Date: Thu, 12 Mar 2015 23:43:12 -0700 -Subject: [PATCH] hid: enable all buttons on the TiVo Slide Pro remote - -The linux kernel has supported the TiVo Slide remote control for some time, -but does not recognize the USB ID of the newer Slide Pro. This patch adds -the missing data structures so the newer remote will be recognized by the -driver, thereby allowing the TiVo, LiveTV, and Thumbs Up/Down buttons to be -mapped with a hwdb file. - -Signed-off-by: Forest ---- - drivers/hid/hid-core.c | 1 + - drivers/hid/hid-ids.h | 1 + - drivers/hid/hid-tivo.c | 1 + - 3 files changed, 3 insertions(+) - -diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c -index 1d0f2b6..722a925 100644 ---- a/drivers/hid/hid-core.c -+++ b/drivers/hid/hid-core.c -@@ -1980,6 +1980,7 @@ static const struct hid_device_id hid_have_special_driver[] = { - { HID_USB_DEVICE(USB_VENDOR_ID_THRUSTMASTER, 0xb65a) }, - { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_TIVO, USB_DEVICE_ID_TIVO_SLIDE_BT) }, - { HID_USB_DEVICE(USB_VENDOR_ID_TIVO, USB_DEVICE_ID_TIVO_SLIDE) }, -+ { HID_USB_DEVICE(USB_VENDOR_ID_TIVO, USB_DEVICE_ID_TIVO_SLIDE_PRO) }, - { HID_USB_DEVICE(USB_VENDOR_ID_TOPSEED, USB_DEVICE_ID_TOPSEED_CYBERLINK) }, - { HID_USB_DEVICE(USB_VENDOR_ID_TOPSEED2, USB_DEVICE_ID_TOPSEED2_RF_COMBO) }, - { HID_USB_DEVICE(USB_VENDOR_ID_TWINHAN, USB_DEVICE_ID_TWINHAN_IR_REMOTE) }, -diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h -index 2dd6485..c739d3b 100644 ---- a/drivers/hid/hid-ids.h -+++ b/drivers/hid/hid-ids.h -@@ -900,6 +900,7 @@ - #define USB_VENDOR_ID_TIVO 0x150a - #define USB_DEVICE_ID_TIVO_SLIDE_BT 0x1200 - #define USB_DEVICE_ID_TIVO_SLIDE 0x1201 -+#define USB_DEVICE_ID_TIVO_SLIDE_PRO 0x1203 - - #define USB_VENDOR_ID_TOPSEED 0x0766 - #define USB_DEVICE_ID_TOPSEED_CYBERLINK 0x0204 -diff --git a/drivers/hid/hid-tivo.c b/drivers/hid/hid-tivo.c -index d790d8d..d986969 100644 ---- a/drivers/hid/hid-tivo.c -+++ b/drivers/hid/hid-tivo.c -@@ -64,6 +64,7 @@ static const struct hid_device_id tivo_devices[] = { - /* TiVo Slide Bluetooth remote, pairs with a Broadcom dongle */ - { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_TIVO, USB_DEVICE_ID_TIVO_SLIDE_BT) }, - { HID_USB_DEVICE(USB_VENDOR_ID_TIVO, USB_DEVICE_ID_TIVO_SLIDE) }, -+ { HID_USB_DEVICE(USB_VENDOR_ID_TIVO, USB_DEVICE_ID_TIVO_SLIDE_PRO) }, - { } - }; - MODULE_DEVICE_TABLE(hid, tivo_devices); --- -1.9.1 -