Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 2018 11:43:58 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r329198 - head/sys/dev/usb
Message-ID:  <201802131143.w1DBhwXt019111@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Tue Feb 13 11:43:57 2018
New Revision: 329198
URL: https://svnweb.freebsd.org/changeset/base/329198

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

Modified:
  head/sys/dev/usb/usbdi.h

Modified: head/sys/dev/usb/usbdi.h
==============================================================================
--- head/sys/dev/usb/usbdi.h	Tue Feb 13 10:11:39 2018	(r329197)
+++ head/sys/dev/usb/usbdi.h	Tue Feb 13 11:43:57 2018	(r329198)
@@ -336,7 +336,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?201802131143.w1DBhwXt019111>