From 6f9816c29e6eab5589f089d29a6b1d05275d32cf Mon Sep 17 00:00:00 2001 From: Petr Štetiar Date: Sun, 3 Oct 2010 02:14:23 +0000 Subject: rt3070: add support for Belkin F6D4050v2 USB adapter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Štetiar Signed-off-by: Eric Bénard --- recipes/rt2x00/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 deletion(-) create mode 100644 recipes/rt2x00/rt3070-2.3.0.4/add_belkin_F6D4050v2.patch 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 0000000000..e9b24a73c9 --- /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 c51cf7472f..fabe52ebbc 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}" -- cgit 1.2.3-korg