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

Hans Petter Selasky hselasky at FreeBSD.org
Tue May 21 06:03:33 UTC 2013


Author: hselasky
Date: Tue May 21 06:03:32 2013
New Revision: 250843
URL: http://svnweb.freebsd.org/changeset/base/250843

Log:
  Add new USB ID.
  
  PR:		usb/177173

Modified:
  stable/8/sys/dev/usb/wlan/if_rum.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/dev/   (props changed)
  stable/8/sys/dev/usb/   (props changed)

Modified: stable/8/sys/dev/usb/wlan/if_rum.c
==============================================================================
--- stable/8/sys/dev/usb/wlan/if_rum.c	Tue May 21 06:01:41 2013	(r250842)
+++ stable/8/sys/dev/usb/wlan/if_rum.c	Tue May 21 06:03:32 2013	(r250843)
@@ -120,6 +120,7 @@ static const STRUCT_USB_HOST_ID rum_devs
     RUM_DEV(HUAWEI3COM, WUB320G),
     RUM_DEV(MELCO, G54HP),
     RUM_DEV(MELCO, SG54HP),
+    RUM_DEV(MELCO, SG54HG),
     RUM_DEV(MELCO, WLIUCG),
     RUM_DEV(MELCO, WLRUCG),
     RUM_DEV(MELCO, WLRUCGAOSS),


More information about the svn-src-stable-8 mailing list