Re: USB: sierra: Very small patch for Sierra Wireless AirCard 881 U (AT&T USBConnect 881)

Greg KH <[email protected]>
Newsgroups gmane.linux.usb.devel
Message-ID <[email protected]>
On Sun, Dec 23, 2007 at 11:14:18PM -0600, [email protected] wrote:
> Attached and below, please find the output of 'diff -up' for this patch. 
> All this patch does is add support for the Sierra Wireless AirCard 881 U 
> (which is now what AT&T is selling at their stores as their sole USB 3G 
> device).
>
> ===================================snip======================================
> --- sierra.c	2007-10-09 16:31:38.000000000 -0400
> +++ /root/sierra.c	2007-12-24 08:11:32.000000000 -0500

Can you redo this so I can apply it based at the root of the kernel
tree, and add a "Signed-off-by:" line, and fix your email client so it
doesn't turn tabs into spaces so the patch can be applied?

The SubmittingPatches file should show how to do this all this way...

thanks,

greg k-h


> @@ -115,6 +115,7 @@ static struct usb_device_id id_table []
>  	{ USB_DEVICE(0x1199, 0x6851) },	/* Sierra Wireless AirCard 881 */
>  	{ USB_DEVICE(0x1199, 0x6852) },	/* Sierra Wireless AirCard 880 E */
>  	{ USB_DEVICE(0x1199, 0x6853) },	/* Sierra Wireless AirCard 881 E */
> +	{ USB_DEVICE(0x1199, 0x6856) },	/* Sierra Wireless AirCard 881 U */
>
>  	{ USB_DEVICE(0x1199, 0x0112), .driver_info = DEVICE_1_PORT }, /* Sierra 
> Wireless AirCard 580 */
>  	{ USB_DEVICE(0x0F3D, 0x0112), .driver_info = DEVICE_1_PORT }, /* 
> Airprime/Sierra PC 5220 */
> @@ -151,6 +152,7 @@ static struct usb_device_id id_table_3po
>  	{ USB_DEVICE(0x1199, 0x6851) },	/* Sierra Wireless AirCard 881 */
>  	{ USB_DEVICE(0x1199, 0x6852) },	/* Sierra Wireless AirCard 880E */
>  	{ USB_DEVICE(0x1199, 0x6853) },	/* Sierra Wireless AirCard 881E */
> +	{ USB_DEVICE(0x1199, 0x6856) },	/* Sierra Wireless AirCard 881U */
>  	{ }
>  };
>
>
> ===================================snip======================================
>
> On Fri, 21 Dec 2007, Greg KH wrote:
>
>> On Sat, Dec 15, 2007 at 10:57:27PM -0600, [email protected] wrote:
>>> Hello all:
>>>
>>> 	Yesterday, I obtained an AT&T-badged Sierra Wireless AirCard 881U 
>>> (a.k.a.
>>> USBConnect 881). The vendor ID is 0x1199 and the product ID is 0x6856. A
>>> trivial two-line addition was needed to the sierra.c source provided with
>>> the 2.6.23 kernel. The patch is below, and attached as well.
>>>
>>> ======================= snip 
>>> =============================================
>>> 117a118
>>>> 	{ USB_DEVICE(0x1199, 0x6856) },	/* Sierra Wireless AirCard 881 U */
>>> 153a155
>>>> 	{ USB_DEVICE(0x1199, 0x6856) },	/* Sierra Wireless AirCard 881U */
>>> ======================= snip 
>>> =============================================
>>>
>>> 	Please see that this change makes it into the driver so that others can
>>> use this device without hacking kernel sources. ;)
>>>
>>> 	Many thanks,
>>>
>>> --Jessica
>>
>>> 117a118
>>>> 	{ USB_DEVICE(0x1199, 0x6856) },	/* Sierra Wireless AirCard 881 U */
>>> 153a155
>>>> 	{ USB_DEVICE(0x1199, 0x6856) },	/* Sierra Wireless AirCard 881U */
>>
>>
>> Can you resend this as per the directions in
>> Documentation/SubmittingPatches so that I can properly appy it to the
>> linux kernel source tree?
>>
>> thanks,
>>
>> greg k-h
>>

> --- sierra.c	2007-10-09 16:31:38.000000000 -0400
> +++ /root/sierra.c	2007-12-24 08:11:32.000000000 -0500
> @@ -115,6 +115,7 @@ static struct usb_device_id id_table [] 
>  	{ USB_DEVICE(0x1199, 0x6851) },	/* Sierra Wireless AirCard 881 */
>  	{ USB_DEVICE(0x1199, 0x6852) },	/* Sierra Wireless AirCard 880 E */
>  	{ USB_DEVICE(0x1199, 0x6853) },	/* Sierra Wireless AirCard 881 E */
> +	{ USB_DEVICE(0x1199, 0x6856) },	/* Sierra Wireless AirCard 881 U */
>  
>  	{ USB_DEVICE(0x1199, 0x0112), .driver_info = DEVICE_1_PORT }, /* Sierra Wireless AirCard 580 */
>  	{ USB_DEVICE(0x0F3D, 0x0112), .driver_info = DEVICE_1_PORT }, /* Airprime/Sierra PC 5220 */
> @@ -151,6 +152,7 @@ static struct usb_device_id id_table_3po
>  	{ USB_DEVICE(0x1199, 0x6851) },	/* Sierra Wireless AirCard 881 */
>  	{ USB_DEVICE(0x1199, 0x6852) },	/* Sierra Wireless AirCard 880E */
>  	{ USB_DEVICE(0x1199, 0x6853) },	/* Sierra Wireless AirCard 881E */
> +	{ USB_DEVICE(0x1199, 0x6856) },	/* Sierra Wireless AirCard 881U */
>  	{ }
>  };
>  


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.