Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756658Ab2ENQIi (ORCPT ); Mon, 14 May 2012 12:08:38 -0400 Received: from mailrelay02.solcon.nl ([212.45.32.108]:38520 "EHLO mailrelay02.solcon.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755826Ab2ENQIh (ORCPT ); Mon, 14 May 2012 12:08:37 -0400 Message-ID: <4FB12E00.4050104@solcon.nl> Date: Mon, 14 May 2012 18:08:32 +0200 From: Albert Pool User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: IvDoorn@gmail.com, gwingerde@gmail.com, helmut.schaa@googlemail.com CC: linux-wireless@vger.kernel.org, users@rt2x00.serialmonkey.com, linux-kernel@vger.kernel.org Subject: [PATCH] rt2800usb: 2001:3c17 is an RT3370 device Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1219 Lines: 37 D-Link DWA-123 rev A1 Signed-off-by: Albert Pool --- drivers/net/wireless/rt2x00/rt2800usb.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c index 262ee9e..6ee4051 100644 --- a/drivers/net/wireless/rt2x00/rt2800usb.c +++ b/drivers/net/wireless/rt2x00/rt2800usb.c @@ -1070,6 +1070,8 @@ static struct usb_device_id rt2800usb_device_table[] = { #ifdef CONFIG_RT2800USB_RT33XX /* Belkin */ { USB_DEVICE(0x050d, 0x945b) }, + /* D-Link */ + { USB_DEVICE(0x2001, 0x3c17) }, /* Ralink */ { USB_DEVICE(0x148f, 0x3370) }, { USB_DEVICE(0x148f, 0x8070) }, @@ -1145,7 +1147,6 @@ static struct usb_device_id rt2800usb_device_table[] = { /* D-Link */ { USB_DEVICE(0x07d1, 0x3c0b) }, { USB_DEVICE(0x07d1, 0x3c17) }, - { USB_DEVICE(0x2001, 0x3c17) }, /* Edimax */ { USB_DEVICE(0x7392, 0x4085) }, /* Encore */ -- 1.7.9 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/