summaryrefslogtreecommitdiff
path: root/input
Commit message (Expand)AuthorAgeFilesLines
* Fix HID channel reference count issuesJohan Hedberg2011-02-071-10/+13
* Fix use of deprecated glib on input pluginLuiz Augusto von Dentz2011-01-192-8/+14
* Add a way to store the remote device typeVinicius Costa Gomes2010-12-221-2/+2
* Add manager_foreach_adapter()Johan Hedberg2010-12-191-1/+1
* Fix input disconnect function error return valueJohan Hedberg2010-12-141-1/+1
* input: use btd_error_failed()Gustavo F. Padovan2010-12-141-23/+8
* Add btd_error_already_connected()Gustavo F. Padovan2010-12-081-7/+1
* convert error to btd_error_not_supported()Gustavo F. Padovan2010-12-081-7/+1
* Add btd_error_busy()Gustavo F. Padovan2010-12-071-6/+0
* Add btd_error_in_progress()Gustavo F. Padovan2010-12-071-1/+1
* Remove unused includesJohan Hedberg2010-11-282-5/+0
* Move ACL encryption functions to hciopsJohan Hedberg2010-10-261-3/+5
* Fix minor coding style issuesJohan Hedberg2010-09-021-3/+4
* Remember fake devices for the daemon's lifetimeBastien Nocera2010-09-024-8/+36
* Fix Connected status when PS3 BD remote connectsBastien Nocera2010-09-021-0/+2
* Fix format string warnings for g_dbus_create_errorJohan Hedberg2010-08-191-2/+2
* Fix redundant null check on calling free()Gustavo F. Padovan2010-06-081-4/+2
* Move debug() to DBG()Gustavo F. Padovan2010-05-213-5/+5
* Move logging.{c,h} to log.{c,h}Gustavo F. Padovan2010-05-215-5/+5
* Set HID socket security back to LOW after the BtIO default changeJohan Hedberg2010-04-122-0/+4
* Remove Sixaxis quirkBastien Nocera2010-02-051-6/+0
* Update copyright informationMarcel Holtmann2010-01-019-9/+9
* Switch to a full non-recursive build systemMarcel Holtmann2009-08-231-19/+0
* Make all major plugins builtin to simplify debuggingMarcel Holtmann2009-08-092-8/+3
* Make input plugin to use adapter references.Luiz Augusto von Dentz2009-05-271-1/+12
* Fix bug which cause disconnect watches to run on freed data.Luiz Augusto von Dentz2009-05-041-0/+4
* Fix bug which prevent input devices to work if bluetoothd is restarted.Luiz Augusto von Dentz2009-04-271-3/+4
* Make disconnect watch callback to take removal flag.Luiz Augusto von Dentz2009-04-271-1/+2
* Make input plugin to use disconnect watches.Luiz Augusto von Dentz2009-04-224-130/+161
* Using # operator to stringify plugin name.Alok Barsode2009-04-211-1/+1
* Add priority field to plugin descriptor definition and load plugins in priori...Alok Barsode2009-04-211-1/+2
* Make input service to use confirm callback.Luiz Augusto von Dentz2009-04-173-91/+125
* Fix dead assignment.Luiz Augusto von Dentz2009-04-011-3/+0
* Convert some not-so-important info logs to debug logsJohan Hedberg2009-03-241-2/+3
* Adding version check for plugins.Alok Barsode2009-03-141-1/+1
* Use GCC visibility for exporting symbolsMarcel Holtmann2009-03-111-5/+5
* Fix strncpy length parameters to avoid non-nul-terminated stringsJohan Hedberg2009-02-251-2/+2
* Only call g_io_channel_shutdown if the connection was actually successfullJohan Hedberg2009-02-241-1/+2
* Only send unplug in case of ENOENTJohan Hedberg2009-02-231-3/+5
* Fix virtual cable unplug sendingJohan Hedberg2009-02-231-2/+2
* Reject multiple interrupt or control connect atteptsJohan Hedberg2009-02-231-0/+4
* Require both interrupt and control channels before calling hidp_add_connectionJohan Hedberg2009-02-231-0/+3
* Fix memory leak if btd_request_authorization failsJohan Hedberg2009-02-231-14/+15
* Input plugin fixes and cleanupJohan Hedberg2009-02-235-94/+101
* Fix bt_io_connect parameter listJohan Hedberg2009-02-221-1/+1
* Fix bt_io_get parameter passingJohan Hedberg2009-02-221-1/+1
* Use correct variable type for the PSMJohan Hedberg2009-02-221-1/+2
* Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz2009-02-192-10/+10
* Make use of g_error_free instead of g_clear_error when possible.Luiz Augusto von Dentz2009-02-192-4/+4
* Make input plugin to use BtIO API.Luiz Augusto von Dentz2009-02-195-88/+136