Changeset e160da4d in mainline for uspace/app/usbinfo/dev.c
- Timestamp:
- 2011-03-17T21:11:52Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- da77278
- Parents:
- 81ca204
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/usbinfo/dev.c
r81ca204 re160da4d 93 93 } 94 94 95 rc = usb_request_get_full_configuration_descriptor_alloc( 96 &dev->ctrl_pipe, 0, (void **)&dev->full_configuration_descriptor, 97 &dev->full_configuration_descriptor_size); 98 if (rc != EOK) { 99 fprintf(stderr, 100 NAME ": failed to retrieve configuration descriptor: %s.\n", 101 str_error(rc)); 102 goto leave; 103 } 104 95 105 return dev; 96 106
Note:
See TracChangeset
for help on using the changeset viewer.