public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.33 staging rt2870 += Belkin F5D8055 Wireless-N USB Dongle
@ 2010-03-02 22:22 Chris Largret
  2010-03-02 23:27 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Chris Largret @ 2010-03-02 22:22 UTC (permalink / raw)
  To: Linux Kernel Mailing List, Paul Lin

[-- Attachment #1: Type: text/plain, Size: 684 bytes --]

-----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-----

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 2.6.33-belkin-F5D8055-rt2870.patch --]
[-- Type: text/x-patch, Size: 647 bytes --]

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 */


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-04-27 18:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-02 22:22 2.6.33 staging rt2870 += Belkin F5D8055 Wireless-N USB Dongle Chris Largret
2010-03-02 23:27 ` Greg KH
2010-03-03 11:24   ` Chris Largret
2010-04-27 18:54     ` patch staging-rt2860-add-belkin-f5d8055-wireless-n-usb-dongle-device-id.patch added to gregkh-2.6 tree gregkh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox