Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nick-nhusb]: src/sys/dev/usb Report as USB 3.0
details: https://anonhg.NetBSD.org/src/rev/8ec6080b9533
branches: nick-nhusb
changeset: 334257:8ec6080b9533
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Oct 03 16:33:33 2015 +0000
description:
Report as USB 3.0
diffstat:
sys/dev/usb/xhci.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 112cd1b67056 -r 8ec6080b9533 sys/dev/usb/xhci.c
--- a/sys/dev/usb/xhci.c Sat Oct 03 16:32:25 2015 +0000
+++ b/sys/dev/usb/xhci.c Sat Oct 03 16:33:33 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xhci.c,v 1.28.2.39 2015/09/29 11:38:29 skrll Exp $ */
+/* $NetBSD: xhci.c,v 1.28.2.40 2015/10/03 16:33:33 skrll Exp $ */
/*
* Copyright (c) 2013 Jonathan A. Kollasch
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.28.2.39 2015/09/29 11:38:29 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.28.2.40 2015/10/03 16:33:33 skrll Exp $");
#include "opt_usb.h"
@@ -661,8 +661,7 @@
XHCIHIST_FUNC(); XHCIHIST_CALLED();
- /* XXX Low/Full/High speeds for now */
- sc->sc_bus.ub_revision = USBREV_2_0;
+ sc->sc_bus.ub_revision = USBREV_3_0;
sc->sc_bus.ub_usedma = true;
cap = xhci_read_4(sc, XHCI_CAPLENGTH);
Home |
Main Index |
Thread Index |
Old Index