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

* Re: 2.6.33 staging rt2870 += Belkin F5D8055 Wireless-N USB Dongle
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2010-03-02 23:27 UTC (permalink / raw)
  To: Chris Largret; +Cc: Linux Kernel Mailing List, Paul Lin

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

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

* Re: 2.6.33 staging rt2870 += Belkin F5D8055 Wireless-N USB Dongle
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Chris Largret @ 2010-03-03 11:24 UTC (permalink / raw)
  To: Greg KH; +Cc: Linux Kernel Mailing List

On Tue, Mar 2, 2010 at 5:27 PM, Greg KH <greg@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 <largret@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

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

* patch staging-rt2860-add-belkin-f5d8055-wireless-n-usb-dongle-device-id.patch added to gregkh-2.6 tree
  2010-03-03 11:24   ` Chris Largret
@ 2010-04-27 18:54     ` gregkh
  0 siblings, 0 replies; 4+ messages in thread
From: gregkh @ 2010-04-27 18:54 UTC (permalink / raw)
  To: largret, gregkh, greg, linux-kernel


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 largret@gmail.com  Tue Apr 27 09:35:20 2010
From: Chris Largret <largret@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 <greg@kroah.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Message-ID: <d426fb281003030324v6dc6216ch53bdb30ffc18a9be@mail.gmail.com>


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

Signed-off-by: Chris Largret <largret@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@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 */


^ 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