diff options
author | bms <bms@FreeBSD.org> | 2003-12-16 17:54:41 +0000 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2003-12-16 17:54:41 +0000 |
commit | e78731536befea09d42f6e0f6f219b4fa29613a1 (patch) | |
tree | b34842d5d165f9570ba122c0de6dc6bd3ebd80fc /sys/dev/usb/usbdevs.h | |
parent | 5443bd4c65a5c33099df3c11c47c7dcb4acbfeac (diff) | |
download | FreeBSD-src-e78731536befea09d42f6e0f6f219b4fa29613a1.zip FreeBSD-src-e78731536befea09d42f6e0f6f219b4fa29613a1.tar.gz |
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.
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |