All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] Add new device ID for Belkin
@ 2011-07-10 15:05 Ivo van Doorn
  2011-07-10 19:55 ` Rafał Miłecki
  0 siblings, 1 reply; 2+ messages in thread
From: Ivo van Doorn @ 2011-07-10 15:05 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless, users

From: Eduardo Bacchi Kienetz <eduardo@kienetz.com>

Belkin's Connect N150 Wireless USB Adapter, model F7D1101 version 2, uses ID 0x945b.
Chipset info: rt: 3390, rf: 000b, rev: 3213.
I have just bought one, which started to work perfectly after the ID was added through this patch.

Signed-off-by: Eduardo Bacchi Kienetz <eduardo@kienetz.com>
Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
---
 drivers/net/wireless/rt2x00/rt2800usb.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c
index 59e7779..5075593 100644
--- a/drivers/net/wireless/rt2x00/rt2800usb.c
+++ b/drivers/net/wireless/rt2x00/rt2800usb.c
@@ -1054,6 +1054,8 @@ static struct usb_device_id rt2800usb_device_table[] = {
 	{ USB_DEVICE(0x0586, 0x341e) },
 	{ USB_DEVICE(0x0586, 0x343e) },
 #ifdef CONFIG_RT2800USB_RT33XX
+	/* Belkin */
+	{ USB_DEVICE(0x050d, 0x945b) },
 	/* Ralink */
 	{ USB_DEVICE(0x148f, 0x3370) },
 	{ USB_DEVICE(0x148f, 0x8070) },
-- 
1.7.2.3


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

* Re: [PATCH 1/1] Add new device ID for Belkin
  2011-07-10 15:05 [PATCH 1/1] Add new device ID for Belkin Ivo van Doorn
@ 2011-07-10 19:55 ` Rafał Miłecki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafał Miłecki @ 2011-07-10 19:55 UTC (permalink / raw)
  To: Ivo van Doorn, Eduardo Bacchi Kienetz
  Cc: John W. Linville, linux-wireless, users

2011/7/10 Ivo van Doorn <ivdoorn@gmail.com>:
> From: Eduardo Bacchi Kienetz <eduardo@kienetz.com>
>
> Belkin's Connect N150 Wireless USB Adapter, model F7D1101 version 2, uses ID 0x945b.
> Chipset info: rt: 3390, rf: 000b, rev: 3213.
> I have just bought one, which started to work perfectly after the ID was added through this patch.

Not a huge hurt, but prefix "rt2x00" would be nice :) Note for a future.

-- 
Rafał

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

end of thread, other threads:[~2011-07-10 19:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-10 15:05 [PATCH 1/1] Add new device ID for Belkin Ivo van Doorn
2011-07-10 19:55 ` Rafał Miłecki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.