Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68a7602f authored by Emmanuel Deloget's avatar Emmanuel Deloget Committed by Jean Delvare
Browse files

i2c-tiny-usb: Add support for the Robofuzz OSIF USB/I2C converter



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: default avatarEmmanuel Deloget <logout@free.fr>
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent d3ff6ce4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 */
};