Changeset e27595b in mainline for uspace/lib/usbvirt/hub.h


Ignore:
Timestamp:
2010-11-20T13:04:15Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0e126be7
Parents:
7034be15
Message:

Virtual USB devices can connect to VHC

Fixed and bypassed problems introduced by using DDF.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbvirt/hub.h

    r7034be15 re27595b  
    5959} usbvirt_device_method_t;
    6060
    61 int usbvirt_connect(usbvirt_device_t *, const char *);
     61int usbvirt_connect(usbvirt_device_t *);
    6262int usbvirt_connect_local(usbvirt_device_t *);
    6363int usbvirt_disconnect(usbvirt_device_t *dev);
Note: See TracChangeset for help on using the changeset viewer.