Ignore:
Timestamp:
2011-05-06T15:33:58Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e25a849
Parents:
a943106
Message:

More comments in libusbvirt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbvirt/include/usbvirt/device.h

    ra943106 rdc06caa  
    8686    uint8_t *data, size_t *act_data_size);
    8787
    88 /** Callback for control request on a virtual USB device. */
     88/** Callback for control request on a virtual USB device.
     89 *
     90 * See usbvirt_control_reply_helper() for simple way of answering
     91 * control read requests.
     92 */
    8993typedef struct {
    9094        /** Request direction (in or out). */
Note: See TracChangeset for help on using the changeset viewer.