Changes in uspace/drv/uhci/main.c [7972b51:f0da4eb2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci/main.c
r7972b51 rf0da4eb2 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 to 80 * block is solved. 79 81 */ 80 usb_hcd_add_root_hub(device);82 //usb_hcd_add_root_hub(device); 81 83 82 84 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.