Changeset 63862a0 in mainline for uspace/drv/usbhub/ports.c
- Timestamp:
- 2011-05-30T20:01:42Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 06f9d8fb, d754f59
- Parents:
- 173922f (diff), be8d907 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/drv/usbhub/ports.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/ports.c
r173922f r63862a0 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.
