Changes in uspace/lib/usb/src/recognise.c [206f71a:93855d4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/recognise.c
r206f71a r93855d4 291 291 } 292 292 293 /* As a last resort, try fallback driver. */ 294 ADD_MATCHID_OR_RETURN(matches, 10, "usb&fallback"); 295 293 296 return EOK; 294 297 } … … 378 381 * naming etc., something more descriptive could be created. 379 382 */ 380 rc = asprintf(&child_name, "usbdev%02zu", this_device_name_index); 383 rc = asprintf(&child_name, "usb%02zu_a%d", 384 this_device_name_index, address); 381 385 if (rc < 0) { 382 386 goto failure;
Note:
See TracChangeset
for help on using the changeset viewer.