Changeset 7d5708d in mainline for uspace/drv/bus/usb/ohci/hc.c
- Timestamp:
- 2011-07-12T10:58:45Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b4f291d
- Parents:
- 0c224b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hc.c
r0c224b2 r7d5708d 373 373 /* Check for root hub communication */ 374 374 if (batch->ep->address == instance->rh.address) { 375 return rh_request(&instance->rh, batch); 375 rh_request(&instance->rh, batch); 376 return EOK; 376 377 } 377 378
Note:
See TracChangeset
for help on using the changeset viewer.