Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/sys/dev/usb Pull up following revision(s) (requested by m...
details: https://anonhg.NetBSD.org/src/rev/34a1e65a531a
branches: netbsd-9
changeset: 370089:34a1e65a531a
user: martin <martin%NetBSD.org@localhost>
date: Fri Sep 16 18:32:49 2022 +0000
description:
Pull up following revision(s) (requested by msaitoh in ticket #1525):
sys/dev/usb/xhci.c: revision 1.154
Accept USB 3.2 in xhci_id_protocols().
diffstat:
sys/dev/usb/xhci.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 0eafadd68002 -r 34a1e65a531a sys/dev/usb/xhci.c
--- a/sys/dev/usb/xhci.c Fri Sep 16 18:27:38 2022 +0000
+++ b/sys/dev/usb/xhci.c Fri Sep 16 18:32:49 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xhci.c,v 1.107.2.9 2021/06/22 05:10:50 martin Exp $ */
+/* $NetBSD: xhci.c,v 1.107.2.10 2022/09/16 18:32:49 martin Exp $ */
/*
* Copyright (c) 2013 Jonathan A. Kollasch
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.107.2.9 2021/06/22 05:10:50 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.107.2.10 2022/09/16 18:32:49 martin Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
@@ -1175,6 +1175,7 @@
case 0x0300:
case 0x0301:
case 0x0310:
+ case 0x0320:
aprint_debug_dev(sc->sc_dev, " %s ports %d - %d\n",
major == 3 ? "ss" : "hs", cpo, cpo + cpc -1);
break;
Home |
Main Index |
Thread Index |
Old Index