[oe-commits] Petr Štetiar : rt3070: add support for Belkin F6D4050v2 USB adapter

git version control git at git.openembedded.org
Mon Oct 4 19:58:45 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6f9816c29e6eab5589f089d29a6b1d05275d32cf
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6f9816c29e6eab5589f089d29a6b1d05275d32cf

Author: Petr Štetiar <ynezz at true.cz>
Date:   Sun Oct  3 02:14:23 2010 +0000

rt3070: add support for Belkin F6D4050v2 USB adapter

Signed-off-by: Petr Štetiar <ynezz at true.cz>
Signed-off-by: Eric Bénard <eric at eukrea.com>

---

 .../rt3070-2.3.0.4/add_belkin_F6D4050v2.patch      |   12 ++++++++++++
 recipes/rt2x00/rt3070_2.3.0.4.bb                   |    3 ++-
 2 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/recipes/rt2x00/rt3070-2.3.0.4/add_belkin_F6D4050v2.patch b/recipes/rt2x00/rt3070-2.3.0.4/add_belkin_F6D4050v2.patch
new file mode 100644
index 0000000..e9b24a7
--- /dev/null
+++ b/recipes/rt2x00/rt3070-2.3.0.4/add_belkin_F6D4050v2.patch
@@ -0,0 +1,12 @@
+Index: DPO_RT3070_LinuxSTA_V2.3.0.4_20100604/common/rtusb_dev_id.c
+===================================================================
+--- DPO_RT3070_LinuxSTA_V2.3.0.4_20100604.orig/common/rtusb_dev_id.c	2010-10-02 10:39:35.000000000 +0200
++++ DPO_RT3070_LinuxSTA_V2.3.0.4_20100604/common/rtusb_dev_id.c	2010-10-02 10:40:23.000000000 +0200
+@@ -106,6 +106,7 @@
+ 	{USB_DEVICE(0x07FA,0x7712)}, /* Edimax */
+ 	{USB_DEVICE(0x0789,0x0166)}, /* Edimax */
+ 	{USB_DEVICE(0x148F,0x2070)}, /* Edimax */
++	{USB_DEVICE(0x050d,0x935b)}, /* Belkin F6D4050v2 */
+ #endif // RT3070 //
+ 	{ }/* Terminating entry */
+ };
diff --git a/recipes/rt2x00/rt3070_2.3.0.4.bb b/recipes/rt2x00/rt3070_2.3.0.4.bb
index c51cf74..fabe52e 100644
--- a/recipes/rt2x00/rt3070_2.3.0.4.bb
+++ b/recipes/rt2x00/rt3070_2.3.0.4.bb
@@ -2,13 +2,14 @@ DESCRIPTION = "Ralink 3070"
 HOMEPAGE = "http://eng.ralinktech.com.tw/support.php?s=2"
 SECTION = "kernel/modules"
 LICENSE = "GPLv2"
-PR = "r0"
+PR = "r1"
 
 inherit module
 
 # Original URL needs a click-wrap license.
 SRC_URI = "http://www.penguin.cz/~utx/hardware/Ralink_3071/DPO_RT3070_LinuxSTA_V${PV}_20100604.tar.bz2 \
 	   file://makefile.patch \
+           file://add_belkin_F6D4050v2.patch \
 	 "
 
 EXTRA_OEMAKE = "LINUX_SRC=${STAGING_KERNEL_DIR}"





More information about the Openembedded-commits mailing list