summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjal2 <jal2>2003-09-30 22:52:02 +0000
committerjal2 <jal2>2003-09-30 22:52:02 +0000
commit8b803286deb2515aab0fc3ae5a12772fff343987 (patch)
treefe33f02ab885dfb2d094ccdc13bddeea47eafd4b
parent7b156d2bdf90a07abd52e2bdd27c64c4d7e637bf (diff)
added device Fiberline WL240U
-rw-r--r--at76c505-rfmd.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/at76c505-rfmd.c b/at76c505-rfmd.c
index 4ad7ba5..1ca3a71 100644
--- a/at76c505-rfmd.c
+++ b/at76c505-rfmd.c
@@ -53,9 +53,12 @@
#define VENDOR_ID_ATMEL 0x03eb
#define PRODUCT_ID_ATMEL_505R 0x7606 /* Generic AT76C505/RFMD device */
-
+#define VENDOR_ID_CNET 0x1371
+#define PRODUCT_ID_FL_WL240U 0x0014 /* Fiberline WL-240U with the
+ CNet vendor id */
static struct usb_device_id dev_table[] = {
{ USB_DEVICE(VENDOR_ID_ATMEL, PRODUCT_ID_ATMEL_505R ) },
+ { USB_DEVICE(VENDOR_ID_CNET, PRODUCT_ID_FL_WL240U ) },
{ }
};