Changeset 7bd34e5 in mainline for uspace/drv/uhci/root_hub/port.c
- Timestamp:
- 2011-01-07T14:40:56Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8324b65
- Parents:
- 92f924c8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci/root_hub/port.c
r92f924c8 r7bd34e5 185 185 return EOK; 186 186 } 187 187 188 static usb_address_t assign_address_to_zero_device( device_t *hc ) 188 189 { … … 211 212 212 213 sync_value_t value; 214 sync_init(&value); 213 215 214 216 uhci_setup( … … 217 219 uhci_print_verbose("address assignment sent, waiting to complete.\n"); 218 220 219 //sync_wait_for(&value);221 sync_wait_for(&value); 220 222 221 223 uhci_print_info( "Assigned address %#x.\n", usb_address );
Note:
See TracChangeset
for help on using the changeset viewer.