i2c-tiny-usb: Add support for the Robofuzz OSIF USB/I2C converter
authorEmmanuel Deloget <logout@free.fr>
Tue, 24 Jul 2012 12:13:59 +0000 (14:13 +0200)
committerJean Delvare <khali@endymion.delvare>
Tue, 24 Jul 2012 12:13:59 +0000 (14:13 +0200)
Robofuzz OSIF is a generic USB/iIC interface that embeds an ATMega8A
AVR-RISC microcontroler.

The device is based upon Till Harbaum's i2c-tiny-usb and although it
enhances the original design with further functionnalities it still
maintain compatibility with it with respect to the USB/I2C interface.

Signed-off-by: Emmanuel Deloget <logout@free.fr>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/i2c/busses/i2c-tiny-usb.c

index f07307ff360d6ee4dec28765c5d3cdd0067c7e48..05106368d405d21c1f4aae261394f25ea7b29d7b 100644 (file)
@@ -143,6 +143,7 @@ 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 */
 };