Changeset 66a54cc in mainline for uspace/lib/usb/src
- Timestamp:
- 2011-04-01T14:45:21Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 03eea27
- Parents:
- 87b52c9
- Location:
- uspace/lib/usb/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/devdrv.c
r87b52c9 r66a54cc 251 251 &dev->descriptors.configuration_size); 252 252 if (rc != EOK) { 253 usb_log_error("Failed retrieving configuration descriptor: %s. \n",253 usb_log_error("Failed retrieving configuration descriptor: %s. %s\n", 254 254 dev->ddf_dev->name, str_error(rc)); 255 255 return rc; -
uspace/lib/usb/src/request.c
r87b52c9 r66a54cc 529 529 return rc; 530 530 } 531 532 531 if (bare_config.descriptor_type != USB_DESCTYPE_CONFIGURATION) { 533 532 return ENOENT;
Note:
See TracChangeset
for help on using the changeset viewer.