Changeset 94c40ce2 in mainline


Ignore:
Timestamp:
2012-12-22T14:23:19Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
01eeaaf
Parents:
2b0929e
Message:

libusbdev: Fix comments.

File:
1 edited

Legend:

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

    r2b0929e r94c40ce2  
    112112  *     (they will come in USB endianness).
    113113  * @param data_size Size of the @p data buffer
    114   *     (in native endianness).
     114  *     (in native endianness).
    115115  * @param actual_data_size Actual size of transfered data
    116116  *        (in native endianness).
     
    275275        }
    276276
     277        /* The wValue field specifies the descriptor type in the high byte
     278         * and the descriptor index in the low byte. USB 1.1 spec p. 189
     279         */
    277280        const uint16_t wValue = descriptor_index | (descriptor_type << 8);
    278281
Note: See TracChangeset for help on using the changeset viewer.