summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 4.144.14Marcel Holtmann2008-10-172-1/+8
* Include sixpair.c in the distributionMarcel Holtmann2008-10-171-1/+1
* Fix indentation levelsJohan Hedberg2008-10-163-36/+30
* Add emit_array_property_changed()Johan Hedberg2008-10-164-72/+70
* Rename dbus_connection_emit_property_changed to emit_property_changedJohan Hedberg2008-10-1610-148/+112
* Add dict_append_array()Johan Hedberg2008-10-164-4/+37
* Fix yet another instance of dbus_message_iter_append_dict_entryJohan Hedberg2008-10-161-2/+1
* Fix remaining places to use dict_append_entry tooJohan Hedberg2008-10-166-40/+22
* Rename dbus_message_iter_append_dict_entry to dict_append_entryJohan Hedberg2008-10-165-39/+23
* Save name for the sixaxis controllerBastien Nocera2008-10-161-0/+1
* Store every record information for the sixaxis controllersBastien Nocera2008-10-161-119/+18
* Fix setting the master address on the sixaxisBastien Nocera2008-10-161-4/+8
* Export record_from_string() from the storage functionsBastien Nocera2008-10-162-1/+2
* Port sixpair to libusb 1.0Bastien Nocera2008-10-161-70/+72
* Add sixpair toolBastien Nocera2008-10-161-0/+393
* Update udev rules for udev 098 and newerBastien Nocera2008-10-161-12/+12
* Allow dynamic adapter driver registrationClaudio Takahasi2008-10-153-0/+25
* Better debug when failing to probe a deviceBastien Nocera2008-10-151-2/+2
* Input: Code cleanup - Access record handle directly instead of call sdp_data_getClaudio Takahasi2008-10-141-8/+1
* Fix build error when SDP_DEBUG is enabledClaudio Takahasi2008-10-142-2/+3
* Fix PS3 BD remote input event generationBastien Nocera2008-10-142-143/+251
* Fix possible crash on startupBastien Nocera2008-10-121-0/+3
* Release 4.134.13Marcel Holtmann2008-10-102-1/+10
* Make server_is_enabled simply use the config file values for nowJohan Hedberg2008-10-102-45/+21
* Fix uuid list allocation and freeing bug exposed by previous mem leak fixJohan Hedberg2008-10-102-6/+5
* Fix memory leakJohan Hedberg2008-10-101-0/+1
* Fix situation where avctp_disconnect is called while connectingJohan Hedberg2008-10-101-2/+12
* Fix response and hold response logigJohan Hedberg2008-10-091-6/+7
* Implement operator selection (AT+COPS) supportJohan Hedberg2008-10-093-34/+86
* Clean up properly if stream starting failsJohan Hedberg2008-10-091-0/+6
* Add mechanism for adding new UUIDs from the driver sideJohan Hedberg2008-10-096-39/+61
* Make device driver probe calls take UUID's instead of full recordsJohan Hedberg2008-10-0912-116/+172
* Check for NULL streamJohan Hedberg2008-10-091-0/+3
* Don't remove service discovery timer even if device disconnectsJohan Hedberg2008-10-091-5/+0
* Fix parameter passing to headset_set_stateJohan Hedberg2008-10-091-1/+1
* Don't detect profile removal on during reverse service discoveryJohan Hedberg2008-10-093-9/+16
* Fix the service discovery-upon-pairing logicJohan Hedberg2008-10-083-11/+20
* Fix possible memleak which could happen if bt_search_service fails.Luiz Augusto von Dentz2008-10-081-21/+32
* Check for headset connected state when unregisteringJohan Hedberg2008-10-081-0/+6
* Fix typoJohan Hedberg2008-10-081-1/+1
* Move dev->sink initialization as acceptor to correct placeJohan Hedberg2008-10-081-3/+19
* Create audio device objects on incoming connections if necessaryJohan Hedberg2008-10-084-14/+34
* Add separate function for creating new audio device objectsJohan Hedberg2008-10-082-9/+55
* Reject non-voice calls in headset.cJohan Hedberg2008-10-082-15/+16
* Minor coding style fixJohan Hedberg2008-10-081-1/+1
* Properly extract the phone number from the ATD stringJohan Hedberg2008-10-081-1/+15
* Fail cleanly if we don't have knowledge of a connecting deviceJohan Hedberg2008-10-081-5/+11
* Fix use of uninitialized address variableJohan Hedberg2008-10-081-1/+2
* Don't do double g_io_channel_unref if btd_request_authorization failsJohan Hedberg2008-10-081-2/+2
* Fix channel mode string from dual to dual-channel.Luiz Augusto von Dentz2008-10-071-1/+1