Changeset 94c40ce2 in mainline for uspace/lib/usbdev/src/request.c
- Timestamp:
- 2012-12-22T14:23:19Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 01eeaaf
- Parents:
- 2b0929e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/src/request.c
r2b0929e r94c40ce2 112 112 * (they will come in USB endianness). 113 113 * @param data_size Size of the @p data buffer 114 * 114 * (in native endianness). 115 115 * @param actual_data_size Actual size of transfered data 116 116 * (in native endianness). … … 275 275 } 276 276 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 */ 277 280 const uint16_t wValue = descriptor_index | (descriptor_type << 8); 278 281
Note:
See TracChangeset
for help on using the changeset viewer.