Changes in uspace/drv/ohci/hc.c [9b640c42:53f1c87] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified uspace/drv/ohci/hc.c

    r9b640c42 r53f1c87  
    5858
    5959        char *match_str = NULL;
    60         int ret = asprintf(&match_str, "usb&class=hub");
     60        int ret = asprintf(&match_str, "usb&mid");
    6161        ret = (match_str == NULL) ? ret : EOK;
    6262        if (ret < 0) {
Note: See TracChangeset for help on using the changeset viewer.