Skip to content
Snippets Groups Projects
Commit e5c6e7f2 authored by Andrew Lunn's avatar Andrew Lunn Committed by Wolfram Sang
Browse files

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: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 7ae532e9
Branches
Tags
No related merge requests found
...@@ -162,7 +162,6 @@ static const struct i2c_algorithm usb_algorithm = { ...@@ -162,7 +162,6 @@ static const struct i2c_algorithm usb_algorithm = {
static const struct usb_device_id i2c_tiny_usb_table[] = { static const struct usb_device_id i2c_tiny_usb_table[] = {
{ USB_DEVICE(0x0403, 0xc631) }, /* FTDI */ { USB_DEVICE(0x0403, 0xc631) }, /* FTDI */
{ USB_DEVICE(0x1c40, 0x0534) }, /* EZPrototypes */ { USB_DEVICE(0x1c40, 0x0534) }, /* EZPrototypes */
{ USB_DEVICE(0x1964, 0x0001) }, /* Robofuzz OSIF */
{ } /* Terminating entry */ { } /* Terminating entry */
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment