linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH v1 1/2] i2c: i2c-tiny-usb: Remove RobotFuzz USB vendor:product ID
@ 2013-12-17 20:31 Andrew Lunn
       [not found] ` <1387312308-2222-1-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
  0 siblings, 1 reply; 13+ messages in thread
From: Andrew Lunn @ 2013-12-17 20:31 UTC (permalink / raw)
  To: wsa-z923LK4zBo2bacvFa/9K2g
  Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA, Andrew Lunn, Emmanuel Deloget,
	Barry Carter

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-g2DYL2Zd6BY@public.gmane.org>
CC: Emmanuel Deloget <logout-GANU6spQydw@public.gmane.org>
CC: Barry Carter <barry.carter-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
 drivers/i2c/busses/i2c-tiny-usb.c | 1 -
 1 file changed, 1 deletion(-)

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 = {
 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 */
 };
 
-- 
1.8.5.1

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-01-13 12:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-17 20:31 [RESEND PATCH v1 1/2] i2c: i2c-tiny-usb: Remove RobotFuzz USB vendor:product ID Andrew Lunn
     [not found] ` <1387312308-2222-1-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
2013-12-17 20:31   ` [RESEND PATCH v1 2/2] i2c: Add bus driver for for OSIF USB i2c device Andrew Lunn
     [not found]     ` <1387312308-2222-2-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
2014-01-04 22:28       ` Wolfram Sang
2014-01-06  3:55         ` [PATCH 1/2] i2c: i2c-tiny-usb: Remove RobotFuzz USB vendor:product ID Andrew Lunn
     [not found]           ` <1388980536-7588-1-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
2014-01-06  3:55             ` [PATCH 2/2] i2c: Add bus driver for for OSIF USB i2c device Andrew Lunn
     [not found]               ` <1388980536-7588-2-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
2014-01-09 21:49                 ` Wolfram Sang
2014-01-10 18:01                   ` Andrew Lunn
     [not found]                     ` <20140110180154.GK9681-g2DYL2Zd6BY@public.gmane.org>
2014-01-10 18:16                       ` Wolfram Sang
2014-01-10 19:21                         ` Andrew Lunn
     [not found]                           ` <20140110192148.GN9681-g2DYL2Zd6BY@public.gmane.org>
2014-01-10 19:25                             ` Wolfram Sang
2014-01-10 23:23                   ` [PATCH v3 1/2] i2c: i2c-tiny-usb: Remove RobotFuzz USB vendor:product ID Andrew Lunn
     [not found]                     ` <1389396239-21026-1-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
2014-01-10 23:23                       ` [PATCH v3 2/2] i2c: Add bus driver for for OSIF USB i2c device Andrew Lunn
     [not found]                         ` <1389396239-21026-2-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
2014-01-13 12:56                           ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).