Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

2.6.33 staging rt2870 += Belkin F5D8055 Wireless-N USB Dongle

8 views
Skip to first unread message

Chris Largret

unread,
Mar 2, 2010, 5:30:03 PM3/2/10
to
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hey,

I bought a Belkin F5D8055 Wireless-N USB Dongle recently. The driver
CD holds files with names like "rt2870.inf."

The current (kernel 2.6.33) Ralink staging module works with it after a
slight tweak to add the Belkin USB device information. The attached
patch is designed to do that.

It modifies the rt2860 tree but is targeted at the rt2870 driver.

Feel free to e-mail me if you have any questions.

Chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkuNj6QACgkQyBrDZUqad5HM7gCfb1DwxT1WQvWW8DhPyZ9TMzhI
CzIAniqxc7OmEAf/cKmTkjEuDrI/xDO6
=baQt
-----END PGP SIGNATURE-----
2.6.33-belkin-F5D8055-rt2870.patch

Greg KH

unread,
Mar 2, 2010, 6:30:02 PM3/2/10
to
On Tue, Mar 02, 2010 at 04:22:28PM -0600, Chris Largret wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hey,
>
> I bought a Belkin F5D8055 Wireless-N USB Dongle recently. The driver
> CD holds files with names like "rt2870.inf."
>
> The current (kernel 2.6.33) Ralink staging module works with it after a
> slight tweak to add the Belkin USB device information. The attached
> patch is designed to do that.
>
> It modifies the rt2860 tree but is targeted at the rt2870 driver.
>
> Feel free to e-mail me if you have any questions.

Next time, please cc: me with any staging patches.

Can you resend this with a "Signed-off-by:" line so that I can apply it?
The kernel file, Documentation/SubmittingPatches describes what this
entails.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Chris Largret

unread,
Mar 3, 2010, 6:30:01 AM3/3/10
to
On Tue, Mar 2, 2010 at 5:27 PM, Greg KH <gr...@kroah.com> wrote:
> Next time, please cc: me with any staging patches.
>
> Can you resend this with a "Signed-off-by:" line so that I can apply it?
> The kernel file, Documentation/SubmittingPatches describes what this
> entails.

Thanks, I'll try to use checkpatch.pl next time.

Description: Adds Belkin F5D8055 Wireless-N USB support to the rt2870
staging driver.

Signed-off-by: Chris Largret <lar...@gmail.com>
diff -upr linux-2.6.33-orig/drivers/staging/rt2860/usb_main_dev.c
linux-2.6.33/drivers/staging/rt2860/usb_main_dev.c
--- linux-2.6.33-orig/drivers/staging/rt2860/usb_main_dev.c 2010-02-24
12:52:17.000000000 -0600
+++ linux-2.6.33/drivers/staging/rt2860/usb_main_dev.c 2010-03-02
12:13:05.000000000 -0600
@@ -63,6 +63,7 @@ struct usb_device_id rtusb_usb_id[] = {
{USB_DEVICE(0x07D1, 0x3C11)}, /* D-Link */
{USB_DEVICE(0x14B2, 0x3C07)}, /* AL */
{USB_DEVICE(0x050D, 0x8053)}, /* Belkin */
+ {USB_DEVICE(0x050D, 0x825B)}, /* Belkin */
{USB_DEVICE(0x14B2, 0x3C23)}, /* Airlink */
{USB_DEVICE(0x14B2, 0x3C27)}, /* Airlink */
{USB_DEVICE(0x07AA, 0x002F)}, /* Corega */

Chris

gre...@suse.de

unread,
Apr 27, 2010, 3:00:02 PM4/27/10
to

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

Subject: Staging: rt2860: add Belkin F5D8055 Wireless-N USB Dongle device id

to my gregkh-2.6 tree. Its filename is

staging-rt2860-add-belkin-f5d8055-wireless-n-usb-dongle-device-id.patch

This tree can be found at
http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/


From lar...@gmail.com Tue Apr 27 09:35:20 2010
From: Chris Largret <lar...@gmail.com>
Date: Wed, 3 Mar 2010 05:24:26 -0600
Subject: Staging: rt2860: add Belkin F5D8055 Wireless-N USB Dongle device id
To: Greg KH <gr...@kroah.com>
Cc: Linux Kernel Mailing List <linux-...@vger.kernel.org>
Message-ID: <d426fb281003030324v6dc...@mail.gmail.com>


Add Belkin F5D8055 Wireless-N USB support to the rt2870
staging driver.

Signed-off-by: Chris Largret <lar...@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gre...@suse.de>

---
drivers/staging/rt2860/usb_main_dev.c | 1 +
1 file changed, 1 insertion(+)

--- a/drivers/staging/rt2860/usb_main_dev.c
+++ b/drivers/staging/rt2860/usb_main_dev.c


@@ -63,6 +63,7 @@ struct usb_device_id rtusb_usb_id[] = {
{USB_DEVICE(0x07D1, 0x3C11)}, /* D-Link */
{USB_DEVICE(0x14B2, 0x3C07)}, /* AL */
{USB_DEVICE(0x050D, 0x8053)}, /* Belkin */
+ {USB_DEVICE(0x050D, 0x825B)}, /* Belkin */
{USB_DEVICE(0x14B2, 0x3C23)}, /* Airlink */
{USB_DEVICE(0x14B2, 0x3C27)}, /* Airlink */
{USB_DEVICE(0x07AA, 0x002F)}, /* Corega */

--

0 new messages