Changeset 98169ab in mainline for uspace/drv/ohci/hc.c


Ignore:
Timestamp:
2011-04-01T14:25:51Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
Children:
1b9c0e2
Parents:
27bdfa5 (diff), 9b640c42 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Root hub match id fix

File:
1 edited

Legend:

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

    r27bdfa5 r98169ab  
    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.