fwupd/SOURCES/0001-Disable-wacomhid-by-de...

29 lines
844 B
Diff

From d4a65700c5ed9544b6445213bd5f8a0dbc2cd1e5 Mon Sep 17 00:00:00 2001
From: Richard Hughes <richard@hughsie.com>
Date: Fri, 29 Nov 2019 14:00:39 +0000
Subject: [PATCH] Disable wacomhid by default as probing the device stops the
tablet working
This is fixed properly in fwupd >= 1.2.2 but add this workaround here for
stable distros that cannot rebase to a newer branch.
---
data/daemon.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/daemon.conf b/data/daemon.conf
index 51ab19f4..03965d88 100644
--- a/data/daemon.conf
+++ b/data/daemon.conf
@@ -6,7 +6,7 @@ BlacklistDevices=
# Allow blacklisting specific plugins
# Uses semicolons as delimiter
-BlacklistPlugins=test
+BlacklistPlugins=test;wacomhid
# Maximum archive size that can be loaded in Mb, with 0 for the default
ArchiveSizeMax=0
--
2.23.0