Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Accept USB 3.2 in xhci_id_protocols().



details:   https://anonhg.NetBSD.org/src/rev/f0a3aeb1b923
branches:  trunk
changeset: 359823:f0a3aeb1b923
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Jan 25 11:17:39 2022 +0000

description:
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 d27ff72ac57c -r f0a3aeb1b923 sys/dev/usb/xhci.c
--- a/sys/dev/usb/xhci.c        Tue Jan 25 10:51:36 2022 +0000
+++ b/sys/dev/usb/xhci.c        Tue Jan 25 11:17:39 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: xhci.c,v 1.153 2022/01/16 20:25:36 riastradh Exp $     */
+/*     $NetBSD: xhci.c,v 1.154 2022/01/25 11:17:39 msaitoh Exp $       */
 
 /*
  * Copyright (c) 2013 Jonathan A. Kollasch
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.153 2022/01/16 20:25:36 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.154 2022/01/25 11:17:39 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -1179,6 +1179,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