Changes in / [206f71a:c69209d] in mainline
- Location:
- uspace
- Files:
-
- 2 added
- 3 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/recognise.c
r206f71a rc69209d 378 378 * naming etc., something more descriptive could be created. 379 379 */ 380 rc = asprintf(&child_name, "usbdev%02zu", this_device_name_index); 380 rc = asprintf(&child_name, "usb%02zu_a%d", 381 this_device_name_index, address); 381 382 if (rc < 0) { 382 383 goto failure;
Note:
See TracChangeset
for help on using the changeset viewer.