1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-09 04:16:08 +00:00
wine/dlls/wineusb.sys
Zebediah Figura e4cefae126 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.
2022-07-12 19:39:13 +02:00
..
Makefile.in wineusb.sys: Create a separate unix_device struct to wrap the libusb device handle. 2022-07-01 16:10:10 +02:00
unixlib.c wineusb.sys: Move the event queue and device list to the Unix library. 2022-07-12 19:39:13 +02:00
unixlib.h wineusb.sys: Move the event queue and device list to the Unix library. 2022-07-12 19:39:13 +02:00
wineusb.c wineusb.sys: Move the event queue and device list to the Unix library. 2022-07-12 19:39:13 +02:00
wineusb.inf
wineusb.rc
wineusb.sys.spec