Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144831
b: refs/heads/master
c: 1002bb7
h: refs/heads/master
i:
  144829: 6325e53
  144827: e5de40b
  144823: 750311b
  144815: 2ccf3ef
  144799: 4cdbfd2
  144767: 34d124d
v: v3
  • Loading branch information
Nicolas Pitre authored and Greg Kroah-Hartman committed May 9, 2009
1 parent 8fcfb48 commit ddaa80f
Show file tree
Hide file tree
Showing 3 changed files with 9 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: 10107bd04fc88657204ca40af2ace33626496fd3
refs/heads/master: 1002bb77c0b7f1241a5108ffa04d836ddc5060c0
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 @@ -669,6 +669,8 @@ static struct usb_device_id id_table_combined [] = {
{ USB_DEVICE(ADI_VID, ADI_GNICE_PID),
.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
{ USB_DEVICE(JETI_VID, JETI_SPC1201_PID) },
{ USB_DEVICE(MARVELL_VID, MARVELL_SHEEVAPLUG_PID),
.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
{ }, /* Optional parameter entry */
{ } /* Terminating entry */
};
Expand Down
6 changes: 6 additions & 0 deletions trunk/drivers/usb/serial/ftdi_sio.h
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,12 @@
#define JETI_VID 0x0c6c
#define JETI_SPC1201_PID 0x04b2

/*
* Marvell SheevaPlug
*/
#define MARVELL_VID 0x9e88
#define MARVELL_SHEEVAPLUG_PID 0x9e8f

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

0 comments on commit ddaa80f

Please sign in to comment.