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) },
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to