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

Commit 1002bb77 authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Greg Kroah-Hartman
Browse files

USB: ftdi_sio: add vendor/product id for the Marvell SheevaPlug

parent 10107bd0
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -669,6 +669,8 @@ static struct usb_device_id id_table_combined [] = {
	{ USB_DEVICE(ADI_VID, ADI_GNICE_PID),
	{ USB_DEVICE(ADI_VID, ADI_GNICE_PID),
		.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
		.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
	{ USB_DEVICE(JETI_VID, JETI_SPC1201_PID) },
	{ USB_DEVICE(JETI_VID, JETI_SPC1201_PID) },
	{ USB_DEVICE(MARVELL_VID, MARVELL_SHEEVAPLUG_PID),
		.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
	{ },					/* Optional parameter entry */
	{ },					/* Optional parameter entry */
	{ }					/* Terminating entry */
	{ }					/* Terminating entry */
};
};
+6 −0
Original line number Original line Diff line number Diff line
@@ -919,6 +919,12 @@
#define JETI_VID		0x0c6c
#define JETI_VID		0x0c6c
#define JETI_SPC1201_PID	0x04b2
#define JETI_SPC1201_PID	0x04b2


/*
 * Marvell SheevaPlug
 */
#define MARVELL_VID		0x9e88
#define MARVELL_SHEEVAPLUG_PID	0x9e8f

/*
/*
 *   BmRequestType:  1100 0000b
 *   BmRequestType:  1100 0000b
 *   bRequest:       FTDI_E2_READ
 *   bRequest:       FTDI_E2_READ