Changeset cb8ede1 in mainline for uspace/drv/bus/usb/ohci/ohci.c


Ignore:
Timestamp:
2013-08-07T08:56:48Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4b8ecff
Parents:
6340a6ff
Message:

usb: Root hub always communicates at max spped

and it can be queried internally.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/ohci.c

    r6340a6ff rcb8ede1  
    158158
    159159        /* HC should be running OK. We can add root hub */
    160         ret = hcd_ddf_setup_root_hub(device, USB_SPEED_FULL);
     160        ret = hcd_ddf_setup_root_hub(device);
    161161        CHECK_RET_CLEAN_RETURN(ret,
    162162            "Failed to register OHCI root hub: %s.\n", str_error(ret));
Note: See TracChangeset for help on using the changeset viewer.