Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289653
b: refs/heads/master
c: c1cee1d
h: refs/heads/master
i:
  289651: 2906942
v: v3
  • Loading branch information
Bruno Thomsen authored and Greg Kroah-Hartman committed Mar 8, 2012
1 parent a264b07 commit eaa807e
Show file tree
Hide file tree
Showing 3 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: 88555a63caafcc86b93b045dfc26cd7a8fa16350
refs/heads/master: c1cee1d84001815a1b4321c49b995254c0df3100
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/ftdi_sio.c
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ static struct usb_device_id id_table_combined [] = {
.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
{ USB_DEVICE(ADI_VID, ADI_GNICEPLUS_PID),
.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
{ USB_DEVICE(HORNBY_VID, HORNBY_ELITE_PID) },
{ USB_DEVICE(MICROCHIP_VID, MICROCHIP_USB_BOARD_PID) },
{ USB_DEVICE(JETI_VID, JETI_SPC1201_PID) },
{ USB_DEVICE(MARVELL_VID, MARVELL_SHEEVAPLUG_PID),
.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
Expand Down
10 changes: 7 additions & 3 deletions trunk/drivers/usb/serial/ftdi_sio_ids.h
Original file line number Diff line number Diff line change
Expand Up @@ -532,10 +532,14 @@
#define ADI_GNICEPLUS_PID 0xF001

/*
* Hornby Elite
* Microchip Technology, Inc.
*
* MICROCHIP_VID (0x04D8) and MICROCHIP_USB_BOARD_PID (0x000A) are also used by:
* Hornby Elite - Digital Command Control Console
* http://www.hornby.com/hornby-dcc/controllers/
*/
#define HORNBY_VID 0x04D8
#define HORNBY_ELITE_PID 0x000A
#define MICROCHIP_VID 0x04D8
#define MICROCHIP_USB_BOARD_PID 0x000A /* CDC RS-232 Emulation Demo */

/*
* RATOC REX-USB60F
Expand Down

0 comments on commit eaa807e

Please sign in to comment.