svn commit: r273898 - stable/10/sys/dev/usb/wlan

Hans Petter Selasky hselasky at FreeBSD.org
Fri Oct 31 10:07:57 UTC 2014


Author: hselasky
Date: Fri Oct 31 10:07:56 2014
New Revision: 273898
URL: https://svnweb.freebsd.org/changeset/base/273898

Log:
  MFC 258028:
  Unbreak build of RSU module.
  Use the real product name for Edimax rsu(4) id.

Modified:
  stable/10/sys/dev/usb/wlan/if_rsu.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/usb/wlan/if_rsu.c
==============================================================================
--- stable/10/sys/dev/usb/wlan/if_rsu.c	Fri Oct 31 09:56:00 2014	(r273897)
+++ stable/10/sys/dev/usb/wlan/if_rsu.c	Fri Oct 31 10:07:56 2014	(r273898)
@@ -102,7 +102,7 @@ static const STRUCT_USB_HOST_ID rsu_devs
 	RSU_DEV_HT(DLINK2,		RTL8192SU_2),
 	RSU_DEV_HT(EDIMAX,		RTL8192SU_1),
 	RSU_DEV_HT(EDIMAX,		RTL8192SU_2),
-	RSU_DEV_HT(EDIMAX,		RTL8192SU_3),
+	RSU_DEV_HT(EDIMAX,		EW7622UMN),
 	RSU_DEV_HT(GUILLEMOT,		HWGUN54),
 	RSU_DEV_HT(GUILLEMOT,		HWNUM300),
 	RSU_DEV_HT(HAWKING,		RTL8192SU_1),


More information about the svn-src-all mailing list