Changeset 983e135 in mainline for uspace/drv/bus/usb/usbhub/ports.c
- Timestamp:
- 2011-09-19T13:31:23Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5b6f8dd
- Parents:
- d46b13d
- File:
-
- 1 edited
-
uspace/drv/bus/usb/usbhub/ports.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/ports.c
rd46b13d r983e135 95 95 * @param port port number, starting from 1 96 96 */ 97 void usb_hub_process_port_interrupt(usb_hub_info_t *hub, 98 uint16_t port){97 void usb_hub_process_port_interrupt(usb_hub_info_t *hub, uint16_t port) 98 { 99 99 usb_log_debug("Interrupt at port %zu\n", (size_t) port); 100 100 //determine type of change
Note:
See TracChangeset
for help on using the changeset viewer.
