The GET_REVISION command puts the device in an unresponsive state,
although it continues to report any IR activity. Note that GET_REVISION
command is not documented, nor is any possible response to it parsed.

Signed-off-by: Sean Young <s...@mess.org>
---
 drivers/media/rc/mceusb.c | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/drivers/media/rc/mceusb.c b/drivers/media/rc/mceusb.c
index 9afb933..14fea35 100644
--- a/drivers/media/rc/mceusb.c
+++ b/drivers/media/rc/mceusb.c
@@ -291,7 +291,8 @@ static struct usb_device_id mceusb_dev_table[] = {
        /* Philips/Spinel plus IR transceiver for ASUS */
        { USB_DEVICE(VENDOR_PHILIPS, 0x2088) },
        /* Philips IR transceiver (Dell branded) */
-       { USB_DEVICE(VENDOR_PHILIPS, 0x2093) },
+       { USB_DEVICE(VENDOR_PHILIPS, 0x2093),
+         .driver_info = MCE_GEN2_TX_INV },
        /* Realtek MCE IR Receiver and card reader */
        { USB_DEVICE(VENDOR_REALTEK, 0x0161),
          .driver_info = MULTIFUNCTION },
@@ -1121,16 +1122,13 @@ static void mceusb_gen1_init(struct mceusb_dev *ir)
        mce_async_out(ir, GET_REVISION, sizeof(GET_REVISION));
 
        kfree(data);
-};
+}
 
 static void mceusb_gen2_init(struct mceusb_dev *ir)
 {
        /* device resume */
        mce_async_out(ir, DEVICE_RESUME, sizeof(DEVICE_RESUME));
 
-       /* get hw/sw revision? */
-       mce_async_out(ir, GET_REVISION, sizeof(GET_REVISION));
-
        /* get wake version (protocol, key, address) */
        mce_async_out(ir, GET_WAKEVERSION, sizeof(GET_WAKEVERSION));
 
-- 
1.8.1

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to