Re: [PATCH] USB: sierra: add 1199:68AA device ID

2014-09-01 Thread Johan Hovold
On Thu, Aug 28, 2014 at 03:08:16PM +0200, Bjørn Mork wrote:
 This VID:PID is used for some Direct IP devices behaving
 identical to the already supported 0F3D:68AA devices.
 
 Cc: sta...@vger.kernel.org
 Reported-by: Lars Melin lars...@gmail.com
 Signed-off-by: Bjørn Mork bj...@mork.no
 ---
 This should be applied on top of my 'USB: sierra: avoid CDC class
 functions on 68A3 devices' to avoid unnecessary conflicts.
 Apologies for not sending them as a series.  It's a matter of one
 patch triggering another report...

Both patches applied, thanks.

Johan
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] USB: sierra: add 1199:68AA device ID

2014-08-28 Thread Bjørn Mork
This VID:PID is used for some Direct IP devices behaving
identical to the already supported 0F3D:68AA devices.

Cc: sta...@vger.kernel.org
Reported-by: Lars Melin lars...@gmail.com
Signed-off-by: Bjørn Mork bj...@mork.no
---
This should be applied on top of my 'USB: sierra: avoid CDC class
functions on 68A3 devices' to avoid unnecessary conflicts.
Apologies for not sending them as a series.  It's a matter of one
patch triggering another report...

Thanks,
Bjørn

 drivers/usb/serial/sierra.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/usb/serial/sierra.c b/drivers/usb/serial/sierra.c
index fa45d39619ca..46179a0828eb 100644
--- a/drivers/usb/serial/sierra.c
+++ b/drivers/usb/serial/sierra.c
@@ -286,6 +286,9 @@ static const struct usb_device_id id_table[] = {
{ USB_DEVICE_AND_INTERFACE_INFO(0x1199, 0x68A3, 0xFF, 0xFF, 0xFF),
  .driver_info = (kernel_ulong_t)direct_ip_interface_blacklist
},
+   { USB_DEVICE_AND_INTERFACE_INFO(0x1199, 0x68AA, 0xFF, 0xFF, 0xFF),
+ .driver_info = (kernel_ulong_t)direct_ip_interface_blacklist
+   },
/* ATT Direct IP LTE modems */
{ USB_DEVICE_AND_INTERFACE_INFO(0x0F3D, 0x68AA, 0xFF, 0xFF, 0xFF),
  .driver_info = (kernel_ulong_t)direct_ip_interface_blacklist
-- 
2.1.0

--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html