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