Ignore:
File:
1 edited

Legend:

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

    r0a5a950 re27595b  
    183183}
    184184
    185 /** Create necessary phones for communication with virtual HCD.
     185/** Create necessary phones for comunication with virtual HCD.
    186186 * This function wraps following calls:
    187  * -# open <code>/dev/devices/\\virt\\usbhc for reading
     187 * -# open <code>/dev/devices/\\vhc for reading
    188188 * -# access phone of file opened in previous step
    189189 * -# create callback through just opened phone
     
    193193 * @warning This function is wrapper for several actions and therefore
    194194 * it is not possible - in case of error - to determine at which point
    195  * error occurred.
    196  *
     195 * error occured.
     196 *
     197 * @param hcd_path HCD identification under devfs
     198 *     (without <code>/dev/usb/</code>).
    197199 * @param dev Device to connect.
    198200 * @return EOK on success or error code from errno.h.
     
    205207        }
    206208       
    207         const char *vhc_path = "/virt/usbhc";
     209        const char *vhc_path = "/vhc";
    208210        int rc;
    209211        devman_handle_t handle;
Note: See TracChangeset for help on using the changeset viewer.