[PATCH v2 03/11] winebus.sys: Add Linux udev bus

Aric Stewart aric at codeweavers.com
Wed Aug 31 14:01:50 CDT 2016


v2: Style changes

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_hid_common.c | 88 +++++++++++++++++++++++++++++++++++++++
 dlls/winebus.sys/bus_udev.c       | 78 ++++++++++++++++++++++++++++++++++
 dlls/winebus.sys/main.c           |  7 ++++
 loader/wine.inf.in                | 15 +++++--
 6 files changed, 211 insertions(+), 5 deletions(-)
 create mode 100644 dlls/winebus.sys/bus.h
 create mode 100644 dlls/winebus.sys/bus_hid_common.c
 create mode 100644 dlls/winebus.sys/bus_udev.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: v2-0003-winebus.sys-Add-Linux-udev-bus.txt
Type: text/x-patch
Size: 9047 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20160831/5a552124/attachment.bin>


More information about the wine-patches mailing list