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

Aric Stewart aric at codeweavers.com
Tue Aug 30 10:27:36 CDT 2016


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


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


More information about the wine-patches mailing list