Date: Tue, 12 Nov 2013 02:34:48 +0000 (UTC) From: Kevin Lo <kevlo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r258028 - in head/sys/dev/usb: . wlan Message-ID: <201311120234.rAC2Ymsc028317@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevlo Date: Tue Nov 12 02:34:48 2013 New Revision: 258028 URL: http://svnweb.freebsd.org/changeset/base/258028 Log: Use the real product name for Edimax rsu(4) id. Modified: head/sys/dev/usb/usbdevs head/sys/dev/usb/wlan/if_rsu.c Modified: head/sys/dev/usb/usbdevs ============================================================================== --- head/sys/dev/usb/usbdevs Tue Nov 12 01:28:38 2013 (r258027) +++ head/sys/dev/usb/usbdevs Tue Nov 12 02:34:48 2013 (r258028) @@ -1611,7 +1611,7 @@ product DYNASTREAM ANTDEVBOARD2 0x1006 A product EDIMAX EW7318USG 0x7318 USB Wireless dongle product EDIMAX RTL8192SU_1 0x7611 RTL8192SU product EDIMAX RTL8192SU_2 0x7612 RTL8192SU -product EDIMAX RTL8192SU_3 0x7622 RTL8192SU +product EDIMAX EW7622UMN 0x7622 EW-7622UMn product EDIMAX RT2870_1 0x7711 RT2870 product EDIMAX EW7717 0x7717 EW-7717 product EDIMAX EW7718 0x7718 EW-7718 Modified: head/sys/dev/usb/wlan/if_rsu.c ============================================================================== --- head/sys/dev/usb/wlan/if_rsu.c Tue Nov 12 01:28:38 2013 (r258027) +++ head/sys/dev/usb/wlan/if_rsu.c Tue Nov 12 02:34:48 2013 (r258028) @@ -103,7 +103,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?201311120234.rAC2Ymsc028317>