summaryrefslogtreecommitdiffstats
path: root/input/device.c
Commit message (Expand)AuthorAgeFilesLines
* Fix mostly every warning caused by -Wsign-compareMarcel Holtmann2009-01-291-1/+1
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Fix spelling mistakesMarcel Holtmann2008-12-301-1/+1
* Remove deprecated methods and signals from input interfaceMarcel Holtmann2008-12-011-46/+0
* Fix Connected property on input interface always being inverted.Luiz Augusto von Dentz2008-11-071-1/+8
* 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
* 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
* 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: storage cleanupClaudio Takahasi2008-09-091-25/+195
* Fix audio and input interfaces match the API documentationJohan Hedberg2008-09-061-1/+1
* Input cleanup: Unnecessary headers and functionClaudio Takahasi2008-09-031-8/+0
* 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
* Fix input to reflect API documentation.Luiz Augusto von Dentz2008-07-281-295/+388
* Cleanup input manager.Luiz Augusto von Dentz2008-07-281-209/+33
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-071-7/+7
* Fix some handling of error casesMarcel Holtmann2008-05-271-22/+25
* 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-271-113/+74
* Use EACCES instead of ENOKEYMarcel Holtmann2008-05-161-1/+1
* Fix wrong usage of non const bdaddr_tMarcel Holtmann2008-05-151-3/+3
* Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz2008-05-141-3/+6
* Add support for IdleTimeout config optionMarcel Holtmann2008-05-141-8/+13
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-081-1/+1
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-081-2/+0
* Removed function not used.Cidorvan Leite2008-05-081-63/+0
* Make bt_l2cap_connect to take mtu as paramter.Luiz Augusto von Dentz2008-05-071-2/+2
* Fix possible memory leak when closing control channel.Luiz Augusto von Dentz2008-04-301-0/+1
* Make input service to use libbluetooth-glib convenient functions.Luiz Augusto von Dentz2008-04-251-171/+35