Changeset 7972b51 in mainline for uspace/drv/uhci/main.c
- Timestamp:
- 2010-12-03T10:38:17Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4570779, 62c9661
- Parents:
- 1f43c8f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci/main.c
r1f43c8f r7972b51 77 77 /* 78 78 * We need to announce the presence of our root hub. 79 * Commented out until the problem which causes the whole task to80 * block is solved.81 79 */ 82 //usb_hcd_add_root_hub(device);80 usb_hcd_add_root_hub(device); 83 81 84 82 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.