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

Commit 789410e6 authored by Hemant Kumar's avatar Hemant Kumar
Browse files

net_usb: rmnet_usb_data: Add support for PID 0x90A0



PID 0x90A0 includes DIAG, System monitor, EFS sync
via int ep, DUN, CSVT, tethered rmnet, embedded rmnet
ipc router.

Change-Id: Ic5cf39e062e0ea9ecd4661aa4ed2aad099970067
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent 1e9cff42
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -957,6 +957,9 @@ static const struct usb_device_id vidpids[] = {
	{ USB_DEVICE_INTERFACE_NUMBER(0x05c6, 0x908A, 6), /*mux over hsic mdm*/
	.driver_info = (unsigned long)&rmnet_info,
	},
	{ USB_DEVICE_INTERFACE_NUMBER(0x05c6, 0x90A0, 6), /*mux over hsic mdm*/
	.driver_info = (unsigned long)&rmnet_info,
	},

	{ }, /* Terminating entry */
};