FreeRDP/client/common
Lukas Fink 060253c9fa Added ability to add usb devs via id and addr simultaneously
It is now possible to add usb devices both via vid+pid and via bus+addr
at the same time. To do this, the ids are directly
given to the corresponding command line options:
/usb🆔<vid+pids>,addr:<bus+addrs>
The dev option still works like before: /usb:id,dev:<vid+pids> or
/usb:addr,dev:<bus+addrs>
2020-04-26 19:09:13 +02:00
..
test Made CHANNEL_TSMF optional and deprecated. 2020-02-26 13:56:43 +01:00
client.c Fixed #6099: Add a flag for legacy hash entries 2020-04-22 18:14:39 +02:00
CMakeLists.txt Build: Use correct pdb names when installing with symbols 2017-01-31 13:32:51 +01:00
cmdline.c Added ability to add usb devs via id and addr simultaneously 2020-04-26 19:09:13 +02:00
cmdline.h Added ability to add usb devs via id and addr simultaneously 2020-04-26 19:09:13 +02:00
compatibility.c Reformatted to new style 2019-11-07 10:53:54 +01:00
compatibility.h Reformatted to new style 2019-11-07 10:53:54 +01:00
file.c Fixed memory leak in rdp file parser. 2020-03-23 16:06:26 +01:00