diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-03-27 13:00:56 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-03-27 13:00:56 +0000 |
commit | e45cbc6cc545c11570a9c8dc09ffa0810069a26d (patch) | |
tree | d650d9839261e8164102a8293ac79e4ae3119a79 /sys/dev/usb | |
parent | e6e60609e44c4d693d0aa12206ab6c949e0d2491 (diff) |
add ASUS USB-N11. Looks like someone got the vid/pid mixed up in
the final product, verified in multiple windows drivers and linux
driver provided by ASUS.
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/usbdevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 9329eac302f..2b263dacc2a 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.419 2009/03/27 11:31:38 jsg Exp $ +$OpenBSD: usbdevs,v 1.420 2009/03/27 13:00:55 jsg Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -515,6 +515,7 @@ vendor CMOTECH 0x16d8 CMOTECH vendor AXESSTEL 0x1726 Axesstel vendor LINKSYS4 0x1737 Linksys vendor SENAO 0x1740 Senao +vendor ASUS2 0x1761 ASUS vendor METAGEEK 0x1781 MetaGeek vendor AMIT 0x18c5 AMIT vendor QCOM 0x18e8 Qcom @@ -818,6 +819,7 @@ product ASIX AX88178 0x1780 AX88178 product ASIX AX88772 0x7720 AX88772 /* ASUS products */ +product ASUS2 USBN11 0x0b05 USB-N11 product ASUS RT2570 0x1706 RT2570 product ASUS RT2570_2 0x1707 RT2570 product ASUS RT2573_1 0x1723 RT2573 |