From: Richard Weinberger Date: Fri, 24 May 2013 10:01:51 +0000 (+0200) Subject: USB: serial: Add Option GTM681W to qcserial device table. X-Git-Tag: v3.2.47~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d578af04ddac58f49ee90b56625a45090745de7;p=people%2Fms%2Flinux.git USB: serial: Add Option GTM681W to qcserial device table. commit 8a2f132a01c2dd4c3905fa560f92019761ed72b1 upstream. The Option GTM681W uses a qualcomm chip and can be served by the qcserial device driver. Signed-off-by: Richard Weinberger Signed-off-by: Greg Kroah-Hartman [bwh: Backported to 3.2: adjust context] Signed-off-by: Ben Hutchings --- diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c index 14c4a82bf5da..5535c3aa7afb 100644 --- a/drivers/usb/serial/qcserial.c +++ b/drivers/usb/serial/qcserial.c @@ -115,6 +115,7 @@ static const struct usb_device_id id_table[] = { {USB_DEVICE(0x1199, 0x9019)}, /* Sierra Wireless Gobi 3000 Modem device */ {USB_DEVICE(0x12D1, 0x14F0)}, /* Sony Gobi 3000 QDL */ {USB_DEVICE(0x12D1, 0x14F1)}, /* Sony Gobi 3000 Composite */ + {USB_DEVICE(0x0AF0, 0x8120)}, /* Option GTM681W */ { } /* Terminating entry */ }; MODULE_DEVICE_TABLE(usb, id_table);