summaryrefslogtreecommitdiffstats
path: root/input
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Input: Converting hid server to adapter driver structureClaudio Takahasi2008-09-043-19/+79
* Renaming struct adapter to struct btd_adapter.Alok Barsode2008-09-041-2/+2
* Input cleanup: removed old API filesClaudio Takahasi2008-09-033-149/+1
* Input cleanup: unused functionsClaudio Takahasi2008-09-032-93/+0
* Input cleanup: missing static modifierClaudio Takahasi2008-09-031-5/+5
* Input cleanup: Unnecessary headers and functionClaudio Takahasi2008-09-033-17/+0
* Remove driver.c driver.h and remove workaround for to force a symbol resolution.Luiz Augusto von Dentz2008-08-183-5/+3
* Fix device driver callbacks to not take driver pointer.Luiz Augusto von Dentz2008-08-131-21/+28
* Introduce driver.c and driver.h files.Luiz Augusto von Dentz2008-08-051-0/+1
* Move error helpers to bluetoothd sourceMarcel Holtmann2008-08-041-2/+1
* Move create_errno_message to appropiate placeMarcel Holtmann2008-08-041-0/+6
* Fix warnings.Luiz Augusto von Dentz2008-08-041-3/+3
* Remove device on free.Luiz Augusto von Dentz2008-07-301-0/+1
* Fix possible unassigned variable.Luiz Augusto von Dentz2008-07-301-1/+1
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-292-3/+3
* Fix input to reflect API documentation.Luiz Augusto von Dentz2008-07-283-317/+404
* Adding adapter_get_address.Alok Barsode2008-07-281-2/+2
* Adding {driver, priv} list to btd_device and addingAlok Barsode2008-07-281-4/+8
* Cleanup input manager.Luiz Augusto von Dentz2008-07-285-864/+114
* Adding sdp_record list as parameter to probe.Alok Barsode2008-07-281-1/+1
* Renaming device to btd_device and making theAlok Barsode2008-07-281-4/+6
* Fixed missing includeClaudio Takahasi2008-06-301-0/+1
* Don't use lib prefix for pluginsMarcel Holtmann2008-06-301-5/+4
* Fix authorization mechanism for 3.x.Luiz Augusto von Dentz2008-06-171-1/+1
* Update probe/remove callback and implement serial APIMarcel Holtmann2008-06-081-7/+7
* Update plugin interface registrationMarcel Holtmann2008-06-081-2/+6
* Use DBG in plugin to show function namesMarcel Holtmann2008-06-081-2/+2
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-072-9/+9
* Update autoconf/automake optionsMarcel Holtmann2008-06-031-1/+1
* Remove CancelConnect implementationMarcel Holtmann2008-05-291-10/+3
* Add missing method skeletonsMarcel Holtmann2008-05-291-2/+19
* Add input interface driver handlersMarcel Holtmann2008-05-291-9/+50
* input: removed old authorization methodClaudio Takahasi2008-05-283-89/+4
* Fix some handling of error casesMarcel Holtmann2008-05-271-22/+25