FreeRDP / FreeRDP

FreeRDP is a free remote desktop protocol library and clients
http://www.freerdp.com/
Apache License 2.0
10.72k stars 14.71k forks source link

Backport urbdrc data write fix to stable-2.0 #7258

Closed marchaefner closed 2 years ago

marchaefner commented 3 years ago

We (openthinclient) have packed and published 2.3.2 and now 2.4.0 with #7094 with a simple

git cherry-pick 34413d948064b75c65cedb2f874d62caf0c1e941

before compiling. This has been in the wild for over a month and is being used by hundreds of users (last time i checked the stats) without any complaints. We also see no side-effects in our internal tests.

I think it would be nice for non-openthinclient users to also have this fix available (since this works for all kinds of USB devices, not just Kuando Busylight).

(I did not create a pull request as this seems too trivial, but am willing to do so if this works better for you.)

akallabeth commented 3 years ago

@marchaefner would still be great if you could create it.

marchaefner commented 3 years ago

PR: #7261