summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/usbdevs5
-rw-r--r--sys/dev/usb/wlan/if_uath.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 183a77d..363f0e6 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -709,7 +709,10 @@ product ABOCOM WUG2700 0xb21f WUG2700
product ACCTON USB320_EC 0x1046 USB320-EC Ethernet Adapter
product ACCTON 2664W 0x3501 2664W
product ACCTON 111 0x3503 T-Sinus 111 Wireless Adapter
-product ACCTON SMCWUSBG 0x4505 SMCWUSB-G
+product ACCTON SMCWUSBG_NF 0x4505 SMCWUSB-G (no firmware)
+product ACCTON SMCWUSBG 0x4506 SMCWUSB-G
+product ACCTON SMCWUSBTG2_NF 0x4507 SMCWUSBT-G2 (no firmware)
+product ACCTON SMCWUSBTG2 0x4508 SMCWUSBT-G2
product ACCTON PRISM_GT 0x4521 PrismGT USB 2.0 WLAN
product ACCTON SS1001 0x5046 SpeedStream Ethernet Adapter
product ACCTON ZD1211B 0xe501 ZD1211B
diff --git a/sys/dev/usb/wlan/if_uath.c b/sys/dev/usb/wlan/if_uath.c
index 38f0d9b..0916483 100644
--- a/sys/dev/usb/wlan/if_uath.c
+++ b/sys/dev/usb/wlan/if_uath.c
@@ -174,6 +174,8 @@ enum {
/* recognized device vendors/products */
static const struct usb_device_id uath_devs[] = {
#define UATH_DEV(v,p) { USB_VP(USB_VENDOR_##v, USB_PRODUCT_##v##_##p) }
+ UATH_DEV(ACCTON, SMCWUSBG),
+ UATH_DEV(ACCTON, SMCWUSBTG2),
UATH_DEV(ATHEROS, AR5523),
UATH_DEV(ATHEROS2, AR5523_1),
UATH_DEV(ATHEROS2, AR5523_2),
OpenPOWER on IntegriCloud