Blame SOURCES/0001-Disable-wacomhid-by-default-as-probing-the-device-st.patch

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