[gnome-bluetooth/wip/hadess/always-try-pairing-mice: 1/2] lib: Always try to pair pointer devices



commit f06b0ffe64f2e5ec34b03a6231240c785171cf35
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Mar 22 16:52:27 2019 +0100

    lib: Always try to pair pointer devices
    
    Back in the heady Bluetooth 2.0 days, the majority of pointer devices
    could work without pairing, and some did not even support pairing.
    
    But pointer devices really want pairing for all the subsequent versions
    (from "Secure Simple Pairing" in Bluetooth 2.1, 2007), so always try to
    pair pointer devices.

 lib/pin-code-database.xml | 26 --------------------------
 1 file changed, 26 deletions(-)
---
diff --git a/lib/pin-code-database.xml b/lib/pin-code-database.xml
index ff62a351..0d752de1 100644
--- a/lib/pin-code-database.xml
+++ b/lib/pin-code-database.xml
@@ -61,23 +61,6 @@
             with a OUI from Alps Electric -->
        <device vendor="alps" name="BD Remote Control" pin="NULL"/>
 
-       <!-- Apple Wireless and Mighty Mouse
-            Note: Apple doesn't follow the specs, and requires their mice
-            to be paired -->
-       <device vendor="apple" type="mouse" pin="0000"/>
-
-       <!-- Apple Magic Trackpad
-            Note: same as above, tablet needs to be paired -->
-       <device vendor="apple" type="tablet" pin="0000"/>
-
-       <!-- Microsoft mice
-            Again, same as above -->
-       <device oui="7C:1E:52:" type="mouse" name="Microsoft Wedge Touch Mouse" pin="0000"/>
-       <device oui="00:1D:D8:" type="mouse" name="Microsoft Wireless Notebook Presenter Mouse 8000" 
pin="0000"/>
-       <device oui="28:18:78:" type="mouse" name="Microsoft Sculpt Comfort Mouse" pin="0000"/>
-       <device oui="30:59:B7:" type="mouse" name="Microsoft Sculpt Comfort Mouse" pin="0000"/>
-       <device oui="C0:33:5E:" type="mouse" name="Microsoft Sculpt Comfort Mouse" pin="0000"/>
-
        <!-- BT-GPS8 JENTRO, GPS mouse -->
        <device oui="00:0D:B5:" name="BT-GPS8 JENTRO" pin="0000"/>
 
@@ -87,12 +70,6 @@
        <!-- ION iCade Game Controller -->
        <device name="iCade" type="keyboard" pin="ICADE"/>
 
-       <!-- 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"/>
@@ -165,9 +142,6 @@
 
 <!-- Generic types -->
 
-       <!-- Mice don't usually need pincodes -->
-       <device type="mouse" pin="NULL"/>
-
        <!-- Printers -->
        <device type="printer" pin="0000"/>
 


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