aboutsummaryrefslogtreecommitdiff
path: root/input
AgeCommit message (Expand)Author
2011-02-07Fix HID channel reference count issuesJohan Hedberg
2011-01-19Fix use of deprecated glib on input pluginLuiz Augusto von Dentz
2010-12-22Add a way to store the remote device typeVinicius Costa Gomes
2010-12-19Add manager_foreach_adapter()Johan Hedberg
2010-12-14Fix input disconnect function error return valueJohan Hedberg
2010-12-14input: use btd_error_failed()Gustavo F. Padovan
2010-12-08Add btd_error_already_connected()Gustavo F. Padovan
2010-12-08convert error to btd_error_not_supported()Gustavo F. Padovan
2010-12-07Add btd_error_busy()Gustavo F. Padovan
2010-12-07Add btd_error_in_progress()Gustavo F. Padovan
2010-11-28Remove unused includesJohan Hedberg
2010-10-26Move ACL encryption functions to hciopsJohan Hedberg
2010-09-02Fix minor coding style issuesJohan Hedberg
2010-09-02Remember fake devices for the daemon's lifetimeBastien Nocera
2010-09-02Fix Connected status when PS3 BD remote connectsBastien Nocera
2010-08-19Fix format string warnings for g_dbus_create_errorJohan Hedberg
2010-06-08Fix redundant null check on calling free()Gustavo F. Padovan
2010-05-21Move debug() to DBG()Gustavo F. Padovan
2010-05-21Move logging.{c,h} to log.{c,h}Gustavo F. Padovan
2010-04-12Set HID socket security back to LOW after the BtIO default changeJohan Hedberg
2010-02-05Remove Sixaxis quirkBastien Nocera
2010-01-01Update copyright informationMarcel Holtmann
2009-08-23Switch to a full non-recursive build systemMarcel Holtmann
2009-08-09Make all major plugins builtin to simplify debuggingMarcel Holtmann
2009-05-27Make input plugin to use adapter references.Luiz Augusto von Dentz
2009-05-04Fix bug which cause disconnect watches to run on freed data.Luiz Augusto von Dentz
2009-04-27Fix bug which prevent input devices to work if bluetoothd is restarted.Luiz Augusto von Dentz
2009-04-27Make disconnect watch callback to take removal flag.Luiz Augusto von Dentz
2009-04-22Make input plugin to use disconnect watches.Luiz Augusto von Dentz
2009-04-21Using # operator to stringify plugin name.Alok Barsode
2009-04-21Add priority field to plugin descriptor definition and load plugins in priori...Alok Barsode
2009-04-17Make input service to use confirm callback.Luiz Augusto von Dentz
2009-04-01Fix dead assignment.Luiz Augusto von Dentz
2009-03-24Convert some not-so-important info logs to debug logsJohan Hedberg
2009-03-14Adding version check for plugins.Alok Barsode
2009-03-11Use GCC visibility for exporting symbolsMarcel Holtmann
2009-02-25Fix strncpy length parameters to avoid non-nul-terminated stringsJohan Hedberg
2009-02-24Only call g_io_channel_shutdown if the connection was actually successfullJohan Hedberg
2009-02-23Only send unplug in case of ENOENTJohan Hedberg
2009-02-23Fix virtual cable unplug sendingJohan Hedberg
2009-02-23Reject multiple interrupt or control connect atteptsJohan Hedberg
2009-02-23Require both interrupt and control channels before calling hidp_add_connectionJohan Hedberg
2009-02-23Fix memory leak if btd_request_authorization failsJohan Hedberg
2009-02-23Input plugin fixes and cleanupJohan Hedberg
2009-02-22Fix bt_io_connect parameter listJohan Hedberg
2009-02-22Fix bt_io_get parameter passingJohan Hedberg
2009-02-22Use correct variable type for the PSMJohan Hedberg
2009-02-19Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz
2009-02-19Make use of g_error_free instead of g_clear_error when possible.Luiz Augusto von Dentz
2009-02-19Make input plugin to use BtIO API.Luiz Augusto von Dentz