Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88277
b: refs/heads/master
c: fa16eef
h: refs/heads/master
i:
  88275: 06a842b
v: v3
  • Loading branch information
Till Harbaum authored and Jean Delvare committed Apr 11, 2008
1 parent e04d79f commit 817737f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b73a9aece56594bdb73712c8b9a8a4ad05fdeb33
refs/heads/master: fa16eefd3e835dd81c688a2a743eb59331162ed5
12 changes: 8 additions & 4 deletions trunk/drivers/i2c/busses/i2c-tiny-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,15 @@ static const struct i2c_algorithm usb_algorithm = {

/* ----- begin of usb layer ---------------------------------------------- */

/* The usb i2c interface uses a vid/pid pair donated by */
/* Future Technology Devices International Ltd. */
/*
* Initially the usb i2c interface uses a vid/pid pair donated by
* Future Technology Devices International Ltd., later a pair was
* bought from EZPrototypes
*/
static struct usb_device_id i2c_tiny_usb_table [] = {
{ USB_DEVICE(0x0403, 0xc631) },
{ } /* Terminating entry */
{ USB_DEVICE(0x0403, 0xc631) }, /* FTDI */
{ USB_DEVICE(0x1c40, 0x0534) }, /* EZPrototypes */
{ } /* Terminating entry */
};

MODULE_DEVICE_TABLE(usb, i2c_tiny_usb_table);
Expand Down

0 comments on commit 817737f

Please sign in to comment.