From: Grazvydas Ignotas Date: Thu, 13 Oct 2011 11:43:15 +0000 (+0300) Subject: rtl8192u-module: support more devices X-Git-Tag: sz_beta3~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b395de2371643ea87ce3fec29a1c4caa87bcc720;p=openpandora.oe.git rtl8192u-module: support more devices these come from some different version of the same driver, why they have been removed, I have no idea, maybe they were patched in by their manufacturers in that other version. --- diff --git a/recipes/pandora-system/rtl8192u-module.bb b/recipes/pandora-system/rtl8192u-module.bb index a7cc542..9216d7f 100644 --- a/recipes/pandora-system/rtl8192u-module.bb +++ b/recipes/pandora-system/rtl8192u-module.bb @@ -3,6 +3,7 @@ LICENSE = "GPLv2" SRC_URI = " \ http://notaz.gp2x.de/downloads/misc/RTL8192CU_linux_v3.1.2590.20110922.zip \ + file://more_devices.patch;patch=1 \ " PV = "3.1.2590" diff --git a/recipes/pandora-system/rtl8192u-module/more_devices.patch b/recipes/pandora-system/rtl8192u-module/more_devices.patch new file mode 100644 index 0000000..ad70db7 --- /dev/null +++ b/recipes/pandora-system/rtl8192u-module/more_devices.patch @@ -0,0 +1,28 @@ +diff -urp rtl8192_8188CU_linux_v3.1.2590.20110922_orig/os_dep/linux/usb_intf.c rtl8192_8188CU_linux_v3.1.2590.20110922/os_dep/linux/usb_intf.c +--- rtl8192_8188CU_linux_v3.1.2590.20110922_orig/os_dep/linux/usb_intf.c 2011-09-22 11:03:42.000000000 +0300 ++++ rtl8192_8188CU_linux_v3.1.2590.20110922/os_dep/linux/usb_intf.c 2011-10-13 14:22:01.813022901 +0300 +@@ -98,6 +98,7 @@ static struct usb_device_id rtw_usb_id_t + + /*=== Customer ID ===*/ + /****** 8188CUS Dongle ********/ ++ {USB_DEVICE(0x07B8, 0x8189)},//Funai - Abocom + {USB_DEVICE(0x2019, 0xED17)},//PCI - Edimax + {USB_DEVICE(0x0DF6, 0x0052)},//Sitecom - Edimax + {USB_DEVICE(0x7392, 0x7811)},//Edimax - Edimax +@@ -119,6 +120,8 @@ static struct usb_device_id rtw_usb_id_t + + /****** 8188 RU ********/ + {USB_DEVICE(0x0BDA, 0x317F)},//Netcore,Netcore ++ {USB_DEVICE(0x9846, 0x9041)},//Netgear,Cameo ++ {USB_DEVICE(0x0846, 0x9041)},//Netgear,Cameo + + /****** 8188CE-VAU ********/ + {USB_DEVICE(0x13D3, 0x3359)},// - Azwave +@@ -136,6 +139,7 @@ static struct usb_device_id rtw_usb_id_t + {USB_DEVICE(0x2019, 0x1201)},//Planex - Vencer + + /****** 8192CUS Dongle ********/ ++ {USB_DEVICE(0x07b8, 0x8178)},//Funai -Abocom + {USB_DEVICE(0x2001, 0x3307)},//D-Link - Cameo + {USB_DEVICE(0x2001, 0x330A)},//D-Link - Alpha + {USB_DEVICE(0x2001, 0x3309)},//D-Link - Alpha