Ignore:
Timestamp:
2014-01-23T23:15:18Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3de7a62
Parents:
f9351b1
Message:

ehci: Implement queue head initialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ehci/ehci_endpoint.c

    rf9351b1 ra24d6825  
    8585        }
    8686
    87 //      qh_init(ehci_ep->qh, ep);
     87        qh_init(ehci_ep->qh, ep);
    8888        endpoint_set_hc_data(
    8989            ep, ehci_ep, ehci_ep_toggle_get, ehci_ep_toggle_set);
Note: See TracChangeset for help on using the changeset viewer.