Changeset 2770b66 in mainline for uspace/drv/bus/usb/xhci/bus.c


Ignore:
Timestamp:
2017-10-15T15:05:06Z (7 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
816f5f4
Parents:
20eaa82
Message:

Fixed few bugs related to control transfers and some deadlocks. Registering control endpoint with HelenOS. Can read out device descriptors through MID and initialize mouse driver!

File:
1 edited

Legend:

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

    r20eaa82 r2770b66  
    7979
    8080        /* Assign an address to the device */
    81         if ((err = xhci_rh_address_device(&hc->rh, dev))) {
     81        if ((err = xhci_rh_address_device(&hc->rh, dev, bus))) {
    8282                usb_log_error("Failed to setup address of the new device: %s", str_error(err));
    8383                return err;
Note: See TracChangeset for help on using the changeset viewer.