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


Ignore:
Timestamp:
2013-08-07T11:43:36Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e991937
Parents:
e588d12
Message:

usbhid, uhci: minor cleanup

we don't need data implant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/uhci.c

    re588d12 rd8d100c  
    3333 * @brief UHCI driver
    3434 */
    35 
    36 /* XXX Fix this */
    37 #define _DDF_DATA_IMPLANT
    3835
    3936#include <errno.h>
     
    134131        }
    135132
    136         ddf_fun_t *hc_fun = NULL;
    137         ret = hcd_ddf_setup_device(device, &hc_fun, USB_SPEED_FULL,
     133        ret = hcd_ddf_setup_device(device, NULL, USB_SPEED_FULL,
    138134            BANDWIDTH_AVAILABLE_USB11, bandwidth_count_usb11);
    139135        CHECK_RET_RETURN(ret, "Failed to setup UHCI HCD.\n");
Note: See TracChangeset for help on using the changeset viewer.