Changeset 0eddb76 in mainline for uspace/lib/usbvirt/src/main.c


Ignore:
Timestamp:
2010-11-24T22:10:25Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
56b962d
Parents:
0b749a3
Message:

libusbvirt directoy structure reorganized

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbvirt/src/main.c

    r0b749a3 r0eddb76  
    3939#include <assert.h>
    4040
    41 #include "hub.h"
    42 #include "device.h"
    4341#include "private.h"
    4442
     
    183181}
    184182
    185 /** Create necessary phones for comunication with virtual HCD.
     183/** Create necessary phones for communication with virtual HCD.
    186184 * This function wraps following calls:
    187  * -# open <code>/dev/devices/\\vhc for reading
     185 * -# open <code>/dev/devices/\\vhc</code> for reading
    188186 * -# access phone of file opened in previous step
    189187 * -# create callback through just opened phone
     
    193191 * @warning This function is wrapper for several actions and therefore
    194192 * it is not possible - in case of error - to determine at which point
    195  * error occured.
    196  *
    197  * @param hcd_path HCD identification under devfs
    198  *     (without <code>/dev/usb/</code>).
     193 * error occurred.
     194 *
    199195 * @param dev Device to connect.
    200196 * @return EOK on success or error code from errno.h.
Note: See TracChangeset for help on using the changeset viewer.