Changeset 6298d80 in mainline for uspace/lib/usb/src/recognise.c
- Timestamp:
- 2011-03-14T02:01:54Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ff34e5a
- Parents:
- 17ceb72 (diff), 189cd4e (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/recognise.c
r17ceb72 r6298d80 374 374 * naming etc., something more descriptive could be created. 375 375 */ 376 rc = asprintf(&child_name, "usbdev%02zu", this_device_name_index); 376 rc = asprintf(&child_name, "usb%02zu_a%d", 377 this_device_name_index, address); 377 378 if (rc < 0) { 378 379 goto failure;
Note:
See TracChangeset
for help on using the changeset viewer.