Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -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 */
};
};


+6 −0
Original line number Original line Diff line number Diff line
@@ -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