mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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.
This commit is contained in:
parent
958557e9c7
commit
b6679af8f0
3 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue