Commit 37909fe588c9e09ab57cd267e98678a17ceda64a
Committed by
Greg Kroah-Hartman
1 parent
3938a0b32d
Exists in
master
and in
7 other branches
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>
Showing 2 changed files with 6 additions and 0 deletions Side-by-side Diff
drivers/usb/serial/ftdi_sio.c
drivers/usb/serial/ftdi_sio_ids.h
... | ... | @@ -491,6 +491,11 @@ |
491 | 491 | /* www.canusb.com Lawicel CANUSB device (FTDI_VID) */ |
492 | 492 | #define FTDI_CANUSB_PID 0xFFA8 /* Product Id */ |
493 | 493 | |
494 | +/* | |
495 | + * TavIR AVR product ids (FTDI_VID) | |
496 | + */ | |
497 | +#define FTDI_TAVIR_STK500_PID 0xFA33 /* STK500 AVR programmer */ | |
498 | + | |
494 | 499 | |
495 | 500 | |
496 | 501 | /********************************/ |