Date: Tue, 27 May 2014 01:58:05 +0000 (UTC) From: Kevin Lo <kevlo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r266722 - stable/10/sys/dev/usb/wlan Message-ID: <201405270158.s4R1w5AW099251@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevlo Date: Tue May 27 01:58:05 2014 New Revision: 266722 URL: http://svnweb.freebsd.org/changeset/base/266722 Log: MFC 266721: Remove r264317 by accident. Spotted by: Kuan-Chung Chiu Modified: stable/10/sys/dev/usb/wlan/if_urtwn.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/dev/usb/wlan/if_urtwn.c ============================================================================== --- stable/10/sys/dev/usb/wlan/if_urtwn.c Tue May 27 01:47:23 2014 (r266721) +++ stable/10/sys/dev/usb/wlan/if_urtwn.c Tue May 27 01:58:05 2014 (r266722) @@ -95,6 +95,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),
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405270158.s4R1w5AW099251>