Source-Changes-HG archive

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

[src/netbsd-8]: src/sys/dev/usb Pull up following revision(s) (requested by m...



details:   https://anonhg.NetBSD.org/src/rev/52a6a826191a
branches:  netbsd-8
changeset: 370093:52a6a826191a
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Sep 16 18:34:20 2022 +0000

description:
Pull up following revision(s) (requested by msaitoh in ticket #1765):

        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 d8d7cb603dd1 -r 52a6a826191a sys/dev/usb/xhci.c
--- a/sys/dev/usb/xhci.c        Fri Sep 16 18:30:15 2022 +0000
+++ b/sys/dev/usb/xhci.c        Fri Sep 16 18:34:20 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: xhci.c,v 1.72.2.12 2019/11/16 16:30:09 martin Exp $    */
+/*     $NetBSD: xhci.c,v 1.72.2.13 2022/09/16 18:34:20 martin Exp $    */
 
 /*
  * Copyright (c) 2013 Jonathan A. Kollasch
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.72.2.12 2019/11/16 16:30:09 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.72.2.13 2022/09/16 18:34:20 martin Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -781,6 +781,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