From 7dfd1cba41a3be1eca0aac2fc007d8671a67008d Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 2 Dec 2008 23:38:31 -0800 Subject: [PATCH] 2 more .27 patches --- .../rtl8187-add-device-id-0bda-8198.patch | 31 +++++++++++++++++++ ...or-belkin-f5d7050-with-rtl8187b-chip.patch | 31 +++++++++++++++++++ queue-2.6.27/series | 2 ++ 3 files changed, 64 insertions(+) create mode 100644 queue-2.6.27/rtl8187-add-device-id-0bda-8198.patch create mode 100644 queue-2.6.27/rtl8187-add-usb-id-for-belkin-f5d7050-with-rtl8187b-chip.patch 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 index 00000000000..d1b2e3ec3c6 --- /dev/null +++ b/queue-2.6.27/rtl8187-add-device-id-0bda-8198.patch @@ -0,0 +1,31 @@ +From 746db510395e32ff57b9f8582e520df6b3fac618 Mon Sep 17 00:00:00 2001 +From: John W. Linville +Date: Fri, 10 Oct 2008 14:16:46 -0400 +Subject: rtl8187: add device ID 0bda:8198 + +From: John W. Linville + +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 +Cc: Zoomer +Signed-off-by: Greg Kroah-Hartman + +--- + 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 index 00000000000..c2117077905 --- /dev/null +++ b/queue-2.6.27/rtl8187-add-usb-id-for-belkin-f5d7050-with-rtl8187b-chip.patch @@ -0,0 +1,31 @@ +From eaca90dab6ab9853223029deffdd226f41b2028c Mon Sep 17 00:00:00 2001 +From: Florent Fourcot +Date: Mon, 13 Oct 2008 16:34:26 -0700 +Subject: rtl8187: Add USB ID for Belkin F5D7050 with RTL8187B chip + +From: Florent Fourcot + +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 +Signed-off-by: John W. Linville +Signed-off-by: Greg Kroah-Hartman + +--- + 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}, diff --git a/queue-2.6.27/series b/queue-2.6.27/series index aac8241bcd4..6489cf76176 100644 --- a/queue-2.6.27/series +++ b/queue-2.6.27/series @@ -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 -- 2.47.3