Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/src/recognise.c

    r189cd4e rbc1c6fb  
    374374         * naming etc., something more descriptive could be created.
    375375         */
    376         rc = asprintf(&child_name, "usb%02zu_a%d",
    377             this_device_name_index, address);
     376        rc = asprintf(&child_name, "usbdev%02zu", this_device_name_index);
    378377        if (rc < 0) {
    379378                goto failure;
Note: See TracChangeset for help on using the changeset viewer.