USB: qcserial/option: make AT URCs work for Sierra Wireless MC7305/MC7355
authorReinhard Speyerer <rspmn@arcor.de>
Tue, 14 Jul 2015 20:55:06 +0000 (22:55 +0200)
committerJohan Hovold <johan@kernel.org>
Mon, 20 Jul 2015 09:36:53 +0000 (11:36 +0200)
commit653cdc13a340ad1cef29f1bab0d05d0771fa1d57
treed6ade77c60db26f91393bec8ee4e47b65fb87fc6
parent52721d9d3334c1cb1f76219a161084094ec634dc
USB: qcserial/option: make AT URCs work for Sierra Wireless MC7305/MC7355

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@arcor.de>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/option.c
drivers/usb/serial/qcserial.c
This page took 0.026397 seconds and 5 git commands to generate.