Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156550
b: refs/heads/master
c: 50d0678
h: refs/heads/master
v: v3
  • Loading branch information
Dhaval Vasa authored and Greg Kroah-Hartman committed Aug 7, 2009
1 parent 68c713d commit 39d0873
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c47aacc67a3d26dfab9c9b8965975ed2b2010b30
refs/heads/master: 50d0678e2026c18e4147f0b16b5853113659b82d
2 changes: 2 additions & 0 deletions trunk/drivers/usb/serial/ftdi_sio.c
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,8 @@ static struct usb_device_id id_table_combined [] = {
{ USB_DEVICE(LARSENBRUSGAARD_VID, LB_ALTITRACK_PID) },
{ USB_DEVICE(GN_OTOMETRICS_VID, AURICAL_USB_PID) },
{ USB_DEVICE(BAYER_VID, BAYER_CONTOUR_CABLE_PID) },
{ USB_DEVICE(FTDI_VID, MARVELL_OPENRD_PID),
.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
{ }, /* Optional parameter entry */
{ } /* Terminating entry */
};
Expand Down
7 changes: 7 additions & 0 deletions trunk/drivers/usb/serial/ftdi_sio.h
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,13 @@
#define BAYER_VID 0x1A79
#define BAYER_CONTOUR_CABLE_PID 0x6001

/*
* Marvell OpenRD Base, Client
* http://www.open-rd.org
* OpenRD Base, Client use VID 0x0403
*/
#define MARVELL_OPENRD_PID 0x9e90

/*
* BmRequestType: 1100 0000b
* bRequest: FTDI_E2_READ
Expand Down

0 comments on commit 39d0873

Please sign in to comment.