summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-03-22 17:05:13 +0100
committerBastien Nocera <hadess@hadess.net>2019-03-22 17:23:41 +0100
commit0a837069e8985274bae99d8816e955681023f0ce (patch)
tree7c0e68d6f1b66822d13b629f8ad2e262e77d537f
parentba99a3ce18f4053ee68cccd578d7ed4a2bb3a4ce (diff)
downloadgnome-bluetooth-0a837069e8985274bae99d8816e955681023f0ce.tar.gz
lib: Add quirk for ancient Wacom Bluetooth tablet
This tablet cannot pair, and expects to just to connected to and set to "Trusted". Full manual at: https://www.wacom.com/-/media/wacomdotcom/files/store-manuals/legacy-models/graphire-bluetooth-manual.pdf
-rw-r--r--lib/pin-code-database.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/pin-code-database.xml b/lib/pin-code-database.xml
index 0d752de1..de9f128b 100644
--- a/lib/pin-code-database.xml
+++ b/lib/pin-code-database.xml
@@ -70,6 +70,9 @@
<!-- ION iCade Game Controller -->
<device name="iCade" type="keyboard" pin="ICADE"/>
+ <!-- Wacom Graphire Bluetooth -->
+ <device name="WACOM Pen Tablet" type="mouse" pin="NULL"/>
+
<!-- GPS devices -->
<device oui="00:0D:B5:" name="TomTom Wireless GPS MkII" pin="0000"/>
<device oui="00:0D:B5:" name="GPS-GW-005" pin="0000"/>