summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-tiny-usb.c
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2014-01-11 00:23:58 +0100
committerWolfram Sang <wsa@the-dreams.de>2014-01-13 13:56:52 +0100
commite5c6e7f296e17011848732b5a26b8251db59595b (patch)
treef2c294f09420eb830def3876f14f38a2172818b8 /drivers/i2c/busses/i2c-tiny-usb.c
parent7ae532e9976e41364bbfa7aaf455c9f1fc5f25e7 (diff)
downloadop-kernel-dev-e5c6e7f296e17011848732b5a26b8251db59595b.zip
op-kernel-dev-e5c6e7f296e17011848732b5a26b8251db59595b.tar.gz
i2c: i2c-tiny-usb: Remove RobotFuzz USB vendor:product ID
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>
Diffstat (limited to 'drivers/i2c/busses/i2c-tiny-usb.c')
-rw-r--r--drivers/i2c/busses/i2c-tiny-usb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-tiny-usb.c b/drivers/i2c/busses/i2c-tiny-usb.c
index e7d3b75..0ed77ee 100644
--- a/drivers/i2c/busses/i2c-tiny-usb.c
+++ b/drivers/i2c/busses/i2c-tiny-usb.c
@@ -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 */
};
OpenPOWER on IntegriCloud