After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 721652 - bluetooth wizard PIN database lacks APPL touchpad ids
bluetooth wizard PIN database lacks APPL touchpad ids
Status: RESOLVED FIXED
Product: gnome-bluetooth
Classification: Core
Component: wizard
3.8.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-bluetooth-general-maint@gnome.bugs
gnome-bluetooth-general-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2014-01-06 19:16 UTC by bugzilla@chad.org
Modified: 2014-01-07 07:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description bugzilla@chad.org 2014-01-06 19:16:03 UTC
There are already three OID prefixes in wizard/pin-code-database.xml .  I don't see any reason not to expect fifty more.  We should at least match on the name, which might change less often.



+--- a/wizard/pin-code-database.xml
++++ b/wizard/pin-code-database.xml
+@@ -73,6 +73,7 @@
+ 	<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"/>
++	<device name="Apple Wireless Trackpad" type="tablet" pin="0000"/>
+ 
+ 	<!-- BT-GPS8 JENTRO, GPS mouse -->
+ 	<device oui="00:0D:B5:" name="BT-GPS8 JENTRO" pin="0000"/>



Incidentally, if we wish to continue plugging very small holes, then the missing OID prefix this time is "84:38:35:" .
Comment 1 Bastien Nocera 2014-01-07 07:21:54 UTC
(In reply to comment #0)
> There are already three OID prefixes in wizard/pin-code-database.xml .  I don't
> see any reason not to expect fifty more.  We should at least match on the name,
> which might change less often.

The name changes as soon as you use the trackpad once in OSX, so that's not a viable solution. We now match on vendor name derived from the OUI in GNOME 3.11.

> +--- a/wizard/pin-code-database.xml
> ++++ b/wizard/pin-code-database.xml
> +@@ -73,6 +73,7 @@
> +     <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"/>
> ++    <device name="Apple Wireless Trackpad" type="tablet" pin="0000"/>
> + 
> +     <!-- BT-GPS8 JENTRO, GPS mouse -->
> +     <device oui="00:0D:B5:" name="BT-GPS8 JENTRO" pin="0000"/>
> 
> 
> 
> Incidentally, if we wish to continue plugging very small holes, then the
> missing OID prefix this time is "84:38:35:" .

I've pushed this change in gnome-3-10 and gnome-3-8.