Zebediah Figura : wineusb.sys: Move the event queue and device list to the Unix library.

Alexandre Julliard julliard at winehq.org
Tue Jul 12 16:44:21 CDT 2022


Module: wine
Branch: master
Commit: e4cefae1269d3d79d4638d3488a0264a19b1e442
URL:    https://gitlab.winehq.org/wine/wine/-/commit/e4cefae1269d3d79d4638d3488a0264a19b1e442

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Tue Jul  5 23:53:45 2022 -0500

wineusb.sys: Move the event queue and device list to the Unix library.

Since the device hotplug callbacks both queue events and create unix_device
objects, we need to move both at the same time.

---

 dlls/wineusb.sys/unixlib.c | 415 ++++++++++++++++++++++++++++++++++++++++++
 dlls/wineusb.sys/unixlib.h |  47 +++++
 dlls/wineusb.sys/wineusb.c | 435 ++-------------------------------------------
 3 files changed, 480 insertions(+), 417 deletions(-)




More information about the wine-cvs mailing list