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

Commit 981803b3 authored by Ajay Agarwal's avatar Ajay Agarwal Committed by Chris Lew
Browse files

net: qrtr: usb: Add support for 90f3 PID



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

Change-Id: Ice9657e404d42bf33a0be415a9b8543841b0bf40
Signed-off-by: default avatarAjay Agarwal <ajaya@codeaurora.org>
parent 23cc644d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -290,6 +290,7 @@ static void qcom_usb_qrtr_disconnect(struct usb_interface *interface)
static const struct usb_device_id qcom_usb_qrtr_ids[] = {
	{ USB_DEVICE_INTERFACE_NUMBER(QRTR_VENDOR_ID, 0x90ef, 3) },
	{ USB_DEVICE_INTERFACE_NUMBER(QRTR_VENDOR_ID, 0x90f0, 3) },
	{ USB_DEVICE_INTERFACE_NUMBER(QRTR_VENDOR_ID, 0x90f3, 2) },
	{ } /* Terminating entry */
};
MODULE_DEVICE_TABLE(usb, qcom_usb_qrtr_ids);