Changeset db8b7ca in mainline for uspace/lib/usbdev/include


Ignore:
Timestamp:
2012-12-26T19:02:51Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
34289ea
Parents:
d8cdf39e
Message:

libusbdev: Drop support for custom function data and ops.

Unused and it will go away soon anyway.

Location:
uspace/lib/usbdev/include/usb/dev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/include/usb/dev/hub.h

    rd8cdf39e rdb8b7ca  
    4444#include <usb/hc.h>
    4545
    46 extern int usb_hc_new_device_wrapper(ddf_dev_t *, usb_hc_connection_t *, usb_speed_t,
    47     int (*)(void *), void *, usb_address_t *, ddf_dev_ops_t *, void *,
    48     ddf_fun_t **);
     46extern int usb_hc_new_device_wrapper(ddf_dev_t *, usb_hc_connection_t *,
     47    usb_speed_t, int (*)(void *), void *, usb_address_t *, ddf_fun_t **);
    4948
    5049/** Info about device attached to host controller.
  • uspace/lib/usbdev/include/usb/dev/recognise.h

    rd8cdf39e rdb8b7ca  
    5252
    5353extern int usb_device_register_child_in_devman(usb_pipe_t *ctrl_pipe,
    54     ddf_dev_t *, ddf_dev_ops_t *, void *, ddf_fun_t **);
     54    ddf_dev_t *, ddf_fun_t **);
    5555
    5656#endif
Note: See TracChangeset for help on using the changeset viewer.