diff options
author | Bastien Nocera <hadess@hadess.net> | 2019-03-22 16:52:27 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2019-03-22 17:23:41 +0100 |
commit | ba99a3ce18f4053ee68cccd578d7ed4a2bb3a4ce (patch) | |
tree | 1f8606743db53480c6844a9acf0f01ef70832e9e /lib/pin-code-database.xml | |
parent | 87abd5aa99e49dc9e50daff902551b025599a034 (diff) | |
download | gnome-bluetooth-ba99a3ce18f4053ee68cccd578d7ed4a2bb3a4ce.tar.gz |
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.
Diffstat (limited to 'lib/pin-code-database.xml')
-rw-r--r-- | lib/pin-code-database.xml | 26 |
1 files changed, 0 insertions, 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"/> |