Changeset e18e0d6 in mainline for uspace/drv/uhci-hcd/uhci.c
- Timestamp:
- 2011-03-23T20:16:21Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 50114ef, 538bb6b, 55e388a1
- Parents:
- 11dd29b (diff), 05ead5c (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
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/uhci.c
r11dd29b re18e0d6 182 182 if (ret != EOK) { 183 183 usb_log_warning("Failed to enable interrupts: %s.\n", 184 str_error(r c));184 str_error(ret)); 185 185 usb_log_info("HW interrupts not available, " \ 186 186 "falling back to polling.\n");
Note:
See TracChangeset
for help on using the changeset viewer.