svn commit: r295907 - in head/sys/dev/usb: . wlan

Kevin Lo kevlo at FreeBSD.org
Tue Feb 23 01:57:00 UTC 2016


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),


More information about the svn-src-head mailing list