[PATCH v2 4/8] wineplugplay.sys: Add Linux udev hidraw bus

Aric Stewart aric at codeweavers.com
Mon Aug 22 09:19:57 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/wineplugplay.sys/Makefile.in      |  2 +
 dlls/wineplugplay.sys/bus_hid_common.c | 90 ++++++++++++++++++++++++++++++++++
 dlls/wineplugplay.sys/bus_hidraw.c     | 82 +++++++++++++++++++++++++++++++
 dlls/wineplugplay.sys/main.c           |  8 +++
 dlls/wineplugplay.sys/pnp.h            |  7 +++
 loader/wine.inf.in                     |  3 ++
 6 files changed, 192 insertions(+)
 create mode 100644 dlls/wineplugplay.sys/bus_hid_common.c
 create mode 100644 dlls/wineplugplay.sys/bus_hidraw.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: v2-0004-wineplugplay.sys-Add-Linux-udev-hidraw-bus.txt
Type: text/x-patch
Size: 7789 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20160822/401a1f92/attachment.bin>


More information about the wine-patches mailing list