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 672077 - Issues with pairing an Apple Magic Trackpad
Issues with pairing an Apple Magic Trackpad
Status: RESOLVED FIXED
Product: gnome-bluetooth
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-bluetooth-general-maint@gnome.bugs
gnome-bluetooth-general-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2012-03-14 15:44 UTC by Cosimo Cecchi
Modified: 2012-03-14 16:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pin-database: add another entry for the Apple Magic Trackpad (928 bytes, patch)
2012-03-14 15:45 UTC, Cosimo Cecchi
committed Details | Review
wizard: fix semicolon oops (960 bytes, patch)
2012-03-14 15:45 UTC, Cosimo Cecchi
committed Details | Review
wizard: fix pairing for devices with a pin in the DB (1.99 KB, patch)
2012-03-14 15:45 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2012-03-14 15:44:59 UTC
See attached patches.
Comment 1 Cosimo Cecchi 2012-03-14 15:45:00 UTC
Created attachment 209743 [details] [review]
pin-database: add another entry for the Apple Magic Trackpad

Apparently the ID is not unique, and there's more than a Magic Trackpad
model.
Comment 2 Cosimo Cecchi 2012-03-14 15:45:02 UTC
Created attachment 209744 [details] [review]
wizard: fix semicolon oops

This would force the ICADE interface for everything coming from the
database which was not a keyboard.
Comment 3 Cosimo Cecchi 2012-03-14 15:45:05 UTC
Created attachment 209745 [details] [review]
wizard: fix pairing for devices with a pin in the DB

As far as I understand the intention of the code here is to set
automatic_pincode to FALSE if the DB detects it needs a special code
(e.g. keyboards or joysticks); otherwise if a pincode is specified in
the DB, that one should be used instead of being discarded.
Comment 4 Cosimo Cecchi 2012-03-14 16:07:23 UTC
Attachment 209743 [details] pushed as 0d85a2b - pin-database: add another entry for the Apple Magic Trackpad
Attachment 209744 [details] pushed as e27c8bc - wizard: fix semicolon oops
Attachment 209745 [details] pushed as 1972a06 - wizard: fix pairing for devices with a pin in the DB