Ignore:
Timestamp:
2011-10-12T20:03:36Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
162726b
Parents:
205f0766
Message:

usb: Hubs should store child functions not just handles.

File:
1 edited

Legend:

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

    r205f0766 r90994fa  
    3838#define LIBUSBDEV_HUB_H_
    3939
     40#include <ddf/driver.h>
    4041#include <sys/types.h>
    4142#include <usb/hc.h>
     
    5556        /** Device address. */
    5657        usb_address_t address;
    57         /** Devman handle of the device. */
    58         devman_handle_t handle;
     58        /** DDF function (external) of the device. */
     59        ddf_fun_t *fun;
    5960} usb_hub_attached_device_t;
    6061
Note: See TracChangeset for help on using the changeset viewer.