FreeRDP/winpr/libwinpr/comm
akallabeth 752ac3b479
Fix #7793: Do not expose internal input API (#7794)
* Fixed GetFileInformationByHandle initializers

* Fix #7793: Do not expose internal input API

Slow-Path input uses UINT16 for scancodes on wire, but only the
lower byte is actually used. (the extended fields are sent in
keyboardFlags field)
Hide this implementation detail and adjust the API to use UINT8
for the code instead just like the corresponding Fast-Path PDU

* Added a warning for problematic slow path keyCodes
2022-04-13 09:34:05 +02:00
..
test Reformatted to new style 2019-11-07 10:53:54 +01:00
CMakeLists.txt Disable comm tests per default 2016-05-02 16:59:25 +02:00
comm_io.c Refactored WinPR includes 2022-03-03 11:26:48 +01:00
comm_ioctl.c Refactored WinPR includes 2022-03-03 11:26:48 +01:00
comm_ioctl.h Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00
comm_sercx2_sys.c Fixed warnings 2021-06-17 10:35:22 +02:00
comm_sercx2_sys.h Fixed warnings 2021-06-17 10:35:22 +02:00
comm_sercx_sys.c Fixed warnings 2021-06-17 10:35:22 +02:00
comm_sercx_sys.h Fixed warnings 2021-06-17 10:35:22 +02:00
comm_serial_sys.c Fixed all reserved-id-macro warnings 2021-09-10 08:16:25 +02:00
comm_serial_sys.h Fixed warnings 2021-06-17 10:35:22 +02:00
comm.c Fix #7793: Do not expose internal input API (#7794) 2022-04-13 09:34:05 +02:00
comm.h Refactored WinPR includes 2022-03-03 11:26:48 +01:00
ModuleOptions.cmake libwinpr-comm: initial stubs 2014-04-02 15:51:28 -04:00