GNOME Bugzilla – Bug 721652
bluetooth wizard PIN database lacks APPL touchpad ids
Last modified: 2014-01-07 07:21:54 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:" .
(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.