[PATCH] USB: qcserial/option: make AT URCs work for Sierra Wireless MC7305/MC7355

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Tests with a Sierra Wireless MC7355 have shown that 1199:9041 devices
also require the option_send_setup() code to be used on the USB
interface for the AT port to make unsolicited response codes work
correctly. Move these devices from the qcserial driver to the option
driver like it has been done for the 1199:68c0 devices in commit
d80c0d14183516f184a5ac88e11008ee4c7d2a2e ("USB: qcserial/option: make
AT URCs work for Sierra Wireless MC73xx").

Signed-off-by: Reinhard Speyerer <rspmn@xxxxxxxx>
---
diff -uprN linux-4.2-rc2/drivers/usb/serial/option.c linux-4.2-rc2-with-mc73xx-patch/drivers/usb/serial/option.c
--- linux-4.2-rc2/drivers/usb/serial/option.c	2015-07-13 00:10:30.000000000 +0200
+++ linux-4.2-rc2-with-mc73xx-patch/drivers/usb/serial/option.c	2015-07-14 22:09:54.647868400 +0200
@@ -1099,6 +1099,8 @@ static const struct usb_device_id option
 	{ USB_DEVICE(QUALCOMM_VENDOR_ID, 0x9000)}, /* SIMCom SIM5218 */
 	{ USB_DEVICE_INTERFACE_CLASS(SIERRA_VENDOR_ID, 0x68c0, 0xff),
 	  .driver_info = (kernel_ulong_t)&sierra_mc73xx_blacklist }, /* MC73xx */
+	{ USB_DEVICE_INTERFACE_CLASS(SIERRA_VENDOR_ID, 0x9041, 0xff),
+	  .driver_info = (kernel_ulong_t)&sierra_mc73xx_blacklist }, /* MC7305/MC7355 */
 	{ USB_DEVICE(CMOTECH_VENDOR_ID, CMOTECH_PRODUCT_6001) },
 	{ USB_DEVICE(CMOTECH_VENDOR_ID, CMOTECH_PRODUCT_CMU_300) },
 	{ USB_DEVICE(CMOTECH_VENDOR_ID, CMOTECH_PRODUCT_6003),
diff -uprN linux-4.2-rc2/drivers/usb/serial/qcserial.c linux-4.2-rc2-with-mc73xx-patch/drivers/usb/serial/qcserial.c
--- linux-4.2-rc2/drivers/usb/serial/qcserial.c	2015-07-13 00:10:30.000000000 +0200
+++ linux-4.2-rc2-with-mc73xx-patch/drivers/usb/serial/qcserial.c	2015-07-14 22:08:05.043872259 +0200
@@ -145,7 +145,6 @@ static const struct usb_device_id id_tab
 	{DEVICE_SWI(0x1199, 0x901c)},	/* Sierra Wireless EM7700 */
 	{DEVICE_SWI(0x1199, 0x901f)},	/* Sierra Wireless EM7355 */
 	{DEVICE_SWI(0x1199, 0x9040)},	/* Sierra Wireless Modem */
-	{DEVICE_SWI(0x1199, 0x9041)},	/* Sierra Wireless MC7305/MC7355 */
 	{DEVICE_SWI(0x1199, 0x9051)},	/* Netgear AirCard 340U */
 	{DEVICE_SWI(0x1199, 0x9053)},	/* Sierra Wireless Modem */
 	{DEVICE_SWI(0x1199, 0x9054)},	/* Sierra Wireless Modem */
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux