]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
another .23 patch
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Jan 2008 19:37:04 +0000 (11:37 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Jan 2008 19:37:04 +0000 (11:37 -0800)
queue-2.6.23/series
queue-2.6.23/usb-update-sierra.c-with-latest-device-ids-that-are-in-2.6.24-rc7.patch [new file with mode: 0644]

index 639b53a7fd3489e259193023c716ed68ecbe9c2e..2b6a066146416387b533496ffb580a68fec31a1f 100644 (file)
@@ -36,3 +36,4 @@ acpica-fix-acpi_serialize-hang-regression.patch
 acpi-apply-quirk_ich6_lpc_acpi-to-more-ich8-and-ich9.patch
 pm-acpi-and-apm-must-not-be-enabled-at-the-same-time.patch
 crypto-padlock-fix-spurious-ecb-page-fault.patch
+usb-update-sierra.c-with-latest-device-ids-that-are-in-2.6.24-rc7.patch
diff --git a/queue-2.6.23/usb-update-sierra.c-with-latest-device-ids-that-are-in-2.6.24-rc7.patch b/queue-2.6.23/usb-update-sierra.c-with-latest-device-ids-that-are-in-2.6.24-rc7.patch
new file mode 100644 (file)
index 0000000..e0fc611
--- /dev/null
@@ -0,0 +1,48 @@
+From foo@baz Tue Apr  9 12:12:43 2002
+Date: Tue, 15 Jan 2008 20:17:56 +0100
+To: Greg KH <greg@kroah.com>
+From: Greg Kroah-Hartman <gregkh@suse.de>
+Subject: USB: update sierra.c with latest device ids that are in 2.6.24-rc7
+
+From: Greg Kroah-Hartman <gregkh@suse.de>
+
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+
+---
+ drivers/usb/serial/sierra.c |    4 ++++
+ 1 file changed, 4 insertions(+)
+
+--- a/drivers/usb/serial/sierra.c
++++ b/drivers/usb/serial/sierra.c
+@@ -100,6 +100,7 @@ static struct usb_device_id id_table [] 
+       { USB_DEVICE(0x1199, 0x0218) }, /* Sierra Wireless MC5720 */
+       { USB_DEVICE(0x0f30, 0x1b1d) }, /* Sierra Wireless MC5720 */
+       { USB_DEVICE(0x1199, 0x0020) }, /* Sierra Wireless MC5725 */
++      { USB_DEVICE(0x1199, 0x0220) }, /* Sierra Wireless MC5725 */
+       { USB_DEVICE(0x1199, 0x0019) }, /* Sierra Wireless AirCard 595 */
+       { USB_DEVICE(0x1199, 0x0021) }, /* Sierra Wireless AirCard 597E */
+       { USB_DEVICE(0x1199, 0x0120) }, /* Sierra Wireless USB Dongle 595U */
+@@ -108,6 +109,7 @@ static struct usb_device_id id_table [] 
+       { USB_DEVICE(0x1199, 0x6804) }, /* Sierra Wireless MC8755 */
+       { USB_DEVICE(0x1199, 0x6803) }, /* Sierra Wireless MC8765 */
+       { USB_DEVICE(0x1199, 0x6812) }, /* Sierra Wireless MC8775 & AC 875U */
++      { USB_DEVICE(0x1199, 0x6813) }, /* Sierra Wireless MC8775 (Thinkpad internal) */
+       { USB_DEVICE(0x1199, 0x6820) }, /* Sierra Wireless AirCard 875 */
+       { USB_DEVICE(0x1199, 0x6832) }, /* Sierra Wireless MC8780*/
+       { USB_DEVICE(0x1199, 0x6833) }, /* Sierra Wireless MC8781*/
+@@ -136,6 +138,7 @@ static struct usb_device_id id_table_3po
+       { USB_DEVICE(0x0f30, 0x1b1d) }, /* Sierra Wireless MC5720 */
+       { USB_DEVICE(0x1199, 0x0218) }, /* Sierra Wireless MC5720 */
+       { USB_DEVICE(0x1199, 0x0020) }, /* Sierra Wireless MC5725 */
++      { USB_DEVICE(0x1199, 0x0220) }, /* Sierra Wireless MC5725 */
+       { USB_DEVICE(0x1199, 0x0019) }, /* Sierra Wireless AirCard 595 */
+       { USB_DEVICE(0x1199, 0x0021) }, /* Sierra Wireless AirCard 597E */
+       { USB_DEVICE(0x1199, 0x0120) }, /* Sierra Wireless USB Dongle 595U*/
+@@ -144,6 +147,7 @@ static struct usb_device_id id_table_3po
+       { USB_DEVICE(0x1199, 0x6804) }, /* Sierra Wireless MC8755 */
+       { USB_DEVICE(0x1199, 0x6803) }, /* Sierra Wireless MC8765 */
+       { USB_DEVICE(0x1199, 0x6812) }, /* Sierra Wireless MC8775 & AC 875U */
++      { USB_DEVICE(0x1199, 0x6813) }, /* Sierra Wireless MC8775 (Thinkpad internal) */
+       { USB_DEVICE(0x1199, 0x6820) }, /* Sierra Wireless AirCard 875 */
+       { USB_DEVICE(0x1199, 0x6832) }, /* Sierra Wireless MC8780*/
+       { USB_DEVICE(0x1199, 0x6833) }, /* Sierra Wireless MC8781*/