提交 fd8345f8 编写于 作者: A Alexander Shumakovitch 提交者: Greg Kroah-Hartman

USB: qcserial: add device id for HP devices

Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 e6bdfe36
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册