From 0e58875ea449ced8a1045c3a4a3655ee02b43999 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 27 Feb 2012 05:00:25 +0100 Subject: [PATCH] linux: add patch to support Formosa-IR606 remote, this should fix #208 Signed-off-by: Stephan Raue --- .../patches/linux-3.2.7-056-Formosa-IR606.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/linux/patches/linux-3.2.7-056-Formosa-IR606.patch diff --git a/packages/linux/patches/linux-3.2.7-056-Formosa-IR606.patch b/packages/linux/patches/linux-3.2.7-056-Formosa-IR606.patch new file mode 100644 index 0000000000..bb17492572 --- /dev/null +++ b/packages/linux/patches/linux-3.2.7-056-Formosa-IR606.patch @@ -0,0 +1,12 @@ +diff -Naur linux-3.2.7/drivers/media/rc/mceusb.c linux-3.2.7.patch/drivers/media/rc/mceusb.c +--- linux-3.2.7/drivers/media/rc/mceusb.c 2012-02-20 22:42:16.000000000 +0100 ++++ linux-3.2.7.patch/drivers/media/rc/mceusb.c 2012-02-27 04:47:29.210888244 +0100 +@@ -361,6 +361,8 @@ + { USB_DEVICE(VENDOR_FORMOSA, 0xe03c) }, + /* Formosa Industrial Computing */ + { USB_DEVICE(VENDOR_FORMOSA, 0xe03e) }, ++ /* Formosa Industrial Computing AIM IR606 */ ++ { USB_DEVICE(VENDOR_FORMOSA, 0xe042) }, + /* Fintek eHome Infrared Transceiver (HP branded) */ + { USB_DEVICE(VENDOR_FINTEK, 0x5168) }, + /* Fintek eHome Infrared Transceiver */