linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] qcserial: add support for Huawei Gobi 3000 devices
@ 2012-01-28  9:11 José Antonio Matute
  2012-01-28 15:19 ` Sergei Shtylyov
  0 siblings, 1 reply; 4+ messages in thread
From: José Antonio Matute @ 2012-01-28  9:11 UTC (permalink / raw)
  To: linux-usb; +Cc: linux-kernel

From: Jose Antonio Matute <matutet@gmail.com>
Add USB IDs for Huawei Gobi 3000 devices (some of which are rebranded
as Sony Vaio VPCSA modems).

Signed-off-by: Jose Antonio Matute <matutet@gmail.com>
Cc: stable@vger.kernel.org
---
--- linux-3.3-rc1/drivers/usb/serial/qcserial.c.orig	2012-01-28
09:43:01.088140483 +0100
+++ linux-3.3-rc1/drivers/usb/serial/qcserial.c	2012-01-28
09:46:37.908131967 +0100
@@ -87,6 +87,7 @@ static const struct usb_device_id id_tab
 	{USB_DEVICE(0x05c6, 0x9204)},	/* Gobi 2000 QDL device */
 	{USB_DEVICE(0x05c6, 0x9205)},	/* Gobi 2000 Modem device */
 	{USB_DEVICE(0x1199, 0x9013)},	/* Sierra Wireless Gobi 3000 Modem
device (MC8355) */
+	{USB_DEVICE(0x12d1, 0x14f1)},	/* Huawei Wireless Gobi 3000 Modem device */
 	{ }				/* Terminating entry */
 };
 MODULE_DEVICE_TABLE(usb, id_table);

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] qcserial: add support for Huawei Gobi 3000 devices
  2012-01-28  9:11 [PATCH] qcserial: add support for Huawei Gobi 3000 devices José Antonio Matute
@ 2012-01-28 15:19 ` Sergei Shtylyov
  2012-01-29  4:30   ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Sergei Shtylyov @ 2012-01-28 15:19 UTC (permalink / raw)
  To: José Antonio Matute; +Cc: linux-usb, linux-kernel

Hello.

On 28-01-2012 13:11, José Antonio Matute wrote:

> From: Jose Antonio Matute<matutet@gmail.com>

   Should be an empty line here, no?

> Add USB IDs for Huawei Gobi 3000 devices (some of which are rebranded
> as Sony Vaio VPCSA modems).

> Signed-off-by: Jose Antonio Matute<matutet@gmail.com>
> Cc: stable@vger.kernel.org
> ---
> --- linux-3.3-rc1/drivers/usb/serial/qcserial.c.orig	2012-01-28
> 09:43:01.088140483 +0100
> +++ linux-3.3-rc1/drivers/usb/serial/qcserial.c	2012-01-28
> 09:46:37.908131967 +0100
> @@ -87,6 +87,7 @@ static const struct usb_device_id id_tab
>   	{USB_DEVICE(0x05c6, 0x9204)},	/* Gobi 2000 QDL device */
>   	{USB_DEVICE(0x05c6, 0x9205)},	/* Gobi 2000 Modem device */
>   	{USB_DEVICE(0x1199, 0x9013)},	/* Sierra Wireless Gobi 3000 Modem
> device (MC8355) */

    The patch is line wrapped; seems ealsy to fix tho...

> +	{USB_DEVICE(0x12d1, 0x14f1)},	/* Huawei Wireless Gobi 3000 Modem device */
>   	{ }				/* Terminating entry */
>   };
>   MODULE_DEVICE_TABLE(usb, id_table);

WBR, Sergei

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] qcserial: add support for Huawei Gobi 3000 devices
  2012-01-28 15:19 ` Sergei Shtylyov
@ 2012-01-29  4:30   ` Greg KH
  2012-01-29 16:33     ` José Antonio Matute
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2012-01-29  4:30 UTC (permalink / raw)
  To: Sergei Shtylyov; +Cc: José Antonio Matute, linux-usb, linux-kernel

On Sat, Jan 28, 2012 at 07:19:16PM +0400, Sergei Shtylyov wrote:
> Hello.
> 
> On 28-01-2012 13:11, José Antonio Matute wrote:
> 
> >From: Jose Antonio Matute<matutet@gmail.com>
> 
>   Should be an empty line here, no?
> 
> >Add USB IDs for Huawei Gobi 3000 devices (some of which are rebranded
> >as Sony Vaio VPCSA modems).
> 
> >Signed-off-by: Jose Antonio Matute<matutet@gmail.com>
> >Cc: stable@vger.kernel.org
> >---
> >--- linux-3.3-rc1/drivers/usb/serial/qcserial.c.orig	2012-01-28
> >09:43:01.088140483 +0100
> >+++ linux-3.3-rc1/drivers/usb/serial/qcserial.c	2012-01-28
> >09:46:37.908131967 +0100
> >@@ -87,6 +87,7 @@ static const struct usb_device_id id_tab
> >  	{USB_DEVICE(0x05c6, 0x9204)},	/* Gobi 2000 QDL device */
> >  	{USB_DEVICE(0x05c6, 0x9205)},	/* Gobi 2000 Modem device */
> >  	{USB_DEVICE(0x1199, 0x9013)},	/* Sierra Wireless Gobi 3000 Modem
> >device (MC8355) */
> 
>    The patch is line wrapped; seems ealsy to fix tho...

I will fix it by hand for this simple thing, don't worry, the patch is
fine.

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] qcserial: add support for Huawei Gobi 3000 devices
  2012-01-29  4:30   ` Greg KH
@ 2012-01-29 16:33     ` José Antonio Matute
  0 siblings, 0 replies; 4+ messages in thread
From: José Antonio Matute @ 2012-01-29 16:33 UTC (permalink / raw)
  To: Greg KH; +Cc: Sergei Shtylyov, linux-usb, linux-kernel

Hi Greg, Sergei,

As you're seeing, GMail web client isn't the correct tool for this job :(

Next time I'll try do it better.

Thank you!

2012/1/29 Greg KH <greg@kroah.com>:
> On Sat, Jan 28, 2012 at 07:19:16PM +0400, Sergei Shtylyov wrote:
>> Hello.
>>
>> On 28-01-2012 13:11, José Antonio Matute wrote:
>>
>> >From: Jose Antonio Matute<matutet@gmail.com>
>>
>>   Should be an empty line here, no?
>>
>> >Add USB IDs for Huawei Gobi 3000 devices (some of which are rebranded
>> >as Sony Vaio VPCSA modems).
>>
>> >Signed-off-by: Jose Antonio Matute<matutet@gmail.com>
>> >Cc: stable@vger.kernel.org
>> >---
>> >--- linux-3.3-rc1/drivers/usb/serial/qcserial.c.orig 2012-01-28
>> >09:43:01.088140483 +0100
>> >+++ linux-3.3-rc1/drivers/usb/serial/qcserial.c      2012-01-28
>> >09:46:37.908131967 +0100
>> >@@ -87,6 +87,7 @@ static const struct usb_device_id id_tab
>> >     {USB_DEVICE(0x05c6, 0x9204)},   /* Gobi 2000 QDL device */
>> >     {USB_DEVICE(0x05c6, 0x9205)},   /* Gobi 2000 Modem device */
>> >     {USB_DEVICE(0x1199, 0x9013)},   /* Sierra Wireless Gobi 3000 Modem
>> >device (MC8355) */
>>
>>    The patch is line wrapped; seems ealsy to fix tho...
>
> I will fix it by hand for this simple thing, don't worry, the patch is
> fine.
>
> greg k-h



-- 
Un saludo,
        José Antonio Matute
        Tf: 680 410 763
        matutet@gmail.com
        http://www.cmaj.es

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-01-29 16:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-28  9:11 [PATCH] qcserial: add support for Huawei Gobi 3000 devices José Antonio Matute
2012-01-28 15:19 ` Sergei Shtylyov
2012-01-29  4:30   ` Greg KH
2012-01-29 16:33     ` José Antonio Matute

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).