Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248736
b: refs/heads/master
c: 37909fe
h: refs/heads/master
v: v3
  • Loading branch information
Benedek László authored and Greg Kroah-Hartman committed Apr 29, 2011
1 parent 5509f75 commit 808fb9e
Show file tree
Hide file tree
Showing 3 changed files with 7 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: 3938a0b32dc12229e76735679b37095bc2bc1578
refs/heads/master: 37909fe588c9e09ab57cd267e98678a17ceda64a
1 change: 1 addition & 0 deletions trunk/drivers/usb/serial/ftdi_sio.c
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ static struct usb_device_id id_table_combined [] = {
{ USB_DEVICE(FTDI_VID, FTDI_IBS_APP70_PID) },
{ USB_DEVICE(FTDI_VID, FTDI_IBS_PEDO_PID) },
{ USB_DEVICE(FTDI_VID, FTDI_IBS_PROD_PID) },
{ USB_DEVICE(FTDI_VID, FTDI_TAVIR_STK500_PID) },
/*
* ELV devices:
*/
Expand Down
5 changes: 5 additions & 0 deletions trunk/drivers/usb/serial/ftdi_sio_ids.h
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,11 @@
/* www.canusb.com Lawicel CANUSB device (FTDI_VID) */
#define FTDI_CANUSB_PID 0xFFA8 /* Product Id */

/*
* TavIR AVR product ids (FTDI_VID)
*/
#define FTDI_TAVIR_STK500_PID 0xFA33 /* STK500 AVR programmer */



/********************************/
Expand Down

0 comments on commit 808fb9e

Please sign in to comment.