summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ukbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/ukbd.c')
-rw-r--r--sys/dev/usb/ukbd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/ukbd.c b/sys/dev/usb/ukbd.c
index 0d54e01..6bb1731 100644
--- a/sys/dev/usb/ukbd.c
+++ b/sys/dev/usb/ukbd.c
@@ -364,6 +364,7 @@ ukbd_detach(device_t self)
struct ukbd_softc *sc = device_get_softc(self);
char *devinfo = (char *) device_get_desc(self);
+ DPRINTF(("%s: disconnected\n", USBDEVNAME(self)));
if (sc->sc_enabled)
return (ENXIO);
OpenPOWER on IntegriCloud