Author: kevlo
Date: Thu Apr 10 14:37:37 2014
New Revision: 264317
URL: http://svnweb.freebsd.org/changeset/base/264317

Log:
  Add the Asus USB-N10 NANO.
  
  Tested by:    Kuan-Chung Chiu <[email protected]>

Modified:
  head/share/man/man4/urtwn.4
  head/sys/dev/usb/usbdevs
  head/sys/dev/usb/wlan/if_urtwn.c

Modified: head/share/man/man4/urtwn.4
==============================================================================
--- head/share/man/man4/urtwn.4 Thu Apr 10 10:56:11 2014        (r264316)
+++ head/share/man/man4/urtwn.4 Thu Apr 10 14:37:37 2014        (r264317)
@@ -83,6 +83,7 @@ firmware license
 The following adapters should work:
 .Pp
 .Bl -tag -width Ds -offset indent -compact
+.It ASUS USB-N10 NANO
 .It Belkin F7D1102 Surf Wireless Micro
 .It D-Link DWA-131
 .It Edimax EW-7811Un

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs    Thu Apr 10 10:56:11 2014        (r264316)
+++ head/sys/dev/usb/usbdevs    Thu Apr 10 14:37:37 2014        (r264317)
@@ -1190,6 +1190,7 @@ product   ASUS RT3070_1           0x1790  RT3070
 product ASUS USBN10            0x1786  USB-N10
 product ASUS RTL8192CU         0x17ab  RTL8192CU
 product ASUS USBN66            0x17ad  USB-N66
+product ASUS USBN10NANO                0x17ba  USB-N10 Nano
 product ASUS RTL8192SU         0x1791  RTL8192SU
 product ASUS A730W             0x4202  ASUS MyPal A730W
 product ASUS P535              0x420f  ASUS P535 PDA

Modified: head/sys/dev/usb/wlan/if_urtwn.c
==============================================================================
--- head/sys/dev/usb/wlan/if_urtwn.c    Thu Apr 10 10:56:11 2014        
(r264316)
+++ head/sys/dev/usb/wlan/if_urtwn.c    Thu Apr 10 14:37:37 2014        
(r264317)
@@ -92,6 +92,7 @@ static const STRUCT_USB_HOST_ID urtwn_de
        URTWN_DEV(ABOCOM,       RTL8188CU_2),
        URTWN_DEV(ABOCOM,       RTL8192CU),
        URTWN_DEV(ASUS,         RTL8192CU),
+       URTWN_DEV(ASUS,         USBN10NANO),
        URTWN_DEV(AZUREWAVE,    RTL8188CE_1),
        URTWN_DEV(AZUREWAVE,    RTL8188CE_2),
        URTWN_DEV(AZUREWAVE,    RTL8188CU),
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to