Changes in uspace/lib/usb/src/recognise.c [189cd4e:206f71a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/recognise.c
r189cd4e r206f71a 369 369 goto failure; 370 370 } 371 rc = usb_endpoint_pipe_probe_default_control(&ctrl_pipe); 372 if (rc != EOK) { 373 goto failure; 374 } 371 375 372 376 /* … … 374 378 * naming etc., something more descriptive could be created. 375 379 */ 376 rc = asprintf(&child_name, "usb%02zu_a%d", 377 this_device_name_index, address); 380 rc = asprintf(&child_name, "usbdev%02zu", this_device_name_index); 378 381 if (rc < 0) { 379 382 goto failure;
Note:
See TracChangeset
for help on using the changeset viewer.