svn commit: r206292 - stable/8/sys/dev/usb/wlan

Andrew Thompson thompsa at FreeBSD.org
Tue Apr 6 23:16:10 UTC 2010


Author: thompsa
Date: Tue Apr  6 23:16:09 2010
New Revision: 206292
URL: http://svn.freebsd.org/changeset/base/206292

Log:
  MFC r203139
  
   Add device ID.
  
  PR:		usb/142427

Modified:
  stable/8/sys/dev/usb/wlan/if_rum.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/dev/usb/wlan/if_rum.c
==============================================================================
--- stable/8/sys/dev/usb/wlan/if_rum.c	Tue Apr  6 23:15:44 2010	(r206291)
+++ stable/8/sys/dev/usb/wlan/if_rum.c	Tue Apr  6 23:16:09 2010	(r206292)
@@ -104,6 +104,7 @@ static const struct usb_device_id rum_de
     RUM_DEV(COREGA, CGWLUSB2GPX),
     RUM_DEV(DICKSMITH, CWD854F),
     RUM_DEV(DICKSMITH, RT2573),
+    RUM_DEV(EDIMAX, EW7318USG),
     RUM_DEV(DLINK2, DWLG122C1),
     RUM_DEV(DLINK2, WUA1340),
     RUM_DEV(DLINK2, DWA111),


More information about the svn-src-all mailing list