summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uhub.c
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2002-04-07 10:29:48 +0000
committerJosef Karthauser <joe@FreeBSD.org>2002-04-07 10:29:48 +0000
commit60fb1d5b780f8529e3470c6258b65af9a087228f (patch)
tree4c0e932aafd18bbfa2ee402f03ab06572877482e /sys/dev/usb/uhub.c
parent76494611d27d7e18ca5d64b420251ffb1cfea558 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/uhub.c')
-rw-r--r--sys/dev/usb/uhub.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/uhub.c b/sys/dev/usb/uhub.c
index d3585907e263..3b7fcf416d19 100644
--- a/sys/dev/usb/uhub.c
+++ b/sys/dev/usb/uhub.c
@@ -1,4 +1,4 @@
-/* $NetBSD: uhub.c,v 1.49 2001/01/21 19:00:06 augustss Exp $ */
+/* $NetBSD: uhub.c,v 1.51 2001/10/24 15:30:17 augustss Exp $ */
/* $FreeBSD$ */
/*
@@ -361,8 +361,8 @@ uhub_explore(usbd_device_handle dev)
}
status = UGETW(up->status.wPortStatus);
change = UGETW(up->status.wPortChange);
- DPRINTFN(3,("uhub_explore: port %d status 0x%04x 0x%04x\n",
- port, status, change));
+ DPRINTFN(3,("uhub_explore: %s port %d status 0x%04x 0x%04x\n",
+ USBDEVNAME(sc->sc_dev), port, status, change));
if (change & UPS_C_PORT_ENABLED) {
DPRINTF(("uhub_explore: C_PORT_ENABLED\n"));
usbd_clear_port_feature(dev, port, UHF_C_PORT_ENABLE);