Changeset 0c0f5a5d in mainline for uspace/lib/usb/src/request.c


Ignore:
Timestamp:
2011-03-08T21:30:48Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c0964800
Parents:
18e9eeb (diff), a8e98498 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Development branch changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/src/request.c

    r18e9eeb r0c0f5a5d  
    195195 * @param[in] pipe Control endpoint pipe (session must be already started).
    196196 * @param[in] request_type Request type (standard/class/vendor).
     197 * @param[in] recipient Request recipient (device/interface/endpoint).
    197198 * @param[in] descriptor_type Descriptor type (device/configuration/HID/...).
    198199 * @param[in] descriptor_index Descriptor index.
     
    229230 * @param[in] pipe Control endpoint pipe (session must be already started).
    230231 * @param[in] request_type Request type (standard/class/vendor).
     232 * @param[in] recipient Request recipient (device/interface/endpoint).
    231233 * @param[in] descriptor_type Descriptor type (device/configuration/HID/...).
    232234 * @param[in] descriptor_index Descriptor index.
Note: See TracChangeset for help on using the changeset viewer.