From: David Ward Date: Wed, 16 Sep 2015 16:28:01 +0000 (-0400) Subject: USB: qcserial: update comment for Sierra Wireless MC7304/MC7354 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=92944c4520edd35a060cfbdaa7431d4e3c3ebd56;p=deliverable%2Flinux.git USB: qcserial: update comment for Sierra Wireless MC7304/MC7354 This comment is ambiguous since there are other MC73xx devices with different USB IDs. This USB ID is found in the MC7304 and MC7354. Cc: Bjørn Mork Signed-off-by: David Ward Signed-off-by: Johan Hovold --- diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c index 8ad342dddca3..f224820f7652 100644 --- a/drivers/usb/serial/qcserial.c +++ b/drivers/usb/serial/qcserial.c @@ -143,7 +143,7 @@ static const struct usb_device_id id_table[] = { {DEVICE_SWI(0x0f3d, 0x68a2)}, /* Sierra Wireless MC7700 */ {DEVICE_SWI(0x114f, 0x68a2)}, /* Sierra Wireless MC7750 */ {DEVICE_SWI(0x1199, 0x68a2)}, /* Sierra Wireless MC7710 */ - {DEVICE_SWI(0x1199, 0x68c0)}, /* Sierra Wireless MC73xx */ + {DEVICE_SWI(0x1199, 0x68c0)}, /* Sierra Wireless MC7304/MC7354 */ {DEVICE_SWI(0x1199, 0x901c)}, /* Sierra Wireless EM7700 */ {DEVICE_SWI(0x1199, 0x901f)}, /* Sierra Wireless EM7355 */ {DEVICE_SWI(0x1199, 0x9040)}, /* Sierra Wireless Modem */