Ignore:
Timestamp:
2016-05-22T19:19:43Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b272c67a
Parents:
153c7a29 (diff), af2254ec (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:

Merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/include/usb/dev/request.h

    r153c7a29 r0dc2fec  
    109109} __attribute__ ((packed)) usb_device_request_setup_packet_t;
    110110
    111 int assert[(sizeof(usb_device_request_setup_packet_t) == 8) ? 1: -1];
    112 
    113111int usb_control_request_set(usb_pipe_t *,
    114112    usb_request_type_t, usb_request_recipient_t, uint8_t,
Note: See TracChangeset for help on using the changeset viewer.