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

Commit d46130ab authored by Daniel Suchy's avatar Daniel Suchy Committed by Greg Kroah-Hartman
Browse files

USB: FTDI-SIO new device ids

I would like to have added new device to usbserial/ftdi_sio driver.
These ids used USB track device (http://www.l-and-b.dk/access_alt.html

).
They use differend device IDs, but it works as standard usb-serial
conventer.

From: Daniel Suchy <danny@danysek.cz>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 03347e25
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -673,6 +673,7 @@ static struct usb_device_id id_table_combined [] = {
	{ USB_DEVICE(JETI_VID, JETI_SPC1201_PID) },
	{ USB_DEVICE(MARVELL_VID, MARVELL_SHEEVAPLUG_PID),
		.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
	{ USB_DEVICE(LARSENBRUSGAARD_VID, LB_ALTITRACK_PID) },
	{ },					/* Optional parameter entry */
	{ }					/* Terminating entry */
};
+3 −0
Original line number Diff line number Diff line
@@ -33,6 +33,9 @@
#define FTDI_NF_RIC_PID	0x0001	/* Product Id */
#define FTDI_USBX_707_PID 0xF857	/* ADSTech IR Blaster USBX-707 */

/* Larsen and Brusgaard AltiTrack/USBtrack  */
#define LARSENBRUSGAARD_VID		0x0FD8
#define LB_ALTITRACK_PID		0x0001

/* www.canusb.com Lawicel CANUSB device */
#define FTDI_CANUSB_PID 0xFFA8 /* Product Id */