Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364891
b: refs/heads/master
c: 9f06d15
h: refs/heads/master
i:
  364889: 7446940
  364887: 9d1dec2
v: v3
  • Loading branch information
Adrian Thomasset authored and Greg Kroah-Hartman committed Apr 23, 2013
1 parent 03bcea0 commit 3ea4b4d
Show file tree
Hide file tree
Showing 3 changed files with 6 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: 0b9b6df9ee57d2af7788a0ad95ea6f425a688159
refs/heads/master: 9f06d15f8db6946e41f73196a122b84a37938878
4 changes: 3 additions & 1 deletion trunk/drivers/usb/serial/ftdi_sio.c
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,9 @@ static struct usb_device_id id_table_combined [] = {
{ USB_DEVICE(FTDI_VID, FTDI_DOTEC_PID) },
{ USB_DEVICE(QIHARDWARE_VID, MILKYMISTONE_JTAGSERIAL_PID),
.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
{ USB_DEVICE(ST_VID, ST_STMCLT1030_PID),
{ USB_DEVICE(ST_VID, ST_STMCLT_2232_PID),
.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
{ USB_DEVICE(ST_VID, ST_STMCLT_4232_PID),
.driver_info = (kernel_ulong_t)&ftdi_stmclite_quirk },
{ USB_DEVICE(FTDI_VID, FTDI_RF_R106) },
{ USB_DEVICE(FTDI_VID, FTDI_DISTORTEC_JTAG_LOCK_PICK_PID),
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/usb/serial/ftdi_sio_ids.h
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,8 @@
* STMicroelectonics
*/
#define ST_VID 0x0483
#define ST_STMCLT1030_PID 0x3747 /* ST Micro Connect Lite STMCLT1030 */
#define ST_STMCLT_2232_PID 0x3746
#define ST_STMCLT_4232_PID 0x3747

/*
* Papouch products (http://www.papouch.com/)
Expand Down

0 comments on commit 3ea4b4d

Please sign in to comment.