summaryrefslogtreecommitdiffstats
path: root/input/manager.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Add missing include definitionsMarcel Holtmann2008-12-231-0/+1
* 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
* Input: Code cleanup - Access record handle directly instead of call sdp_data_getClaudio Takahasi2008-10-141-8/+1
* 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
* Input: Minor cleanupClaudio Takahasi2008-09-091-3/+0
* Input: storage cleanupClaudio Takahasi2008-09-091-125/+8
* 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
* Input: Minor cleanupClaudio Takahasi2008-09-051-12/+2
* Input: Converting hid server to adapter driver structureClaudio Takahasi2008-09-041-6/+35
* Renaming struct adapter to struct btd_adapter.Alok Barsode2008-09-041-2/+2
* Input cleanup: missing static modifierClaudio Takahasi2008-09-031-5/+5
* Remove driver.c driver.h and remove workaround for to force a symbol resolution.Luiz Augusto von Dentz2008-08-181-1/+0
* 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 hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-291-2/+2
* Fix input to reflect API documentation.Luiz Augusto von Dentz2008-07-281-14/+6
* 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-281-578/+76
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-071-2/+2
* input: removed old authorization methodClaudio Takahasi2008-05-281-1/+1
* Convert the input device handling to gdbus APIMarcel Holtmann2008-05-271-10/+3
* Use message sending helpersMarcel Holtmann2008-05-271-17/+5
* Convert input manager to use gdbus APIMarcel Holtmann2008-05-271-56/+63
* Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz2008-05-141-2/+5
* Add support for IdleTimeout config optionMarcel Holtmann2008-05-141-2/+15
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-081-2/+1
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-081-1/+0
* Make bt_l2cap_connect to take mtu as paramter.Luiz Augusto von Dentz2008-05-071-3/+3
* Fix possible double free in case of connecting to interrupt psm fails.Luiz Augusto von Dentz2008-05-051-2/+3
* Fix possible memory leak when closing control channel.Luiz Augusto von Dentz2008-04-301-3/+4
* input: close interrupt channel after CreateDevice has been calledClaudio Takahasi2008-04-301-0/+2
* Fix possible memory leak where the records lists were not freed.Luiz Augusto von Dentz2008-04-291-12/+13
* Make input service to use libbluetooth-glib convenient functions.Luiz Augusto von Dentz2008-04-251-464/+68
* Remove blocking call of FinishRemoteServiceTransaction.Luiz Augusto von Dentz2008-03-271-16/+2
* Convert input service into a pluginMarcel Holtmann2008-03-221-2/+2
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Update services to new error codes and helper functionsJohan Hedberg2007-11-261-51/+70
* Fix hidp_connad_req usageJohan Hedberg2007-10-121-3/+4
* input: added CreateSecureDeviceClaudio Takahasi2007-10-041-10/+85
* input: removed mem leak(HID desc list attribute)Claudio Takahasi2007-10-021-0/+3
* input: minor leak and code standardClaudio Takahasi2007-10-021-1/+3
* Fix socket validity checksJohan Hedberg2007-08-301-2/+2
* input: don't send DeviceCreated signal when the daemon startsClaudio Takahasi2007-08-271-0/+10
* input: added epox_endian_quirk functionClaudio Takahasi2007-08-031-0/+26