summaryrefslogtreecommitdiffstats
path: root/input
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added missing bracesCidorvan Leite2008-05-271-1/+2
* Fix user data issue when removing deviceMarcel Holtmann2008-05-271-23/+34
* Don't forget user data on interface registrationMarcel Holtmann2008-05-271-1/+1
* Convert the input device handling to gdbus APIMarcel Holtmann2008-05-272-123/+77
* Use message sending helpersMarcel Holtmann2008-05-272-19/+7
* Convert input manager to use gdbus APIMarcel Holtmann2008-05-271-56/+63
* Use EACCES instead of ENOKEYMarcel Holtmann2008-05-161-1/+1
* Fix wrong usage of non const bdaddr_tMarcel Holtmann2008-05-153-6/+6
* Removed casts from user dataCidorvan Leite2008-05-151-2/+4
* Input listen clean upCidorvan Leite2008-05-151-66/+19
* Add sample for input.conf fileMarcel Holtmann2008-05-152-1/+10
* Fix key file handling if config file doesn't existMarcel Holtmann2008-05-151-1/+2
* Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz2008-05-142-5/+11
* Add support for IdleTimeout config optionMarcel Holtmann2008-05-144-12/+54
* Use -no-undefined for linking pluginsMarcel Holtmann2008-05-091-1/+2
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-083-4/+3
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-085-7/+6
* Removed function not used.Cidorvan Leite2008-05-082-66/+0
* Register service and UUIDs in one stepMarcel Holtmann2008-05-081-5/+1
* Remove service daemon activation handlingMarcel Holtmann2008-05-081-2/+6
* Make bt_l2cap_connect to take mtu as paramter.Luiz Augusto von Dentz2008-05-072-5/+5
* Fix possible double free in case of connecting to interrupt psm fails.Luiz Augusto von Dentz2008-05-051-2/+3