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


Ignore:
File:
1 edited

Legend:

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

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