[gnome-bluetooth/wip/hadess/always-try-pairing-mice: 5/6] lib: Add quirk for ancient Wacom Bluetooth tablet



commit 0a837069e8985274bae99d8816e955681023f0ce
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Mar 22 17:05:13 2019 +0100

    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

 lib/pin-code-database.xml | 3 +++
 1 file changed, 3 insertions(+)
---
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"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]