aboutsummaryrefslogtreecommitdiff
path: root/input
AgeCommit message (Expand)Author
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
2009-01-29Fix mostly every warning caused by -Wsign-compareMarcel Holtmann
2009-01-01Update copyright informationMarcel Holtmann
2008-12-30Fix spelling mistakesMarcel Holtmann
2008-12-23Add missing include definitionsMarcel Holtmann
2008-12-01Remove deprecated methods and signals from input interfaceMarcel Holtmann
2008-11-08Remove duplicate call to btd_device_get_recordJohan Hedberg
2008-11-08Check for HSP_HS_UUID in the probe callbackJohan Hedberg
2008-11-07Fix Connected property on input interface always being inverted.Luiz Augusto von Dentz
2008-10-17Include sixpair.c in the distributionMarcel Holtmann
2008-10-16Rename dbus_connection_emit_property_changed to emit_property_changedJohan Hedberg
2008-10-16Fix yet another instance of dbus_message_iter_append_dict_entryJohan Hedberg
2008-10-16Save name for the sixaxis controllerBastien Nocera
2008-10-16Store every record information for the sixaxis controllersBastien Nocera
2008-10-16Fix setting the master address on the sixaxisBastien Nocera
2008-10-16Port sixpair to libusb 1.0Bastien Nocera
2008-10-16Add sixpair toolBastien Nocera
2008-10-14Input: Code cleanup - Access record handle directly instead of call sdp_data_getClaudio Takahasi
2008-10-14Fix PS3 BD remote input event generationBastien Nocera
2008-10-12Fix possible crash on startupBastien Nocera
2008-10-09Make device driver probe calls take UUID's instead of full recordsJohan Hedberg
2008-10-03Fix uninitialized reply of multiple GetProperties methodsMarcel Holtmann
2008-10-02Mark old plugins API as deprecated.Luiz Augusto von Dentz
2008-10-02Add code to emit PropertyChanged on input interface.Luiz Augusto von Dentz
2008-10-02Add property support for input interface.Luiz Augusto von Dentz
2008-09-14Don't bother with the source value for input devicesMarcel Holtmann
2008-09-14Store source information from DID recordMarcel Holtmann
2008-09-14Merge branch 'master' of git://git.infradead.org/users/dwmw2/bluezMarcel Holtmann
2008-09-13fix fake hid detection by looking up pnp infoDavid Woodhouse
2008-09-13simplify arguments to hidp_add_connection()David Woodhouse
2008-09-14Remove wrong (left-over) codeMarcel Holtmann
2008-09-13Input: Disconnected signal doesn't have parametersClaudio Takahasi
2008-09-13Input: Connected signal doesn't have parametersClaudio Takahasi