[gnome-bluetooth] settings: Re-add special device special-cases
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] settings: Re-add special device special-cases
- Date: Mon, 9 Dec 2013 17:40:03 +0000 (UTC)
commit 0644b6572367b7c2691922a4d8f00578c7870696
Author: Bastien Nocera <hadess hadess net>
Date: Mon Dec 9 16:51:52 2013 +0100
settings: Re-add special device special-cases
The autopair plugin isn't used for remote-initiated pairings,
like a mouse trying to reconnect to the device it connected
to before.
lib/pin-code-database.xml | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/lib/pin-code-database.xml b/lib/pin-code-database.xml
index 2dcc4a0..fc4cd89 100644
--- a/lib/pin-code-database.xml
+++ b/lib/pin-code-database.xml
@@ -61,6 +61,23 @@
<device oui="00:1E:3D:" name="BD Remote Control" pin="NULL"/>
<device oui="00:06:F5:" 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 oui="00:0A:95:" type="mouse" pin="0000"/>
+ <device oui="00:14:51:" type="mouse" pin="0000"/>
+ <device oui="34:15:9E:" type="mouse" pin="0000"/>
+
+ <!-- Apple Magic Trackpad
+ Note: same as above, tablet needs to be paired -->
+ <device oui="D8:A2:5E:" type="tablet" pin="0000"/>
+ <device oui="28:37:37:" type="tablet" pin="0000"/>
+ <device oui="C8:BC:C8:" type="tablet" pin="0000"/>
+
+ <!-- MS Sculpt Touch Mouse
+ Again, same as above -->
+ <device oui="7C:1E:52:" type="mouse" name="Microsoft Wedge Touch Mouse" pin="0000"/>
+
<!-- BT-GPS8 JENTRO, GPS mouse -->
<device oui="00:0D:B5:" name="BT-GPS8 JENTRO" pin="0000"/>
@@ -149,6 +166,14 @@
<!-- Generic types -->
+ <!-- Printers -->
+ <device type="printer" pin="0000"/>
+
+ <!-- Headphones and headsets -->
+ <device type="headphones" pin="0000"/>
+ <device type="headset" pin="0000"/>
+ <device type="audio" pin="0000"/>
+
<!-- Keyboard need a special help text -->
<device type="keyboard" pin="KEYBOARD"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]