Ignore:
Timestamp:
2014-01-24T20:21:28Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0a751aa
Parents:
5f5321ee
Message:

ehci: Implement dequeue.

Includes async list doorbell interrupt handling

File:
1 edited

Legend:

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

    r5f5321ee r763dbcb  
    107107        ehci_endpoint_t *instance = ehci_endpoint_get(ep);
    108108        hc_dequeue_endpoint(hcd->driver.data, ep);
     109        endpoint_clear_hc_data(ep);
    109110        if (instance) {
    110111                free32(instance->qh);
    111112                free(instance);
    112113        }
    113         endpoint_clear_hc_data(ep);
    114114}
    115115/**
Note: See TracChangeset for help on using the changeset viewer.