MFNetBSD:
revision 1.54 date: 2001/11/09 14:59:11; author: augustss; state: Exp; lines: +2 -1 Add a debug message.
This commit is contained in:
parent
48d09ba63f
commit
44e0c682e0
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: usb.c,v 1.53 2001/01/23 17:04:30 augustss Exp $ */
|
||||
/* $NetBSD: usb.c,v 1.54 2001/11/09 14:59:11 augustss Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
/*
|
||||
@ -767,6 +767,7 @@ usb_add_event(int type, struct usb_event *uep)
|
||||
void
|
||||
usb_schedsoftintr(usbd_bus_handle bus)
|
||||
{
|
||||
DPRINTFN(10,("usb_schedsoftintr: polling=%d\n", bus->use_polling));
|
||||
#ifdef USB_USE_SOFTINTR
|
||||
if (bus->use_polling) {
|
||||
bus->methods->soft_intr(bus);
|
||||
|
Loading…
x
Reference in New Issue
Block a user