1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00
wine/dlls/winebus.sys
2022-12-02 11:04:45 +01:00
..
bus_iohid.c configure: Remove check for the HID Manager (always present on macOS). 2022-12-02 11:04:45 +01:00
bus_sdl.c winebus.sys: Report unique serial numbers for SDL devices. 2022-11-29 21:33:58 +01:00
bus_udev.c winebus.sys: Search for added devices by devnode path in process_monitor_event(). 2022-12-01 20:36:04 +01:00
hid.c winebus.sys: Implement SOCD neutral cleaning for hatswitches. 2022-06-13 19:57:31 +02:00
main.c winebus.sys: Use the Unix call helpers. 2022-11-24 22:20:20 +01:00
Makefile.in makefiles: Add separate variables for Unix flags and libraries. 2022-06-29 23:23:41 +02:00
pop_hid_macros.h
psh_hid_macros.h winebus.sys: Fix incorrect HID STRING_INDEX tag value. 2022-11-21 21:21:25 +01:00
unix_private.h winebus.sys: Use UINT instead of enum and UINT64 instead of unix_device pointer. 2022-06-27 22:58:21 +02:00
unixlib.c winebus.sys: Use UINT instead of enum and UINT64 instead of unix_device pointer. 2022-06-27 22:58:21 +02:00
unixlib.h winebus.sys: Use UINT instead of enum and UINT64 instead of unix_device pointer. 2022-06-27 22:58:21 +02:00
winebus.inf
winebus.rc
winebus.sys.spec