[PATCH v5 2/8] winebus.sys: Add Linux udev bus

Aric Stewart aric at codeweavers.com
Wed Sep 7 14:23:18 CDT 2016


v2: Style changes
v4: Updated with corrections from Thomas Faber
v5: new config changes and suggestions from Sebastian Lackner

Includes a common function to check if a bus is enabled and a base common
HID IRP_MJ_PNP handler

Signed-off-by: Aric Stewart <aric at codeweavers.com>
---
 dlls/winebus.sys/Makefile.in |  4 ++-
 dlls/winebus.sys/bus.h       | 24 ++++++++++++++
 dlls/winebus.sys/bus_udev.c  | 78 ++++++++++++++++++++++++++++++++++++++++++++
 dlls/winebus.sys/main.c      | 60 +++++++++++++++++++++++++++++++++-
 loader/wine.inf.in           | 15 ++++++---
 5 files changed, 175 insertions(+), 6 deletions(-)
 create mode 100644 dlls/winebus.sys/bus.h
 create mode 100644 dlls/winebus.sys/bus_udev.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: v5-0002-winebus.sys-Add-Linux-udev-bus.txt
Type: text/x-patch
Size: 7965 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20160907/c5f84521/attachment-0001.bin>


More information about the wine-patches mailing list