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

Commit f5186eb5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "net_usb: rmnet_usb_data: Add support for PID 0x90A0"

parents 1405069f 789410e6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -724,6 +724,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 */
};