[PATCH] usb: qcserial: add HP lt4111 LTE/EV-DO/HSPA+ Gobi 4G Module

2015-08-15 Thread David Ward
This is an HP-branded Sierra Wireless EM7355: https://bugzilla.redhat.com/show_bug.cgi?id=1223646#c2 Signed-off-by: David Ward --- drivers/usb/serial/qcserial.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c

[PATCH] USB: option: Sierra Wireless MC73xx -> Sierra Wireless MC7304/MC7354

2015-08-31 Thread David Ward
Other Sierra Wireless MC73xx devices exist, with different USB IDs. Cc: Bjørn Mork Signed-off-by: David Ward --- drivers/usb/serial/option.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 876423b

Re: qcserial: AT unsolicited response codes missing with Dell Wireless 5808e

2015-09-09 Thread David Ward
On 09/08/2015 05:16 PM, Reinhard Speyerer wrote: > On Mon, Aug 31, 2015 at 07:18:05PM +, Ward, David - 0665 - MITLL wrote: >> On 01/06/2015 03:58 AM, Bj=F8rn Mork wrote: >>> Johan Hovold writes: >>> Ok, let's move the PID to option and if it turns out that more of these devices requi

[PATCH 2/6] USB: usb_wwan/option: generalize option_send_setup for other drivers

2015-09-16 Thread David Ward
replace the callback pointer with a flag that enables the request. Suggested-by: Bjørn Mork Suggested-by: Johan Hovold Signed-off-by: David Ward --- drivers/usb/serial/option.c | 36 +-- drivers/usb/serial/usb-wwan.h |2 +- drivers/usb/serial/usb_wwan.c

[PATCH 3/6] USB: qcserial: make AT URCs work for Sierra Wireless devices

2015-09-16 Thread David Ward
: David Ward --- drivers/usb/serial/qcserial.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c index ebcec8c..c2d0e5c 100644 --- a/drivers/usb/serial/qcserial.c +++ b/drivers/usb/serial/qcserial.c

[PATCH 6/6] USB: qcserial: update comment for Sierra Wireless MC7304/MC7354

2015-09-16 Thread David Ward
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 --- drivers/usb/serial/qcserial.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb

[PATCH 1/6] USB: option: revert introduction of struct option_private

2015-09-16 Thread David Ward
etup to be generalized for other drivers. Suggested-by: Bjørn Mork Signed-off-by: David Ward --- drivers/usb/serial/option.c | 21 ++--- 1 files changed, 2 insertions(+), 19 deletions(-) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 6956c4f..4d16

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

2015-09-16 Thread David Ward
Signed-off-by: David Ward --- drivers/usb/serial/option.c |2 -- drivers/usb/serial/qcserial.c |1 + 2 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index edfaec1..af4f3de 100644 --- a/drivers/usb/serial/option.c

[PATCH 5/6] Revert "USB: qcserial/option: make AT URCs work for Sierra Wireless MC73xx"

2015-09-16 Thread David Ward
devices in this series that follow the same layout. Cc: Bjørn Mork Signed-off-by: David Ward --- drivers/usb/serial/option.c |9 - drivers/usb/serial/qcserial.c |1 + 2 files changed, 1 insertions(+), 9 deletions(-) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial