Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jun 2011 22:08:56 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r223446 - head/sys/dev/usb/wlan
Message-ID:  <201106222208.p5MM8uE1070718@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gavin
Date: Wed Jun 22 22:08:55 2011
New Revision: 223446
URL: http://svn.freebsd.org/changeset/base/223446

Log:
  Use USB_VENDOR_OVISLINK define rather than the vendor ID.
  
  PR:		usb/158142
  Submitted by:	Robert Millan <rmh debian.org>
  MFC after:	1 week

Modified:
  head/sys/dev/usb/wlan/if_urtw.c

Modified: head/sys/dev/usb/wlan/if_urtw.c
==============================================================================
--- head/sys/dev/usb/wlan/if_urtw.c	Wed Jun 22 22:05:37 2011	(r223445)
+++ head/sys/dev/usb/wlan/if_urtw.c	Wed Jun 22 22:08:55 2011	(r223446)
@@ -115,7 +115,7 @@ static const struct usb_device_id urtw_d
 	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) },



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106222208.p5MM8uE1070718>