Changeset 68a68705 in mainline for uspace/drv/vhc/hub/hub.h


Ignore:
Timestamp:
2011-01-25T18:06:28Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bd8c753d, e0ba26b
Parents:
875e7227
Message:

Virtual hub knows how to disconnect a device

When a virtual device is disconnected from virtual host controller, the root
hub makes transition to DISABLED state on port where the change occured.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/vhc/hub/hub.h

    r875e7227 r68a68705  
    9494void hub_init(hub_t *);
    9595size_t hub_connect_device(hub_t *, void *);
     96int hub_disconnect_device(hub_t *, void *);
    9697size_t hub_find_device(hub_t *, void *);
    9798void hub_acquire(hub_t *);
Note: See TracChangeset for help on using the changeset viewer.