GNOME Bugzilla – Bug 672077
Issues with pairing an Apple Magic Trackpad
Last modified: 2012-03-14 16:07:29 UTC
See attached patches.
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.
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.
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.
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