summaryrefslogtreecommitdiff
path: root/lib/pin-code-database.xml
Commit message (Collapse)AuthorAgeFilesLines
* lib: Add PIN quirk for Nissan Connect carkitBastien Nocera2022-09-021-0/+3
|
* lib: Remove joypad quirks moved to the autopair pluginBastien Nocera2021-02-171-3/+0
| | | | | | | | The joypad quirk has been merged in BlueZ's autopair plugin in version 5.51, released in 2019. https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/issues/36 https://bugzilla.gnome.org/show_bug.cgi?id=790906
* lib: Remove audio quirks moved to the autopair pluginBastien Nocera2019-03-251-5/+0
| | | | | The autopair plugin has lived in bluez since 2013, so it's about time we made use of it, and removed duplicate quirks.
* lib: Add quirk for ancient Wacom Bluetooth tabletBastien Nocera2019-03-221-0/+3
| | | | | | | | This tablet cannot pair, and expects to just to connected to and set to "Trusted". Full manual at: https://www.wacom.com/-/media/wacomdotcom/files/store-manuals/legacy-models/graphire-bluetooth-manual.pdf
* lib: Always try to pair pointer devicesBastien Nocera2019-03-221-26/+0
| | | | | | | | | Back in the heady Bluetooth 2.0 days, the majority of pointer devices could work without pairing, and some did not even support pairing. But pointer devices really want pairing for all the subsequent versions (from "Secure Simple Pairing" in Bluetooth 2.1, 2007), so always try to pair pointer devices.
* lib: Add oui for "Evoluent VerticalMouse 4"Terence Honles2019-02-131-0/+3
| | | | | | | The mouse's manual doesn't give any details on how to pair it, but it claims to be "Mac only", so the behaviour was likely the same one as Apple's own mice, with a "0000" pincode. This was tested successfully.
* lib: Add another oui for "Microsoft Sculpt Comfort Mouse"Phil Housley2018-08-291-0/+1
|
* lib: Remove quirks already handled by autopair pluginBastien Nocera2017-11-141-9/+0
| | | | | | | Remove quirks for a number of audio devices which are now handled directly in BlueZ's autopair plugin. https://bugzilla.gnome.org/show_bug.cgi?id=789853
* lib: Fix mouse setup with non-Apple, non-Microsoft miceBastien Nocera2017-11-031-0/+3
| | | | | | | | | | Contrary to what was mentioned in commit 5b50189, the autopair plugin will not help us setup most mice, as we shouldn't be pairing them. This caused pairing attempts being made to mice which did not support it. Re-add the quirk that made mice not attempt pairing. https://bugzilla.gnome.org/show_bug.cgi?id=751990
* lib: Move PIN code for car diagnostics toolBastien Nocera2017-11-031-3/+5
| | | | It's not an input device.
* lib: Add support for joysticksBastien Nocera2016-05-231-1/+4
| | | | As supported by the 8bitdo joypads.
* lib: Add PIN for another Microsoft Sculpt Comfort mousemarcosestevesbarbosa@gmail.com2015-05-181-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=749519
* lib: Add default PIN for Logitech Ultrathin Touch mouseRalph Meijer2015-05-181-0/+3
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=740830
* lib: Add PIN for Microsoft Sculpt Comfort mousemarcosestevesbarbosa@gmail.com2015-05-151-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=749443
* settings: Add PIN for another Microsoft mouseBastien Nocera2013-12-121-1/+2
|
* settings: Use vendor rather than OUI for some devicesBastien Nocera2013-12-101-10/+5
| | | | | | For the Apple mice and touchpads, as well as Sony's BD Remote, use a vendor name rather than an OUI, which makes use more future-proof.
* settings: Add vendor attribute for PIN databaseBastien Nocera2013-12-091-0/+1
| | | | Allows us to remove hard-coded OUIs in the database.
* settings: Re-add special device special-casesBastien Nocera2013-12-091-0/+25
| | | | | | The autopair plugin isn't used for remote-initiated pairings, like a mouse trying to reconnect to the device it connected to before.
* lib: Move pin-code-database.xml hereBastien Nocera2013-12-061-0/+155