mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
Updated user32-rawinput-hid patchset
Fixes: https://bugs.winehq.org/show_bug.cgi?id=51054
This commit is contained in:
parent
deed76f394
commit
552dc36846
@ -1,4 +1,4 @@
|
||||
From c3d4b71d3981ce40c3d94e5e539e285a27f24450 Mon Sep 17 00:00:00 2001
|
||||
From cce25a3d567e6afcff3ccf97c46f08b9d2dda42f Mon Sep 17 00:00:00 2001
|
||||
From: Arkadiusz Hiler <ahiler@codeweavers.com>
|
||||
Date: Wed, 10 Feb 2021 13:23:33 +0100
|
||||
Subject: [PATCH] hidclass.sys: Assign rawinput handles through device
|
||||
@ -9,7 +9,7 @@ Subject: [PATCH] hidclass.sys: Assign rawinput handles through device
|
||||
1 file changed, 13 insertions(+)
|
||||
|
||||
diff --git a/dlls/hidclass.sys/pnp.c b/dlls/hidclass.sys/pnp.c
|
||||
index 5e50ee90c60..61619b5a28f 100644
|
||||
index 5e50ee90c60..15f4c12cba5 100644
|
||||
--- a/dlls/hidclass.sys/pnp.c
|
||||
+++ b/dlls/hidclass.sys/pnp.c
|
||||
@@ -26,6 +26,8 @@
|
||||
@ -40,7 +40,7 @@ index 5e50ee90c60..61619b5a28f 100644
|
||||
+ if (status != STATUS_SUCCESS)
|
||||
+ {
|
||||
+ FIXME("failed to set device property %x\n", status);
|
||||
+ return status;
|
||||
+ return;
|
||||
+ }
|
||||
+
|
||||
pdo_ext->u.pdo.poll_interval = DEFAULT_POLL_INTERVAL;
|
||||
|
Loading…
Reference in New Issue
Block a user