diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 910359dd0a1..738c192f838 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 7291fe2da74..b9843444bd3 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 ec269523b48..ff78aae6cdf 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -441,6 +441,12 @@ const struct usb_knowndev usb_knowndevs[] = { "Atmel", "DWL-120 Wireless adapter", }, + { + USB_VENDOR_ATMEL, USB_PRODUCT_ATMEL_BW002, + 0, + "Atmel", + "BW002 Wireless adapter", + }, { USB_VENDOR_AVISION, USB_PRODUCT_AVISION_1200U, 0,