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

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