|
@@ -28,6 +28,7 @@ usb_ohci_iso_td_data_overrun(int ret, ssize_t len) "DataOverrun %d > %zu"
|
|
usb_ohci_iso_td_data_underrun(int ret) "DataUnderrun %d"
|
|
usb_ohci_iso_td_data_underrun(int ret) "DataUnderrun %d"
|
|
usb_ohci_iso_td_nak(int ret) "got NAK/STALL %d"
|
|
usb_ohci_iso_td_nak(int ret) "got NAK/STALL %d"
|
|
usb_ohci_iso_td_bad_response(int ret) "Bad device response %d"
|
|
usb_ohci_iso_td_bad_response(int ret) "Bad device response %d"
|
|
|
|
+usb_ohci_td_bad_pid(const char *s, uint32_t edf, uint32_t tdf) "Bad pid %s: ed.flags 0x%x td.flags 0x%x"
|
|
usb_ohci_port_attach(int index) "port #%d"
|
|
usb_ohci_port_attach(int index) "port #%d"
|
|
usb_ohci_port_detach(int index) "port #%d"
|
|
usb_ohci_port_detach(int index) "port #%d"
|
|
usb_ohci_port_wakeup(int index) "port #%d"
|
|
usb_ohci_port_wakeup(int index) "port #%d"
|