]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
2 more .27 patches
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 3 Dec 2008 07:38:31 +0000 (23:38 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 3 Dec 2008 07:38:31 +0000 (23:38 -0800)
queue-2.6.27/rtl8187-add-device-id-0bda-8198.patch [new file with mode: 0644]
queue-2.6.27/rtl8187-add-usb-id-for-belkin-f5d7050-with-rtl8187b-chip.patch [new file with mode: 0644]
queue-2.6.27/series

diff --git a/queue-2.6.27/rtl8187-add-device-id-0bda-8198.patch b/queue-2.6.27/rtl8187-add-device-id-0bda-8198.patch
new file mode 100644 (file)
index 0000000..d1b2e3e
--- /dev/null
@@ -0,0 +1,31 @@
+From 746db510395e32ff57b9f8582e520df6b3fac618 Mon Sep 17 00:00:00 2001
+From: John W. Linville <linville@tuxdriver.com>
+Date: Fri, 10 Oct 2008 14:16:46 -0400
+Subject: rtl8187: add device ID 0bda:8198
+
+From: John W. Linville <linville@tuxdriver.com>
+
+commit 746db510395e32ff57b9f8582e520df6b3fac618 upstream.
+
+Reported by zOOmER.gm@gmail.com to work here:
+
+       http://bugzilla.kernel.org/show_bug.cgi?id=11728
+
+Signed-off-by: John W. Linville <linville@tuxdriver.com>
+Cc: Zoomer <zoomer.gm@gmail.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+
+---
+ drivers/net/wireless/rtl8187_dev.c |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/drivers/net/wireless/rtl8187_dev.c
++++ b/drivers/net/wireless/rtl8187_dev.c
+@@ -37,6 +37,7 @@ static struct usb_device_id rtl8187_tabl
+       {USB_DEVICE(0x0bda, 0x8187), .driver_info = DEVICE_RTL8187},
+       {USB_DEVICE(0x0bda, 0x8189), .driver_info = DEVICE_RTL8187B},
+       {USB_DEVICE(0x0bda, 0x8197), .driver_info = DEVICE_RTL8187B},
++      {USB_DEVICE(0x0bda, 0x8198), .driver_info = DEVICE_RTL8187B},
+       /* Netgear */
+       {USB_DEVICE(0x0846, 0x6100), .driver_info = DEVICE_RTL8187},
+       {USB_DEVICE(0x0846, 0x6a00), .driver_info = DEVICE_RTL8187},
diff --git a/queue-2.6.27/rtl8187-add-usb-id-for-belkin-f5d7050-with-rtl8187b-chip.patch b/queue-2.6.27/rtl8187-add-usb-id-for-belkin-f5d7050-with-rtl8187b-chip.patch
new file mode 100644 (file)
index 0000000..c211707
--- /dev/null
@@ -0,0 +1,31 @@
+From eaca90dab6ab9853223029deffdd226f41b2028c Mon Sep 17 00:00:00 2001
+From: Florent Fourcot <florent.fourcot@enst-bretagne.fr>
+Date: Mon, 13 Oct 2008 16:34:26 -0700
+Subject: rtl8187: Add USB ID for Belkin F5D7050 with RTL8187B chip
+
+From: Florent Fourcot <florent.fourcot@enst-bretagne.fr>
+
+commit eaca90dab6ab9853223029deffdd226f41b2028c upstream.
+
+The Belkin F5D7050rev5000de (id 050d:705e) has the Realtek RTL8187B chip
+and works with the 2.6.27 driver.
+
+Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
+Signed-off-by: John W. Linville <linville@tuxdriver.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+
+---
+ drivers/net/wireless/rtl8187_dev.c |    2 ++
+ 1 file changed, 2 insertions(+)
+
+--- a/drivers/net/wireless/rtl8187_dev.c
++++ b/drivers/net/wireless/rtl8187_dev.c
+@@ -33,6 +33,8 @@ MODULE_LICENSE("GPL");
+ static struct usb_device_id rtl8187_table[] __devinitdata = {
+       /* Asus */
+       {USB_DEVICE(0x0b05, 0x171d), .driver_info = DEVICE_RTL8187},
++      /* Belkin */
++      {USB_DEVICE(0x050d, 0x705e), .driver_info = DEVICE_RTL8187B},
+       /* Realtek */
+       {USB_DEVICE(0x0bda, 0x8187), .driver_info = DEVICE_RTL8187},
+       {USB_DEVICE(0x0bda, 0x8189), .driver_info = DEVICE_RTL8187B},
index aac8241bcd4c6444758d22d59261f64540d0da49..6489cf76176013d29738a491d56aac65c6c962cf 100644 (file)
@@ -50,3 +50,5 @@ igb-use-device_set_wakeup_enable.patch
 e1000-use-device_set_wakeup_enable.patch
 e1000e-use-device_set_wakeup_enable.patch
 libata-blacklist-seagate-drives-which-time-out-flush_cache-when-used-with-ncq.patch
+rtl8187-add-device-id-0bda-8198.patch
+rtl8187-add-usb-id-for-belkin-f5d7050-with-rtl8187b-chip.patch