[PATCH] option.c: Added support for Gemalto's Cinterion PH8 and AHxx products

2016-03-15 Thread Schemmel Hans-Christoph
Added support for Gemalto's Cinterion PH8 and AHxx products with 2 RmNet Interfaces and products with 1 RmNet + 1 USB Audio interface. The RmNet and USB Audio interfaces are blacklisted because they will be handled by other drivers. Signed-off-by: Hans-Christoph Schemmel --- linux/drivers/usb/ser

[PATCH] qmi_wwan: Added support for Gemalto's Cinterion PHxx WWAN interface

2016-03-15 Thread Schemmel Hans-Christoph
Added support for Cinterion's PHxx WWAN interfaces by adding QMI_FIXED_INTF with Cinterion's VID and PID. PHxx can have 2 RmNet Interfaces (PID 0x0082) or 1 RmNet + 1 USB Audio interface (PID 0x0083). Signed-off-by: Hans-Christoph Schemmel --- patch is against linux-4.5 --- linux/drivers/net/usb

RE: [PATCH] qmi_wwan: Added support for Gemalto's Cinterion PHxx WWAN interface

2016-03-16 Thread Schemmel Hans-Christoph
> From: David Miller [mailto:da...@davemloft.net] > Sent: Dienstag, 15. März 2016 22:52 > > From: Bjørn Mork > Date: Tue, 15 Mar 2016 13:27:03 +0100 > > > Schemmel Hans-Christoph > writes: > > > >> If you are not the intended recipient of this message

[PATCH] qmi_wwan: Added support for Gemalto's Cinterion PHxx WWAN interface

2016-03-16 Thread Schemmel Hans-Christoph
Added support for Gemalto's Cinterion PHxx WWAN interfaces by adding QMI_FIXED_INTF with Cinterion's VID and PID. PHxx can have 2 RmNet Interfaces (PID 0x0082) or 1 RmNet + 1 USB Audio interface (PID 0x0083). Signed-off-by: Hans-Christoph Schemmel --- patch is against linux-4.5 --- linux/drive

[PATCH] qmi_wwan: Added support for Gemalto's Cinterion PHxx WWAN interface

2016-03-19 Thread Schemmel Hans-Christoph
Added support for Gemalto's Cinterion PHxx WWAN interfaces by adding QMI_FIXED_INTF with Cinterion's VID and PID. PHxx can have: 2 RmNet Interfaces (PID 0x0082) or 1 RmNet + 1 USB Audio interface (PID 0x0083). Signed-off-by: Hans-Christoph Schemmel --- patch is against linux-4.5 --- linux/drive

[PATCH] option.c: Added support for Gemalto's Cinterion PH8 and AHxx products

2016-03-21 Thread Schemmel Hans-Christoph
Added support for Gemalto's Cinterion PH8 and AHxx products with 2 RmNet Interfaces and products with 1 RmNet + 1 USB Audio interface. The RmNet and USB Audio interfaces are blacklisted because they will be handled by other drivers. In addition some minor renaming and formatting. Signed-off-by:

[PATCH] option.c: Support for Gemalto's Cinterion PH8 and AHxx products added

2016-04-06 Thread Schemmel Hans-Christoph
Added support for Gemalto's Cinterion PH8 and AHxx products with 2 RmNet Interfaces and products with 1 RmNet + 1 USB Audio interface. The RmNet and USB Audio interfaces are blacklisted because they will be handled by other drivers. In addition some minor renaming and formatting. Signed-off-by:

RE: [PATCH] option.c: Support for Gemalto's Cinterion PH8 and AHxx products added

2016-04-07 Thread Schemmel Hans-Christoph
> -Original Message- > From: Johan Hovold [mailto:jhov...@gmail.com] On Behalf Of Johan Hovold > Sent: Donnerstag, 7. April 2016 11:23 > To: Schemmel Hans-Christoph > Cc: jo...@kernel.org; gre...@linuxfoundation.org; linux-usb@vger.kernel.org > Subject: Re: [PATCH] opt

RE: [PATCH] option.c: Support for Gemalto's Cinterion PH8 and AHxx products added

2016-04-08 Thread Schemmel Hans-Christoph
> -Original Message- > From: Johan Hovold [mailto:jhov...@gmail.com] On Behalf Of Johan Hovold > Sent: Donnerstag, 7. April 2016 11:51 > To: Schemmel Hans-Christoph > Cc: jo...@kernel.org; gre...@linuxfoundation.org; linux-usb@vger.kernel.org > Subject: Re: [PATCH] opt

RE: [PATCH] option.c: Support for Gemalto's Cinterion PH8 and AHxx products added

2016-04-27 Thread Schemmel Hans-Christoph
> -Original Message- > From: Johan Hovold [mailto:jhov...@gmail.com] On Behalf Of Johan Hovold > Sent: Sonntag, 24. April 2016 12:15 > To: Schemmel Hans-Christoph > Cc: Johan Hovold; gre...@linuxfoundation.org; linux-usb@vger.kernel.org > Subject: Re: [PATCH] opt

[PATCH v2] option.c: Support for Gemalto's Cinterion PH8 and AHxx products added

2016-04-29 Thread Schemmel Hans-Christoph
Added support for Gemalto's Cinterion PH8 and AHxx products with 2 RmNet Interfaces and products with 1 RmNet + 1 USB Audio interface. In addition some minor renaming and formatting. Signed-off-by: Hans-Christoph Schemmel --- Changes in v2: - using USB_DEVICE_INTERFACE_CLASS instead of USB_DEV

[PATCH] USB: Added support for Cinterion's PLxx WWAN Interface

2013-05-03 Thread Schemmel Hans-Christoph
/drivers/net/usb/qmi_wwan.c: Added support for Cinterion's PLxx WWAN Interface by adding Cinterion's Vendor ID as well as Product ID and QMI_FIXED_INTF. /drivers/usb/serial/option.c: Added support for Cinterion's PLxx WWAN Interface by blacklisting USB Interface 4 (WWAN Port). Renamed Product ID

[PATCH] USB: Blacklisted Cinterion's PLxx WWAN Interface

2013-05-06 Thread Schemmel Hans-Christoph
/drivers/usb/serial/option.c: Blacklisted Cinterion's PLxx WWAN Interface (USB Interface 4), because it will be handled by QMI WWAN driver. Product IDs renamed. Signed-off-by: Hans-Christoph Schemmel --- patch is against linux-3.9 --- linux-3.9/drivers/usb/serial/option.c.orig 2013-05-06 07:54