diff options
author | Andrew Lunn <andrew@lunn.ch> | 2014-01-10 18:23:58 -0500 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-01-13 07:56:52 -0500 |
commit | e5c6e7f296e17011848732b5a26b8251db59595b (patch) | |
tree | f2c294f09420eb830def3876f14f38a2172818b8 /drivers/i2c/busses | |
parent | 7ae532e9976e41364bbfa7aaf455c9f1fc5f25e7 (diff) |
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')
-rw-r--r-- | drivers/i2c/busses/i2c-tiny-usb.c | 1 |
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 e7d3b755af3b..0ed77eeff31e 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 = { | |||
162 | static const struct usb_device_id i2c_tiny_usb_table[] = { | 162 | static const struct usb_device_id i2c_tiny_usb_table[] = { |
163 | { USB_DEVICE(0x0403, 0xc631) }, /* FTDI */ | 163 | { USB_DEVICE(0x0403, 0xc631) }, /* FTDI */ |
164 | { USB_DEVICE(0x1c40, 0x0534) }, /* EZPrototypes */ | 164 | { USB_DEVICE(0x1c40, 0x0534) }, /* EZPrototypes */ |
165 | { USB_DEVICE(0x1964, 0x0001) }, /* Robofuzz OSIF */ | ||
166 | { } /* Terminating entry */ | 165 | { } /* Terminating entry */ |
167 | }; | 166 | }; |
168 | 167 | ||