USB: sierra: Very small patch for Sierra Wireless AirCard 881 U (AT&T USBConnect 881)
| Newsgroups | gmane.linux.usb.devel |
|---|---|
| Message-ID | <[email protected]> |
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
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
sierra.c.diff
(text/x-diff, 161 B)
117a118
> { USB_DEVICE(0x1199, 0x6856) }, /* Sierra Wireless AirCard 881 U */
153a155
> { USB_DEVICE(0x1199, 0x6856) }, /* Sierra Wireless AirCard 881U */