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
@ -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:
|
||||
*/
|
||||
|
@ -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 */
|
||||
|
||||
|
||||
|
||||
/********************************/
|
||||
|
Loading…
Reference in New Issue
Block a user