]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
i2c: i2c-tiny-usb: Remove RobotFuzz USB vendor:product ID
authorAndrew Lunn <andrew@lunn.ch>
Fri, 10 Jan 2014 23:23:58 +0000 (00:23 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 13 Jan 2014 12:56:52 +0000 (13:56 +0100)
The RobotFuzz device is not compatible with i2c-tiny-usb. Remove its
entry from the USB table so that the new correct driver can be used.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-tiny-usb.c

index e7d3b755af3bb3771359fcb4110310a8d6359a90..0ed77eeff31e661fe5a4c6b8426c7d2cd6a10f89 100644 (file)
@@ -162,7 +162,6 @@ static const struct i2c_algorithm usb_algorithm = {
 static const struct usb_device_id i2c_tiny_usb_table[] = {
        { USB_DEVICE(0x0403, 0xc631) },   /* FTDI */
        { USB_DEVICE(0x1c40, 0x0534) },   /* EZPrototypes */
-       { USB_DEVICE(0x1964, 0x0001) },   /* Robofuzz OSIF */
        { }                               /* Terminating entry */
 };