summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/usbdevs1
-rw-r--r--sys/dev/usb/usbdevs.h1
-rw-r--r--sys/dev/usb/usbdevs_data.h6
3 files changed, 8 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 910359d..738c192 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -482,6 +482,7 @@ product ATEN UC232A 0x2008 Serial adapter
/* Atmel Comp. products */
product ATMEL UHB124 0x3301 UHB124 hub
product ATMEL DWL120 0x7602 DWL-120 Wireless adapter
+product ATMEL BW002 0x7605 BW002 Wireless adapter
/* Avision products */
product AVISION 1200U 0x0268 1200U scanner
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 7291fe2..b984344 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -489,6 +489,7 @@
/* Atmel Comp. products */
#define USB_PRODUCT_ATMEL_UHB124 0x3301 /* UHB124 hub */
#define USB_PRODUCT_ATMEL_DWL120 0x7602 /* DWL-120 Wireless adapter */
+#define USB_PRODUCT_ATMEL_BW002 0x7605 /* BW002 Wireless adapter */
/* Avision products */
#define USB_PRODUCT_AVISION_1200U 0x0268 /* 1200U scanner */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index ec26952..ff78aae 100644
--- a/sys/dev/usb/usbdevs_data.h
+++ b/sys/dev/usb/usbdevs_data.h
@@ -442,6 +442,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"DWL-120 Wireless adapter",
},
{
+ USB_VENDOR_ATMEL, USB_PRODUCT_ATMEL_BW002,
+ 0,
+ "Atmel",
+ "BW002 Wireless adapter",
+ },
+ {
USB_VENDOR_AVISION, USB_PRODUCT_AVISION_1200U,
0,
"Avision",
OpenPOWER on IntegriCloud