Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Feb 2016 01:56:58 +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: r295907 - in head/sys/dev/usb: . wlan
Message-ID:  <201602230156.u1N1uwaC091285@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Tue Feb 23 01:56:58 2016
New Revision: 295907
URL: https://svnweb.freebsd.org/changeset/base/295907

Log:
  Add device ID for 'AboCom 802.11n' usb.
  
  PR:	207412
  Submitted by:	Philippe Michaud-Boudreault <pitwuu at gmail dot com>

Modified:
  head/sys/dev/usb/usbdevs
  head/sys/dev/usb/wlan/if_urtwn.c

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Tue Feb 23 01:19:26 2016	(r295906)
+++ head/sys/dev/usb/usbdevs	Tue Feb 23 01:56:58 2016	(r295907)
@@ -835,6 +835,7 @@ product ABOCOM RT2573_4		0xb21e	RT2573
 product ABOCOM RTL8188CU_1	0x8188  RTL8188CU
 product ABOCOM RTL8188CU_2	0x8189  RTL8188CU
 product ABOCOM RTL8192CU	0x8178  RTL8192CU
+product ABOCOM RTL8188EU	0x8179  RTL8188EU
 product ABOCOM WUG2700		0xb21f	WUG2700
 
 /* Acton Research Corp. */

Modified: head/sys/dev/usb/wlan/if_urtwn.c
==============================================================================
--- head/sys/dev/usb/wlan/if_urtwn.c	Tue Feb 23 01:19:26 2016	(r295906)
+++ head/sys/dev/usb/wlan/if_urtwn.c	Tue Feb 23 01:56:58 2016	(r295907)
@@ -176,6 +176,7 @@ static const STRUCT_USB_HOST_ID urtwn_de
 	URTWN_DEV(TRENDNET,	RTL8192CU),
 	URTWN_DEV(ZYXEL,	RTL8192CU),
 	/* URTWN_RTL8188E */
+	URTWN_RTL8188E_DEV(ABOCOM,	RTL8188EU),
 	URTWN_RTL8188E_DEV(DLINK,	DWA123D1),
 	URTWN_RTL8188E_DEV(DLINK,	DWA125D1),
 	URTWN_RTL8188E_DEV(ELECOM,	WDC150SU2M),



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