1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00
LibrePilot/flight/PiOS
Stacey Sheldon 215ff56fe8 usbcdc: fix handling of CDC SET_LINE_CODING request
The SET_LINE_CODING request contains data and must be
handled as such.

Previously, the only requests that had data were IN
requests.  SET_LINE_CODING is an OUT request so it
required additional changes to support a new type of
data request.
2012-09-24 00:56:25 -04:00
..
Boards Make autotuning module optional 2012-08-03 09:37:46 -05:00
Common hid joystick: factor out min/max range from report items 2012-08-10 23:29:34 -04:00
inc usb: correct enum for CDC SET_CONTROL_LINE_STATE request 2012-09-24 00:53:52 -04:00
STM32F4xx pios_led: added support for active_high connected leds 2012-09-16 18:19:27 +02:00
STM32F10x usbcdc: fix handling of CDC SET_LINE_CODING request 2012-09-24 00:56:25 -04:00
pios.h Merged latest origin/next. 2012-05-05 09:40:44 -07:00