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

Commit bf29a23d authored by Ajay Agarwal's avatar Ajay Agarwal
Browse files

usb: misc: ks_bridge: Add support for 900E PID



Some compositions might not have diag as the first interface. If
a device goes to download mode from such a composition and the
device has never been in a composition having diag as the first
interface, the diag_dload cookie has 900E PID value. So add
support for this PID in the ks_bridge device_id table to add
download mode support. Also remove support for 90EF and 90F0.

Change-Id: I75ccbaa4de82216c3a2b724aaa0a71617f3e3701
Signed-off-by: default avatarAjay Agarwal <ajaya@codeaurora.org>
parent dc1050aa
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -932,9 +932,7 @@ static const struct usb_device_id ksb_usb_ids[] = {

	{ USB_DEVICE_INTERFACE_NUMBER(0x5c6, 0x9008, 0),
	.driver_info = DEV_ID(0), },
	{ USB_DEVICE_INTERFACE_NUMBER(0x5c6, 0x90EF, 0),
	.driver_info =  DEV_ID(0), },
	{ USB_DEVICE_INTERFACE_NUMBER(0x5c6, 0x90F0, 0),
	{ USB_DEVICE_INTERFACE_NUMBER(0x5c6, 0x900E, 0),
	.driver_info = DEV_ID(0), },
	{ USB_DEVICE_INTERFACE_NUMBER(0x5c6, 0x90F3, 0),
	.driver_info =	DEV_ID(0), },