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: Joerg Dorchain <joerg@dorchain.net>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by Joerg Dorchain and committed by Greg Kroah-Hartman 6dbd46c8 cfbf8d48

Changed files
+8
drivers
+2
drivers/usb/serial/ftdi_sio.c
··· 907 907 /* Crucible Devices */ 908 908 { USB_DEVICE(FTDI_VID, FTDI_CT_COMET_PID) }, 909 909 { USB_DEVICE(FTDI_VID, FTDI_Z3X_PID) }, 910 + /* Cressi Devices */ 911 + { USB_DEVICE(FTDI_VID, FTDI_CRESSI_PID) }, 910 912 { } /* Terminating entry */ 911 913 }; 912 914
+6
drivers/usb/serial/ftdi_sio_ids.h
··· 1320 1320 * Manufacturer: Smart GSM Team 1321 1321 */ 1322 1322 #define FTDI_Z3X_PID 0x0011 1323 + 1324 + /* 1325 + * Product: Cressi PC Interface 1326 + * Manufacturer: Cressi 1327 + */ 1328 + #define FTDI_CRESSI_PID 0x87d0