Changes in uspace/lib/usb/src/recognise.c [2211125e:206f71a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/recognise.c
r2211125e r206f71a 247 247 #undef VENDOR_ONLY_FMT 248 248 #undef VENDOR_ONLY_ARGS 249 250 /* As a last resort, try fallback driver. */251 ADD_MATCHID_OR_RETURN(matches, 10, "usb&interface&fallback");252 249 253 250 return EOK; … … 294 291 } 295 292 296 /* As a last resort, try fallback driver. */297 ADD_MATCHID_OR_RETURN(matches, 10, "usb&fallback");298 299 293 return EOK; 300 294 } … … 384 378 * naming etc., something more descriptive could be created. 385 379 */ 386 rc = asprintf(&child_name, "usb%02zu_a%d", 387 this_device_name_index, address); 380 rc = asprintf(&child_name, "usbdev%02zu", this_device_name_index); 388 381 if (rc < 0) { 389 382 goto failure;
Note:
See TracChangeset
for help on using the changeset viewer.