Changeset 6d8c5725 in mainline for uspace/lib/usb/include/usb/hub.h


Ignore:
Timestamp:
2011-02-18T18:23:27Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9df965ec
Parents:
1dde2eb1
Message:

Add wrapper for adding new USB device from a hub

The wrapper simplifies writing routine for handling detection
(and enumeration) of new device on a hub port.

File:
1 edited

Legend:

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

    r1dde2eb1 r6d8c5725  
    3939#include <usb/usbdevice.h>
    4040
     41int usb_hc_new_device_wrapper(device_t *, usb_hc_connection_t *, usb_speed_t,
     42    int (*)(int, void *), int, void *, usb_address_t *, devman_handle_t *);
     43
    4144/** Info about device attached to host controller.
    4245 *
Note: See TracChangeset for help on using the changeset viewer.