summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjal2 <jal2>2003-12-27 00:33:47 +0000
committerjal2 <jal2>2003-12-27 00:33:47 +0000
commit56a99cc0e892d416df5f697ffbfab79654b1235a (patch)
treecab326daf3424e14021038630728c7c621f93ec9
parentec63d711533fcf69c956a6eee5cb451c12c9ad73 (diff)
moved d5c/a002 from *-rfmd.c into *-rfmd-acc.c
-rw-r--r--at76c503-rfmd-acc.c6
-rw-r--r--at76c503-rfmd.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/at76c503-rfmd-acc.c b/at76c503-rfmd-acc.c
index be173eb..380cbfb 100644
--- a/at76c503-rfmd-acc.c
+++ b/at76c503-rfmd-acc.c
@@ -1,6 +1,6 @@
/* -*- linux-c -*- */
/*
- * $Id: at76c503-rfmd-acc.c,v 1.6 2003/12/27 00:03:34 jal2 Exp $
+ * $Id: at76c503-rfmd-acc.c,v 1.7 2003/12/27 00:33:47 jal2 Exp $
*
* Driver for at76c503-based devices based on the Atmel "Fast-Vnet" reference
* design using RFMD radio chips in the Accton OEM layout.
@@ -53,11 +53,15 @@
/* USB Device IDs supported by this driver */
+#define VENDOR_ID_BELKIN 0x0d5c
+#define PRODUCT_ID_BELKIN_F5D6050 0xa002 /* Belkin F5D6050 / SMC 2662W v2 / SMC 2662W-AR */
+
#define VENDOR_ID_SMC 0x083a
#define PRODUCT_ID_SMC_2664W 0x3501
static struct usb_device_id dev_table[] = {
{ USB_DEVICE(VENDOR_ID_SMC, PRODUCT_ID_SMC_2664W) },
+ { USB_DEVICE(VENDOR_ID_BELKIN, PRODUCT_ID_BELKIN_F5D6050 ) },
{ }
};
/*---------------------------------------------------------------------------*/
diff --git a/at76c503-rfmd.c b/at76c503-rfmd.c
index 3915364..3d8491f 100644
--- a/at76c503-rfmd.c
+++ b/at76c503-rfmd.c
@@ -1,6 +1,6 @@
/* -*- linux-c -*- */
/*
- * $Id: at76c503-rfmd.c,v 1.18 2003/12/27 00:03:34 jal2 Exp $
+ * $Id: at76c503-rfmd.c,v 1.19 2003/12/27 00:33:48 jal2 Exp $
*
* Driver for at76c503-based devices based on the Atmel "Fast-Vnet" reference
* design using RFMD radio chips
@@ -66,9 +66,6 @@
#define PRODUCT_ID_ATMEL_503R 0x7605 /* Generic AT76C503/RFMD device */
#define PRODUCT_ID_W_BUDDIE_WN210 0x4102 /* AirVast W-Buddie WN210 */
-#define VENDOR_ID_BELKIN 0x0d5c
-#define PRODUCT_ID_BELKIN_F5D6050 0xa002 /* Belkin F5D6050 / SMC 2662W v2 */
-
#define VENDOR_ID_DYNALINK 0x069a
#define PRODUCT_ID_DYNALINK_WLL013_R 0x0321 /* Dynalink/Askey WLL013 (rfmd) */
@@ -106,7 +103,6 @@
static struct usb_device_id dev_table[] = {
{ USB_DEVICE(VENDOR_ID_ATMEL, PRODUCT_ID_ATMEL_503R ) },
- { USB_DEVICE(VENDOR_ID_BELKIN, PRODUCT_ID_BELKIN_F5D6050 ) },
{ USB_DEVICE(VENDOR_ID_DYNALINK, PRODUCT_ID_DYNALINK_WLL013_R ) },
{ USB_DEVICE(VENDOR_ID_LINKSYS, PRODUCT_ID_LINKSYS_WUSB11_V26) },
{ USB_DEVICE(VENDOR_ID_LINKSYS, PRODUCT_ID_NE_NWU11B ) },