Changeset 2c2cbcf in mainline for uspace/lib/usb/src/devdrv.c
- Timestamp:
- 2011-04-17T10:46:16Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ab4a48
- Parents:
- a91fbb1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/devdrv.c
ra91fbb1 r2c2cbcf 236 236 237 237 /* It is worth to start a long transfer. */ 238 rc = usb_pipe_start_long_transfer(ctrl_pipe); 239 if (rc != EOK) { 240 return rc; 241 } 238 usb_pipe_start_long_transfer(ctrl_pipe); 242 239 243 240 /* Get the device descriptor. */
Note:
See TracChangeset
for help on using the changeset viewer.