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

Gavin Atkinson gavin at FreeBSD.org
Sun Jul 3 21:05:11 UTC 2011


Author: gavin
Date: Sun Jul  3 21:05:10 2011
New Revision: 223745
URL: http://svn.freebsd.org/changeset/base/223745

Log:
  Merge r223446 from head:
  
    Use USB_VENDOR_OVISLINK define rather than the vendor ID.
  
  PR:		usb/158142
  Submitted by:	Robert Millan <rmh debian.org>

Modified:
  stable/8/sys/dev/usb/wlan/if_urtw.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)

Modified: stable/8/sys/dev/usb/wlan/if_urtw.c
==============================================================================
--- stable/8/sys/dev/usb/wlan/if_urtw.c	Sun Jul  3 20:59:57 2011	(r223744)
+++ stable/8/sys/dev/usb/wlan/if_urtw.c	Sun Jul  3 21:05:10 2011	(r223745)
@@ -115,7 +115,7 @@ static const STRUCT_USB_HOST_ID urtw_dev
 	URTW_DEV_L(REALTEK, RTL8187),
 	URTW_DEV_L(SITECOMEU, WL168V1),
 	URTW_DEV_L(SURECOM, EP9001G2A),
-	{ USB_VPI(0x1b75, 0x8187, URTW_REV_RTL8187L) },
+	{ USB_VPI(USB_VENDOR_OVISLINK, 0x8187, URTW_REV_RTL8187L) },
 	{ USB_VPI(USB_VENDOR_DICKSMITH, 0x9401, URTW_REV_RTL8187L) },
 	{ USB_VPI(USB_VENDOR_HP, 0xca02, URTW_REV_RTL8187L) },
 	{ USB_VPI(USB_VENDOR_LOGITEC, 0x010c, URTW_REV_RTL8187L) },


More information about the svn-src-all mailing list