Changeset 74271e0 in mainline for uspace/drv/bus/usb/uhci/uhci.c


Ignore:
Timestamp:
2013-01-06T02:59:17Z (12 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.