Changeset 5410c04 in mainline for uspace/lib/usb/src/hub.c
- Timestamp:
- 2011-04-09T16:11:41Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a9d67aa, c6394aa
- Parents:
- 8e8b84f (diff), 7b715892 (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/lib/usb/src/hub.c
r8e8b84f r5410c04 287 287 } 288 288 289 rc = usb_pipe_start_session(&ctrl_pipe);290 if (rc != EOK) {291 rc = ENOTCONN;292 goto leave_unregister_endpoint;293 }294 295 289 rc = usb_request_set_address(&ctrl_pipe, dev_addr); 296 290 if (rc != EOK) { … … 298 292 goto leave_stop_session; 299 293 } 300 301 usb_pipe_end_session(&ctrl_pipe);302 294 303 295 /*
Note:
See TracChangeset
for help on using the changeset viewer.