Changeset b8e9acb in mainline


Ignore:
Timestamp:
2011-03-20T17:06:10Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
42dbb26
Parents:
8727c18
Message:

Name fix

Location:
uspace/drv/ohci
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/iface.h

    r8727c18 rb8e9acb  
    3838#include <usbhc_iface.h>
    3939
    40 #define NAME "ohci-hcd"
     40#define NAME "ohci"
    4141
    4242extern usbhc_iface_t ohci_hc_iface;
  • uspace/drv/ohci/pci.c

    r8727c18 rb8e9acb  
    164164{
    165165        /* TODO: implement */
    166         return ENOTSUP;
     166        return EOK;
    167167}
    168168/*----------------------------------------------------------------------------*/
Note: See TracChangeset for help on using the changeset viewer.