Changeset dc44023 in mainline


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

ehci: plug in endpoint creation/destruction hooks

File:
1 edited

Legend:

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

    r42de21a rdc44023  
    4545#include "res.h"
    4646#include "hc.h"
     47#include "ehci_endpoint.h"
    4748
    4849#define NAME "ehci"
     
    6061        if (ret == EOK)
    6162                hcd_set_implementation(hcd, instance, ehci_hc_schedule,
    62                     NULL, NULL, ehci_hc_interrupt, ehci_hc_status);
     63                    ehci_endpoint_init, ehci_endpoint_fini, ehci_hc_interrupt,
     64                    ehci_hc_status);
    6365        return ret;
    6466}
Note: See TracChangeset for help on using the changeset viewer.