Changes in uspace/drv/usbhub/ports.c [5c1a65e:4708657] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/ports.c
r5c1a65e r4708657 95 95 * @param port port number, starting from 1 96 96 */ 97 void usb_hub_process_ interrupt(usb_hub_info_t *hub,97 void usb_hub_process_port_interrupt(usb_hub_info_t *hub, 98 98 uint16_t port) { 99 99 usb_log_debug("Interrupt at port %zu\n", (size_t) port);
Note:
See TracChangeset
for help on using the changeset viewer.