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

From: Chris Largret
Date: Tue Mar 02 2010 - 17:22:47 EST


-----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-----
diff -ur 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 @@
{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 */