Changeset d8d100c in mainline


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

Location:
uspace/drv/bus/usb
Files:
2 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");
  • uspace/drv/bus/usb/usbhid/generic/hiddev.c

    re588d12 rd8d100c  
    3535 */
    3636
    37 /* XXX Fix this */
    38 #define _DDF_DATA_IMPLANT
    39 
    4037#include <usb/debug.h>
    4138#include <usb/classes/classes.h>
Note: See TracChangeset for help on using the changeset viewer.