Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 2014 10:07:56 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@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: r273898 - stable/10/sys/dev/usb/wlan
Message-ID:  <201410311007.s9VA7uRl026093@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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),



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410311007.s9VA7uRl026093>