Changeset 74271e0 in mainline for uspace/drv/bus


Ignore:
Timestamp:
2013-01-06T02:59:17Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
44d518b
Parents:
3848fec
Message:

Remove all traces of uhcirh

Location:
uspace/drv/bus/usb
Files:
9 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/Makefile

    r3848fec r74271e0  
    4848        main.c \
    4949        res.c \
    50         root_hub.c \
    5150        transfer_list.c \
    5251        uhci.c \
  • uspace/drv/bus/usb/uhci/uhci.c

    r3848fec r74271e0  
    4949#include "res.h"
    5050#include "hc.h"
    51 #include "root_hub.h"
    5251
    5352
     
    159158} else (void)0
    160159
    161 //      ret = rh_init(device, (uintptr_t)hc->registers + 0x10, 4,
    162 //          ddf_fun_get_handle(hc_fun));
    163160        ret = hcd_ddf_setup_root_hub(device, USB_SPEED_FULL);
    164161        CHECK_RET_FINI_RETURN(ret,
Note: See TracChangeset for help on using the changeset viewer.