Changeset 0c00dac in mainline for uspace/drv/uhci-rhd/port.c
- Timestamp:
- 2011-02-18T13:36:52Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 026d6e2, 50ba203, b6c7da6
- Parents:
- ec59693 (diff), 6427cf67 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-rhd/port.c
rec59693 r0c00dac 140 140 141 141 /* get address of the future device */ 142 const usb_address_t usb_address = usb_hc_request_address(&port->hc_connection); 142 const usb_address_t usb_address = usb_hc_request_address( 143 &port->hc_connection, true); 143 144 144 145 if (usb_address <= 0) { … … 150 151 151 152 /* get default address */ 152 int ret = usb_hc_reserve_default_address(&port->hc_connection );153 int ret = usb_hc_reserve_default_address(&port->hc_connection, true); 153 154 if (ret != EOK) { 154 155 usb_log_error("Failed to reserve default address on port %d.\n",
Note:
See TracChangeset
for help on using the changeset viewer.