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

Commit 77601443 authored by Ajay Agarwal's avatar Ajay Agarwal Committed by Gerrit - the friendly Code Review server
Browse files

usb: misc: diag_bridge: Add support for 90F3 PID



Add support for creation of diag traffic channel in case the
connected device has 0x05C6 VID and 0x901D PID.
0x90F3 - DIAG + RmNet + IPC_ROUTER

Change-Id: I2064baa642b5bcaa891cc20c01c19a08c5ae4a40
Signed-off-by: default avatarAjay Agarwal <ajaya@codeaurora.org>
parent 352956fc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -636,6 +636,8 @@ 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, 0x90F3, 0),
	.driver_info =	DEV_ID(0), },

	{} /* terminating entry */
};