summaryrefslogtreecommitdiffstats
path: root/input/manager.c
Commit message (Collapse)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
| | | | | | This change is needed since with the recent UUID matching changes e.g. the Headset AGW record would match HSP_HS_UUID since it contains it within the record.
* 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
| | | | | | | | | | | | | | | | | | 0 0x0000000000a5cf71 in sdp_data_get (rec=0x0, attrId=0) at sdp.c:1444 1 0x000000008c704721 in hid_device_probe (device=0x7f1bed2a80b0, uuids=0x7f1bed29fa90) at manager.c:70 2 0x00007f1becb5bc33 in device_probe_drivers (device=0x7f1bed2a80b0, uuids=0x7f1bed2a2980) at device.c:647 3 0x00007f1becb58a23 in create_stored_device_from_profiles (key=0x7f1bed2a7360 "00:1E:45:AD:F1:96", value=0x7f1bed2a7aa0 "00000002-0000-1000-8000-0002ee000002 00001101-0000-1000-8000-00805f9b34fb 00001103-0000-1000-8000-00805f9b34fb 00001104-0000-1000-8000-00805f9b34fb 00001105-0000-1000-8000-00805f9b34fb 00001106-0000-1"..., user_data=0x7f1bed29edd0) at adapter.c:2296 4 0x00007f1becb61d12 in textfile_foreach (pathname=0x7ffff4b6f2a0 "/var/lib/bluetooth/00:13:EF:F1:42:B7/profiles", func=0x7f1becb58955 <create_stored_device_from_profiles>, data=0x7f1bed29edd0) at textfile.c:447 5 0x00007f1becb58b36 in load_devices (adapter=0x7f1bed29edd0) at adapter.c:2327 6 0x00007f1becb58fa0 in adapter_up (adapter=0x7f1bed29edd0, dd=18) at adapter.c:2462 7 0x00007f1becb59479 in adapter_start (adapter=0x7f1bed29edd0) at adapter.c:2569 8 0x00007f1becb5427f in manager_start_adapter (id=0) at manager.c:424 9 0x00007f1becb48e02 in device_devup_setup (dev_id=0) at main.c:481 10 0x00007f1becb48f35 in init_all_devices (ctl=7) at main.c:512 11 0x00007f1becb496d0 in main (argc=1, argv=0x7ffff4b70788) at main.c:748 The HID device's SDP record can be NULL, so don't crash when that happens
* Make device driver probe calls take UUID's instead of full recordsJohan Hedberg2008-10-091-5/+5
| | | | | This is preparation for allowing the device object to be correctly set up even when we don't have the full service records but only the remote UUID's.
* 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
| | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Adding {driver, priv} list to btd_device and addingAlok Barsode2008-07-281-4/+8
| | | | | | driver as parameter to probe and remove. Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* 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
|