Rémi Bernon : hid: Use +hid debug channel instead of +hidp.

Alexandre Julliard julliard at winehq.org
Tue Nov 9 15:55:05 CST 2021


Module: wine
Branch: master
Commit: b25a4d0787408648397ebab36fa3afcd563f0617
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=b25a4d0787408648397ebab36fa3afcd563f0617

Author: Rémi Bernon <rbernon at codeweavers.com>
Date:   Tue Nov  9 09:51:10 2021 +0100

hid: Use +hid debug channel instead of +hidp.

Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/hid/hidp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/hid/hidp.c b/dlls/hid/hidp.c
index 90dc3211e45..ed2fa3906bd 100644
--- a/dlls/hid/hidp.c
+++ b/dlls/hid/hidp.c
@@ -34,7 +34,7 @@
 #include "wine/hid.h"
 #include "wine/debug.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(hidp);
+WINE_DEFAULT_DEBUG_CHANNEL(hid);
 
 static NTSTATUS get_value_caps_range( struct hid_preparsed_data *preparsed, HIDP_REPORT_TYPE report_type, ULONG report_len,
                                       const struct hid_value_caps **caps, const struct hid_value_caps **caps_end )




More information about the wine-cvs mailing list