diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-08-31 19:31:38 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-08-31 19:31:38 +0000 |
commit | 75f55a6c902fc26c427382f40960746b9d0ffcbc (patch) | |
tree | f7300d3b89c34a8e08c375bbe7b719b44cc28629 /target/linux/generic-2.6/patches-2.6.26 | |
parent | 219145702e57b443f18c6f52f401ee31180026fc (diff) | |
download | upstream-75f55a6c902fc26c427382f40960746b9d0ffcbc.tar.gz upstream-75f55a6c902fc26c427382f40960746b9d0ffcbc.tar.bz2 upstream-75f55a6c902fc26c427382f40960746b9d0ffcbc.zip |
Backport new Sierra Wireless USB IDs from 2.6.27 to .25 & .26 (closes: #3912)
Signed-off-by: Dirk Nehring <dnehring@gmx.net>
SVN-Revision: 12447
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.26')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.26/981-backport_usb_serial_sierrawireless_ids.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.26/981-backport_usb_serial_sierrawireless_ids.patch b/target/linux/generic-2.6/patches-2.6.26/981-backport_usb_serial_sierrawireless_ids.patch new file mode 100644 index 0000000000..161d2d0027 --- /dev/null +++ b/target/linux/generic-2.6/patches-2.6.26/981-backport_usb_serial_sierrawireless_ids.patch @@ -0,0 +1,10 @@ +--- a/drivers/usb/serial/sierra.c ++++ b/drivers/usb/serial/sierra.c +@@ -205,6 +205,7 @@ + { USB_DEVICE(0x1199, 0x6832) }, /* Sierra Wireless MC8780*/ + { USB_DEVICE(0x1199, 0x6833) }, /* Sierra Wireless MC8781*/ + { USB_DEVICE(0x1199, 0x683B), .driver_info = DEVICE_1_PORT }, /* Sierra Wireless MC8785 Composite*/ ++ { USB_DEVICE(0x1199, 0x683C), .driver_info = DEVICE_1_PORT }, /* Sierra Wireless MC8790 Composite*/ + { USB_DEVICE(0x1199, 0x6850) }, /* Sierra Wireless AirCard 880 */ + { USB_DEVICE(0x1199, 0x6851) }, /* Sierra Wireless AirCard 881 */ + { USB_DEVICE(0x1199, 0x6852) }, /* Sierra Wireless AirCard 880 E */ |