diff options
author | Vladimir Vukicevic <vladimir@pobox.com> | 2008-10-03 20:08:43 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-10-17 17:40:50 -0400 |
commit | c3d36c453c84554eb12941b3f98abf4fefec000a (patch) | |
tree | 88025068ec9a71b3481939f01442378f0bd03231 /drivers/usb/serial/ftdi_sio.h | |
parent | 631556a0763ac155c82bbcbeed7e4b28bd737927 (diff) |
USB: Add Oceanic product ID to ftdi_sio
Add Oceanic PID to ftdi_sio driver
Oceanic dive computers (such as the VT3 --
http://www.oceanicworldwide.com/p_computers_vt3.html) all use an onboard
FTDI serial converter, with the FTDI vid and a PID of 0xf460. The
attached patch adds that pid to ftdi_sio; driver connects to my VT3
after that.
Signed-off-by: Vladimir Vukicevic <vladimir@pobox.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 8a5b6df3a976..07a3992abad2 100644 --- a/drivers/usb/serial/ftdi_sio.h +++ b/drivers/usb/serial/ftdi_sio.h | |||
@@ -628,6 +628,11 @@ | |||
628 | #define FTDI_SUUNTO_SPORTS_PID 0xF680 /* Suunto Sports instrument */ | 628 | #define FTDI_SUUNTO_SPORTS_PID 0xF680 /* Suunto Sports instrument */ |
629 | 629 | ||
630 | /* | 630 | /* |
631 | * Oceanic product ids | ||
632 | */ | ||
633 | #define FTDI_OCEANIC_PID 0xF460 /* Oceanic dive instrument */ | ||
634 | |||
635 | /* | ||
631 | * TTi (Thurlby Thandar Instruments) | 636 | * TTi (Thurlby Thandar Instruments) |
632 | */ | 637 | */ |
633 | #define TTI_VID 0x103E /* Vendor Id */ | 638 | #define TTI_VID 0x103E /* Vendor Id */ |