mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 01:36:52 +09:00
rt2800usb: Add new device ID for Belkin
commit 43bf8c2452 upstream.
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>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Cc: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
92031724a7
commit
61fbcd4848
@@ -976,6 +976,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) },
|
||||
|
||||
Reference in New Issue
Block a user