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

Commit fd8345f8 authored by Alexander Shumakovitch's avatar Alexander Shumakovitch Committed by Greg Kroah-Hartman
Browse files

USB: qcserial: add device id for HP devices

parent e6bdfe36
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@ static int debug;
static struct usb_device_id id_table[] = {
	{USB_DEVICE(0x05c6, 0x9211)},	/* Acer Gobi QDL device */
	{USB_DEVICE(0x05c6, 0x9212)},	/* Acer Gobi Modem Device */
	{USB_DEVICE(0x03f0, 0x1f1d)},	/* HP un2400 Gobi Modem Device */
	{USB_DEVICE(0x03f0, 0x201d)},	/* HP un2400 Gobi QDL Device */
	{ }				/* Terminating entry */
};
MODULE_DEVICE_TABLE(usb, id_table);