[gnome-bluetooth] lib: Add oui for "Evoluent VerticalMouse 4"



commit 5479cd84d5a8e2f272c1a1d8218b2a5de599e838
Author: Terence Honles <terence honles com>
Date:   Tue Feb 12 18:23:17 2019 -0800

    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.

 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 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"/>


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