This is a note to let you know that I've just added the patch titled

    wireless: rt2x00: rt{2500,73}usb.c put back duplicate id

to the 3.4-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     wireless-rt2x00-rt-2500-73-usb.c-put-back-duplicate-id.patch
and it can be found in the queue-3.4 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From 647adb462006c503a7e9f5756685fb9a1f6b1334 Mon Sep 17 00:00:00 2001
From: Xose Vazquez Perez <[email protected]>
Date: Sat, 14 Apr 2012 23:00:01 +0200
Subject: wireless: rt2x00: rt{2500,73}usb.c put back duplicate id

From: Xose Vazquez Perez <[email protected]>

commit 8f35f787b75e9b6435ea37dabcae2d40dc72d31c upstream.

put back 0x050d,0x7050 to rt73usb, same usb_id for two chips:

K7SF5D7050A ver 2xxx is rt2500
K7SF5D7050B ver 3xxx is rt73

<http://en-us-support.belkin.com/app/answers/detail/a_id/297/kw/K7SF5D7050>

Signed-off-by: Xose Vazquez Perez <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
Signed-off-by: Ben Hutchings <[email protected]>
Cc: Qiang Huang <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 drivers/net/wireless/rt2x00/rt2500usb.c |    2 +-
 drivers/net/wireless/rt2x00/rt73usb.c   |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

--- a/drivers/net/wireless/rt2x00/rt2500usb.c
+++ b/drivers/net/wireless/rt2x00/rt2500usb.c
@@ -1921,7 +1921,7 @@ static struct usb_device_id rt2500usb_de
        { USB_DEVICE(0x0b05, 0x1706) },
        { USB_DEVICE(0x0b05, 0x1707) },
        /* Belkin */
-       { USB_DEVICE(0x050d, 0x7050) },
+       { USB_DEVICE(0x050d, 0x7050) }, /* FCC ID: K7SF5D7050A ver. 2.x */
        { USB_DEVICE(0x050d, 0x7051) },
        /* Cisco Systems */
        { USB_DEVICE(0x13b1, 0x000d) },
--- a/drivers/net/wireless/rt2x00/rt73usb.c
+++ b/drivers/net/wireless/rt2x00/rt73usb.c
@@ -2422,6 +2422,7 @@ static struct usb_device_id rt73usb_devi
        { USB_DEVICE(0x0b05, 0x1723) },
        { USB_DEVICE(0x0b05, 0x1724) },
        /* Belkin */
+       { USB_DEVICE(0x050d, 0x7050) }, /* FCC ID: K7SF5D7050B ver. 3.x */
        { USB_DEVICE(0x050d, 0x705a) },
        { USB_DEVICE(0x050d, 0x905b) },
        { USB_DEVICE(0x050d, 0x905c) },


Patches currently in stable-queue which might be from [email protected] are

queue-3.4/wireless-rt2x00-rt-2500-73-usb.c-put-back-duplicate-id.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to