summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 4.404.40Marcel Holtmann2009-05-192-1/+13
* Update library versionMarcel Holtmann2009-05-191-1/+1
* Remove unnecessary empty lineJohan Hedberg2009-05-191-1/+0
* Mark sdp_gen_buffer static.Luiz Augusto von Dentz2009-05-181-2/+2
* Fix to complicated logic Dell switching routineMarcel Holtmann2009-05-181-14/+19
* Reinstitute usb_detach_kernel_driver_np, but in the proper placeMario Limonciello2009-05-181-0/+4
* Make Adapter.CreateDevice to be cancelable.Luiz Augusto von Dentz2009-05-181-2/+0
* Make sure sdp allocates enough memory when generating pdu.Luiz Augusto von Dentz2009-05-181-52/+153
* Fix race condition on device removal.Luiz Augusto von Dentz2009-05-183-32/+77
* Fix keycodes to better match existing X key map supportJohan Hedberg2009-05-181-2/+2
* Code cleanup in set_mode.Alok Barsode2009-05-181-31/+14
* Adding set_limited_discoverable method to hciops plugin.Alok Barsode2009-05-183-60/+57
* Modifying load_connections method.Alok Barsode2009-05-181-9/+10
* Adding set_discoverable method to hciops.Alok Barsode2009-05-183-27/+38
* Adding set_connectable method to hciops plugin.Alok Barsode2009-05-183-22/+41
* Adding set_powered method to hciops plugin.Alok Barsode2009-05-183-12/+26
* Using hci_send_cmd instead of hci_send_req to set scan mode.Alok Barsode2009-05-181-8/+2
* Map AVRCP Play and Pause to separate dedicated key codesJohan Hedberg2009-05-181-2/+2
* Fix uninitialized fallout from Mario's patchesMarcel Holtmann2009-05-161-1/+2
* Fix dmesg errors about hid2hci not claiming interface before usageMario Limonciello2009-05-161-8/+4
* Mention Mario's contributionsMarcel Holtmann2009-05-161-0/+1
* Add support for running hid2hci from udevMarcel Holtmann2009-05-165-13/+50
* Add support for switching from HCI->HID mode for Dell BT adaptersMario Limonciello2009-05-161-1/+10
* Add support for command line arguments on hid2hci toolMario Limonciello2009-05-162-109/+81
* Make sure audio driver is probed when handling an incoming connections.Luiz Augusto von Dentz2009-05-142-5/+14
* Fix Device.CancelDiscovery() to cancel discover request.Luiz Augusto von Dentz2009-05-141-143/+153
* Fix state comparisons to test for specific state valuesJohan Hedberg2009-05-131-5/+15
* Fix number type values (as best as we can)Johan Hedberg2009-05-131-6/+17
* Fix phone number quoting for CLCCJohan Hedberg2009-05-131-3/+2
* Fix org.bluez.Audio state trackingJohan Hedberg2009-05-131-3/+3
* Fix warnings in oFono telephony driverMarcel Holtmann2009-05-131-9/+6
* add support for HFP plugin for oFonoForrest Zhao2009-05-132-1/+1118
* Fix "HFP active" detectionJohan Hedberg2009-05-121-6/+2
* Fix operator string to be in quotation marksJohan Hedberg2009-05-121-1/+2
* Make the parent path invalidateableDenis Kenzior2009-05-111-1/+5
* Mention Ilya's contributionsMarcel Holtmann2009-05-101-0/+1
* Add NameResolving option to main.confIlya Rubtsov2009-05-104-3/+19
* Increase BCSP timeout for setup and transactionMarcel Holtmann2009-05-101-2/+2
* Use timeout value also for BCSP timeoutMarcel Holtmann2009-05-091-7/+9
* Add tool to calculate HCI event maskMarcel Holtmann2009-05-093-1/+128
* Check for LMP version and not HCI revisionMarcel Holtmann2009-05-091-1/+1
* Release 4.394.39Marcel Holtmann2009-05-092-1/+13
* Fix race condition while pairing.Luiz Augusto von Dentz2009-05-082-10/+20
* Make sure temporary flag is only removed when Device.Create*Device succeed.Luiz Augusto von Dentz2009-05-082-2/+8
* Change var name inqmode to discov_interval to be more suggestive.Luiz Augusto von Dentz2009-05-083-6/+7
* Fix agent cancellation for sec mode 3 pairing acceptor failureJohan Hedberg2009-05-081-1/+3
* Use ppoll() instead of poll() for keeping line disciplineMarcel Holtmann2009-05-081-1/+14
* Fix try_send error handlingJohan Hedberg2009-05-071-9/+10
* Fix fix typo in device-api.txtJohan Hedberg2009-05-071-1/+1
* Fix crash when calling g_dbus_remove_watch from inside the watch callback.Luiz Augusto von Dentz2009-05-061-10/+41