Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265061
b: refs/heads/master
c: 74bdf22
h: refs/heads/master
i:
  265059: a668c72
v: v3
  • Loading branch information
Hakan Kvist authored and Greg Kroah-Hartman committed Oct 4, 2011
1 parent 05fe126 commit 225fd84
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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: 2204fdee84eba175d58b6f78a9659dcd7806f532
refs/heads/master: 74bdf22b5c3858b06af46f19d05c23e76c40a3bb
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 @@ -207,6 +207,8 @@ static struct usb_device_id id_table_combined [] = {
{ USB_DEVICE(FTDI_VID, FTDI_XF_640_PID) },
{ USB_DEVICE(FTDI_VID, FTDI_XF_642_PID) },
{ USB_DEVICE(FTDI_VID, FTDI_DSS20_PID) },
{ USB_DEVICE(FTDI_VID, FTDI_URBAN_0_PID) },
{ USB_DEVICE(FTDI_VID, FTDI_URBAN_1_PID) },
{ USB_DEVICE(FTDI_NF_RIC_VID, FTDI_NF_RIC_PID) },
{ USB_DEVICE(FTDI_VID, FTDI_VNHCPCUSB_D_PID) },
{ USB_DEVICE(FTDI_VID, FTDI_MTXORB_0_PID) },
Expand Down
6 changes: 4 additions & 2 deletions trunk/drivers/usb/serial/ftdi_sio_ids.h
Original file line number Diff line number Diff line change
Expand Up @@ -420,9 +420,11 @@
#define PROTEGO_SPECIAL_4 0xFC73 /* special/unknown device */

/*
* DSS-20 Sync Station for Sony Ericsson P800
* Sony Ericsson product ids
*/
#define FTDI_DSS20_PID 0xFC82
#define FTDI_DSS20_PID 0xFC82 /* DSS-20 Sync Station for Sony Ericsson P800 */
#define FTDI_URBAN_0_PID 0xFC8A /* Sony Ericsson Urban, uart #0 */
#define FTDI_URBAN_1_PID 0xFC8B /* Sony Ericsson Urban, uart #1 */

/* www.irtrans.de device */
#define FTDI_IRTRANS_PID 0xFC60 /* Product Id */
Expand Down

0 comments on commit 225fd84

Please sign in to comment.