From aceebb97e99729849e746a0d6816a39fdc3c340e Mon Sep 17 00:00:00 2001 From: Emmanuel Deloget Date: Tue, 24 Jul 2012 14:13:59 +0200 Subject: [PATCH] --- yaml --- r: 316356 b: refs/heads/master c: 68a7602f098c30cc27fbc336db575af63f1be07b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/i2c/busses/i2c-tiny-usb.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index ee0b5a2d3b0d..586f96a46b3f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d3ff6ce40031e8401eab60c3de7db9b1f3f4c08b +refs/heads/master: 68a7602f098c30cc27fbc336db575af63f1be07b diff --git a/trunk/drivers/i2c/busses/i2c-tiny-usb.c b/trunk/drivers/i2c/busses/i2c-tiny-usb.c index f07307ff360d..05106368d405 100644 --- a/trunk/drivers/i2c/busses/i2c-tiny-usb.c +++ b/trunk/drivers/i2c/busses/i2c-tiny-usb.c @@ -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 */ };