mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
USB: serial: ftdi_sio: adding support for TavIR STK500
Adding support for the TavIR STK500 (id 0403:FA33) Atmel AVR programmer device based on FTDI FT232RL. Signed-off-by: Benedek László <benedekl@gmail.com> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
3938a0b32d
commit
37909fe588
2 changed files with 6 additions and 0 deletions
|
@ -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_APP70_PID) },
|
||||||
{ USB_DEVICE(FTDI_VID, FTDI_IBS_PEDO_PID) },
|
{ USB_DEVICE(FTDI_VID, FTDI_IBS_PEDO_PID) },
|
||||||
{ USB_DEVICE(FTDI_VID, FTDI_IBS_PROD_PID) },
|
{ USB_DEVICE(FTDI_VID, FTDI_IBS_PROD_PID) },
|
||||||
|
{ USB_DEVICE(FTDI_VID, FTDI_TAVIR_STK500_PID) },
|
||||||
/*
|
/*
|
||||||
* ELV devices:
|
* ELV devices:
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -491,6 +491,11 @@
|
||||||
/* www.canusb.com Lawicel CANUSB device (FTDI_VID) */
|
/* www.canusb.com Lawicel CANUSB device (FTDI_VID) */
|
||||||
#define FTDI_CANUSB_PID 0xFFA8 /* Product Id */
|
#define FTDI_CANUSB_PID 0xFFA8 /* Product Id */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* TavIR AVR product ids (FTDI_VID)
|
||||||
|
*/
|
||||||
|
#define FTDI_TAVIR_STK500_PID 0xFA33 /* STK500 AVR programmer */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/********************************/
|
/********************************/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue