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


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/virthub.c

    r875e7227 r68a68705  
    203203
    204204        hub_acquire(hub);
    205         /* TODO: implement. */
     205        hub_disconnect_device(hub, conn);
    206206        hub_release(hub);
    207207
Note: See TracChangeset for help on using the changeset viewer.