summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerence Honles <terence@honles.com>2019-02-12 18:23:17 -0800
committerBastien Nocera <hadess@hadess.net>2019-02-13 22:11:23 +0100
commit5479cd84d5a8e2f272c1a1d8218b2a5de599e838 (patch)
tree80bb45b40f0cfe6b0712256bed98e58d392f0e57
parentd068d97021426fa2386fad4a96a8ae2c415efb3d (diff)
downloadgnome-bluetooth-5479cd84d5a8e2f272c1a1d8218b2a5de599e838.tar.gz
lib: Add oui for "Evoluent VerticalMouse 4"
The mouse's manual doesn't give any details on how to pair it, but it claims to be "Mac only", so the behaviour was likely the same one as Apple's own mice, with a "0000" pincode. This was tested successfully.
-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 3d9b5697..ff62a351 100644
--- a/lib/pin-code-database.xml
+++ b/lib/pin-code-database.xml
@@ -90,6 +90,9 @@
<!-- Logitech Ultrathin Touch Mouse -->
<device oui="00:1F:20:" name="Ultrathin Touch Mouse" pin="0000"/>
+ <!-- Evoluent VerticalMouse 4 -->
+ <device oui="26:76:04:" type="mouse" name="Evoluent VerticalMouse 4" pin="0000"/>
+
<!-- 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"/>