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

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

net: rmnet_usb: Add support for 90f3 PID



Add 05c6 VID and 90f3 PID with interface number 1 to device ID
table, so that the rmnet function can be probed by rmnet_usb
driver on cable connect.

Change-Id: I44e5bee85902940c590e3acb167d60b20f05c1ac
Signed-off-by: default avatarAjay Agarwal <ajaya@codeaurora.org>
parent 5e8d6344
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -424,6 +424,10 @@ static const struct usb_device_id rmnet_usb_ids[] = {
		USB_DEVICE_INTERFACE_NUMBER(RMNET_VENDOR_ID, 0x90F0, 2),
		.driver_info = (unsigned long)&rmnet_usb_info,
	},
	{
		USB_DEVICE_INTERFACE_NUMBER(RMNET_VENDOR_ID, 0x90F3, 1),
		.driver_info = (unsigned long)&rmnet_usb_info,
	},
	{ } /* Terminating entry */
};
MODULE_DEVICE_TABLE(usb, rmnet_usb_ids);