Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2018 08:00:01 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r330015 - stable/11/sys/dev/usb
Message-ID:  <201802260800.w1Q801Zu062054@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Mon Feb 26 08:00:01 2018
New Revision: 330015
URL: https://svnweb.freebsd.org/changeset/base/330015

Log:
  MFC r329198:
  Fix for incorrect PnP information used by devmatch(8).
  
  Sponsored by:	Mellanox Technologies

Modified:
  stable/11/sys/dev/usb/usbdi.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/usb/usbdi.h
==============================================================================
--- stable/11/sys/dev/usb/usbdi.h	Mon Feb 26 07:57:56 2018	(r330014)
+++ stable/11/sys/dev/usb/usbdi.h	Mon Feb 26 08:00:01 2018	(r330015)
@@ -334,7 +334,7 @@ struct usb_device_id {
 	unsigned long driver_info;
 } __aligned(32);
 
-#define USB_STD_PNP_INFO "M16:mask;U16:vendor;U16:product;L16:product;G16:product;" \
+#define USB_STD_PNP_INFO "M16:mask;U16:vendor;U16:product;L16:release;G16:release;" \
 	"U8:devclass;U8:devsubclass;U8:devprotocol;" \
 	"U8:intclass;U8:intsubclass;U8:intprotocol;"
 #define USB_STD_PNP_HOST_INFO USB_STD_PNP_INFO "T:mode=host;"



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