Changeset 66a54cc in mainline for uspace/drv/ohci/hc.c


Ignore:
Timestamp:
2011-04-01T14:45:21Z (14 years ago)
Author:
Matus Dekanek <smekideki@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
03eea27
Parents:
87b52c9
Message:

ohci root hub driver fixes

File:
1 edited

Legend:

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

    r87b52c9 r66a54cc  
    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.