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

Commit cd53384d authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

usb: misc: diag_ipc_bridge: Add support for 90F0 and 90EF PIDs



Add support for creation of diag traffic channel in case
the connected device has 0x05C6 VID and 0x90EF or 0x90F0
PIDs.

Change-Id: I418e7267226b1b36385315499cde1dd25ca0c58e
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent e2a4721c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -767,6 +767,10 @@ static const struct usb_device_id diag_bridge_ids[] = {
	/* 909E, ifc#1 refers to diag client interface */
	{ USB_DEVICE_INTERFACE_NUMBER(0x5c6, 0x90A4, 1),
	.driver_info =	DEV_ID(1), },
	{ USB_DEVICE_INTERFACE_NUMBER(0x5c6, 0x90EF, 4),
	.driver_info =  DEV_ID(0), },
	{ USB_DEVICE_INTERFACE_NUMBER(0x5c6, 0x90F0, 4),
	.driver_info =  DEV_ID(0), },
	/* 9900, ifc#2 refers to diag client interface */
	{ USB_DEVICE_INTERFACE_NUMBER(0x5c6, 0x9900, 2),
	.driver_info =	DEV_ID(0), },