summaryrefslogtreecommitdiffstats
path: root/input
Commit message (Expand)AuthorAgeFilesLines
* Fix mostly every warning caused by -Wsign-compareMarcel Holtmann2009-01-292-2/+3
* Update copyright informationMarcel Holtmann2009-01-019-9/+9
* Fix spelling mistakesMarcel Holtmann2008-12-301-1/+1
* Add missing include definitionsMarcel Holtmann2008-12-232-1/+3
* Remove deprecated methods and signals from input interfaceMarcel Holtmann2008-12-011-46/+0
* Remove duplicate call to btd_device_get_recordJohan Hedberg2008-11-081-1/+1
* Check for HSP_HS_UUID in the probe callbackJohan Hedberg2008-11-081-0/+6
* Fix Connected property on input interface always being inverted.Luiz Augusto von Dentz2008-11-071-1/+8
* Include sixpair.c in the distributionMarcel Holtmann2008-10-171-1/+1
* Rename dbus_connection_emit_property_changed to emit_property_changedJohan Hedberg2008-10-161-6/+4
* Fix yet another instance of dbus_message_iter_append_dict_entryJohan Hedberg2008-10-161-2/+1
* Save name for the sixaxis controllerBastien Nocera2008-10-161-0/+1
* Store every record information for the sixaxis controllersBastien Nocera2008-10-161-119/+18
* Fix setting the master address on the sixaxisBastien Nocera2008-10-161-4/+8
* Port sixpair to libusb 1.0Bastien Nocera2008-10-161-70/+72
* Add sixpair toolBastien Nocera2008-10-161-0/+393
* Input: Code cleanup - Access record handle directly instead of call sdp_data_getClaudio Takahasi2008-10-141-8/+1
* Fix PS3 BD remote input event generationBastien Nocera2008-10-141-42/+12
* Fix possible crash on startupBastien Nocera2008-10-121-0/+3
* Make device driver probe calls take UUID's instead of full recordsJohan Hedberg2008-10-091-5/+5
* Fix uninitialized reply of multiple GetProperties methodsMarcel Holtmann2008-10-031-0/+4
* Mark old plugins API as deprecated.Luiz Augusto von Dentz2008-10-021-3/+4
* Add code to emit PropertyChanged on input interface.Luiz Augusto von Dentz2008-10-021-0/+10
* Add property support for input interface.Luiz Augusto von Dentz2008-10-021-0/+30
* Don't bother with the source value for input devicesMarcel Holtmann2008-09-141-2/+1
* Store source information from DID recordMarcel Holtmann2008-09-141-2/+3
* Merge branch 'master' of git://git.infradead.org/users/dwmw2/bluezMarcel Holtmann2008-09-141-18/+19
|\
| * fix fake hid detection by looking up pnp infoDavid Woodhouse2008-09-131-0/+3
| * simplify arguments to hidp_add_connection()David Woodhouse2008-09-131-18/+16
* | Remove wrong (left-over) codeMarcel Holtmann2008-09-141-1/+0
|/
* Input: Disconnected signal doesn't have parametersClaudio Takahasi2008-09-131-4/+4
* Input: Connected signal doesn't have parametersClaudio Takahasi2008-09-131-4/+1
* Input: Checking if the link is already encryptedClaudio Takahasi2008-09-131-3/+7
* Input: Use async auth + encryption functionClaudio Takahasi2008-09-121-114/+77
* Input: Missing send the message when connect failsClaudio Takahasi2008-09-121-1/+3
* Send authentication request without blockingMarcel Holtmann2008-09-101-3/+8
* Merge branch 'devel' of git://git.infradead.org/users/vcgomes/bluezMarcel Holtmann2008-09-101-2/+0
|\
| * Cancels the pending request from agent side when receiving a NoReplyVinicius Costa Gomes2008-09-091-2/+0
* | Use longer timeout value for authentication and encryptionMarcel Holtmann2008-09-101-2/+5
|/
* The input connect method takes no parametersMarcel Holtmann2008-09-101-7/+2
* Input: Minor cleanupClaudio Takahasi2008-09-095-16/+7
* Input: storage cleanupClaudio Takahasi2008-09-096-466/+207
* Redefining device_get_address to take bdaddr_t as parameter.Alok Barsode2008-09-081-8/+2
* Redefining adapter_get_address to take bdaddr_t as parameter.Alok Barsode2008-09-081-12/+6
* Fixing load_stored in Input plugin.Alok Barsode2008-09-081-8/+12
* Merge branch 'master' of ssh://master.kernel.org/pub/scm/bluetooth/bluezMarcel Holtmann2008-09-061-1/+1
|\
| * Fix audio and input interfaces match the API documentationJohan Hedberg2008-09-061-1/+1
* | Fix D-Bus connection initMarcel Holtmann2008-09-061-2/+3
|/
* Input: Minor cleanupClaudio Takahasi2008-09-051-12/+2
* Input: Missing DBusConnection unrefClaudio Takahasi2008-09-051-6/+7