Commit 6dbd46c8 authored by Joerg Dorchain's avatar Joerg Dorchain Committed by Greg Kroah-Hartman

USB: ftdi_sio: add Cressi Leonardo PID

Hello,

the following patch adds an entry for the PID of a Cressi Leonardo
diving computer interface to kernel 3.13.0.
It is detected as FT232RL.
Works with subsurface.
Signed-off-by: default avatarJoerg Dorchain <joerg@dorchain.net>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cfbf8d48
...@@ -907,6 +907,8 @@ static const struct usb_device_id id_table_combined[] = { ...@@ -907,6 +907,8 @@ static const struct usb_device_id id_table_combined[] = {
/* Crucible Devices */ /* Crucible Devices */
{ USB_DEVICE(FTDI_VID, FTDI_CT_COMET_PID) }, { USB_DEVICE(FTDI_VID, FTDI_CT_COMET_PID) },
{ USB_DEVICE(FTDI_VID, FTDI_Z3X_PID) }, { USB_DEVICE(FTDI_VID, FTDI_Z3X_PID) },
/* Cressi Devices */
{ USB_DEVICE(FTDI_VID, FTDI_CRESSI_PID) },
{ } /* Terminating entry */ { } /* Terminating entry */
}; };
......
...@@ -1320,3 +1320,9 @@ ...@@ -1320,3 +1320,9 @@
* Manufacturer: Smart GSM Team * Manufacturer: Smart GSM Team
*/ */
#define FTDI_Z3X_PID 0x0011 #define FTDI_Z3X_PID 0x0011
/*
* Product: Cressi PC Interface
* Manufacturer: Cressi
*/
#define FTDI_CRESSI_PID 0x87d0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment