diff options
author | Nathan Bronson <ndb@sns-usa.com> | 2006-04-10 00:05:09 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-04-27 13:28:59 -0400 |
commit | cdd3b1565a8d563ed84cf1c2af6cabf461f3c317 (patch) | |
tree | 2ea4b9f59404f5353d186067aebebf3cd74ee2ff /drivers/usb/serial/ftdi_sio.h | |
parent | c67808eee61a01c3128298c5972426a1a67b9093 (diff) |
[PATCH] USB: ftdi_sio vendor code for RR-CirKits LocoBuffer USB
This patch adds recognition of the RR-CirKits LocoBuffer USB
to the existing FTDI driver. http://www.rr-cirkits.com
Signed-off-by: Nathan Bronson <ngb@sns-usa.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/ftdi_sio.h')
-rw-r--r-- | drivers/usb/serial/ftdi_sio.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/serial/ftdi_sio.h b/drivers/usb/serial/ftdi_sio.h index 2155f0e4a378..b6c50a16ef80 100644 --- a/drivers/usb/serial/ftdi_sio.h +++ b/drivers/usb/serial/ftdi_sio.h | |||
@@ -400,6 +400,11 @@ | |||
400 | #define FTDI_WESTREX_MODEL_8900F_PID 0xDC01 /* Model 8900F */ | 400 | #define FTDI_WESTREX_MODEL_8900F_PID 0xDC01 /* Model 8900F */ |
401 | 401 | ||
402 | /* | 402 | /* |
403 | * RR-CirKits LocoBuffer USB (http://www.rr-cirkits.com) | ||
404 | */ | ||
405 | #define FTDI_RRCIRKITS_LOCOBUFFER_PID 0xc7d0 /* LocoBuffer USB */ | ||
406 | |||
407 | /* | ||
403 | * Eclo (http://www.eclo.pt/) product IDs. | 408 | * Eclo (http://www.eclo.pt/) product IDs. |
404 | * PID 0xEA90 submitted by Martin Grill. | 409 | * PID 0xEA90 submitted by Martin Grill. |
405 | */ | 410 | */ |