diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-02-28 20:30:08 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-02-28 20:30:08 +0000 |
commit | a08a7ff8689d7bdafdc4d545b033ca91b067cbcc (patch) | |
tree | 70158d97f68604d69da8da779507469cf930bf07 /target/linux/brcm2708/patches-3.10/0064-Add-missing-ids-for-Netgear-WNA1000N-and-D-Link-Alph.patch | |
parent | b276c3da17145991bcf3c2a63f50963654f9b878 (diff) |
brcm2708: update against latest rpi-3.10.y branch
Update our copies of the brcm2708 patches to the latest rpi-3.10-y
rebased against linux-3.10.y stable (3.10.32). This should hopefully
make it easier for us in the future to leverage the raspberry/rpi-*
branches.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39770 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm2708/patches-3.10/0064-Add-missing-ids-for-Netgear-WNA1000N-and-D-Link-Alph.patch')
-rw-r--r-- | target/linux/brcm2708/patches-3.10/0064-Add-missing-ids-for-Netgear-WNA1000N-and-D-Link-Alph.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/target/linux/brcm2708/patches-3.10/0064-Add-missing-ids-for-Netgear-WNA1000N-and-D-Link-Alph.patch b/target/linux/brcm2708/patches-3.10/0064-Add-missing-ids-for-Netgear-WNA1000N-and-D-Link-Alph.patch new file mode 100644 index 0000000000..a1391566fb --- /dev/null +++ b/target/linux/brcm2708/patches-3.10/0064-Add-missing-ids-for-Netgear-WNA1000N-and-D-Link-Alph.patch @@ -0,0 +1,19 @@ +From b74d345f074c12d21e8dda2807750e8559588822 Mon Sep 17 00:00:00 2001 +From: popcornmix <popcornmix@gmail.com> +Date: Fri, 17 May 2013 15:19:49 +0100 +Subject: [PATCH 064/174] Add missing ids for Netgear WNA1000N and D-Link Alpha + +--- + drivers/net/wireless/rtl8192cu/os_dep/linux/usb_intf.c | 1 + + 1 file changed, 1 insertion(+) + +--- a/drivers/net/wireless/rtl8192cu/os_dep/linux/usb_intf.c ++++ b/drivers/net/wireless/rtl8192cu/os_dep/linux/usb_intf.c +@@ -114,6 +114,7 @@ static struct usb_device_id rtw_usb_id_t + {USB_DEVICE(0x4856, 0x0091)},//NetweeN - Feixun + {USB_DEVICE(0x2019, 0x4902)},//Planex - Etop + {USB_DEVICE(0x2019, 0xAB2E)},//SW-WF02-AD15 -Abocom ++ {USB_DEVICE(0x0846, 0x9041)},//Netgear + + /****** 8188 RU ********/ + {USB_DEVICE(0x0BDA, 0x317F)},//Netcore,Netcore |