svn commit: r330015 - stable/11/sys/dev/usb
Hans Petter Selasky
hselasky at FreeBSD.org
Mon Feb 26 08:00:02 UTC 2018
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;"
More information about the svn-src-stable
mailing list