Changeset 7d6a676 in mainline for uspace/drv/uhci-hcd/uhci_hc.c
- Timestamp:
- 2011-03-21T14:20:23Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5d1db18
- Parents:
- 925e099
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/uhci_hc.c
r925e099 r7d6a676 121 121 fibril_create(uhci_hc_interrupt_emulator, instance); 122 122 fibril_add_ready(instance->cleaner); 123 } else { 124 /* TODO: enable interrupts here */ 123 125 } 124 126
Note:
See TracChangeset
for help on using the changeset viewer.