|
@@ -671,9 +671,9 @@ void usbd_device_event_irq (struct usb_device_instance *device, usb_device_event
|
|
usbdbg("event %d - not handled",event);
|
|
usbdbg("event %d - not handled",event);
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
- /*usbdbg("%s event: %d oldstate: %d newstate: %d status: %d address: %d",
|
|
|
|
|
|
+ debug("%s event: %d oldstate: %d newstate: %d status: %d address: %d",
|
|
device->name, event, state,
|
|
device->name, event, state,
|
|
- device->device_state, device->status, device->address); */
|
|
|
|
|
|
+ device->device_state, device->status, device->address);
|
|
|
|
|
|
/* tell the bus interface driver */
|
|
/* tell the bus interface driver */
|
|
if( device->event ) {
|
|
if( device->event ) {
|