From e78731536befea09d42f6e0f6f219b4fa29613a1 Mon Sep 17 00:00:00 2001 From: bms Date: Tue, 16 Dec 2003 17:54:41 +0000 Subject: Add device IDs for the Bluetake BW002, yet another Atmel AT76C503A variant. These are found in a flavour of MiniITX board which I'm playing with right now. --- sys/dev/usb/usbdevs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/usb/usbdevs.h') 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 */ -- cgit v1.1