Changeset 4267908 in mainline for uspace/drv/bus/usb/ohci
- Timestamp:
- 2011-10-27T10:45:08Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 83c3123
- Parents:
- 069b80d
- File:
-
- 1 edited
-
uspace/drv/bus/usb/ohci/ohci.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/ohci.c
r069b80d r4267908 89 89 &dev_to_ohci(fun->dev)->hc.generic.dev_manager; 90 90 91 const usb_address_t addr = usb_device_manager_find(manager, handle); 91 const usb_address_t addr = 92 usb_device_manager_find_address(manager, handle); 92 93 if (addr < 0) { 93 94 return addr;
Note:
See TracChangeset
for help on using the changeset viewer.
