summaryrefslogtreecommitdiff
path: root/audio/control.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-07Update Nokia copyrightsJohan Hedberg1-1/+1
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-11-03Fix CK-20W quirks for play and pause eventsDaniel Orstadius1-0/+2
2009-10-05Fix AVRCP and AVCTP versions in the SDP recordsJohan Hedberg1-6/+8
2009-10-02Fix string comparisonJohan Hedberg1-1/+1
2009-10-02Add a quirk for the Nokia CK-20W car kitJohan Hedberg1-5/+34
2009-10-02Fix GIOCondition error checkJohan Hedberg1-1/+1
2009-10-02Fix memory leaksSteve Grubb1-0/+4
2009-09-09Add debug print for closing uinputJohan Hedberg1-0/+5
2009-09-06Fix audio device authorized setting for AVRCP-only connectionsJohan Hedberg1-0/+4
2009-09-04Add debug logs for AVCTP state changesJohan Hedberg1-0/+4
2009-09-04Fix audio connection authorization handling with timeoutsJohan Hedberg1-0/+13
2009-09-03Fix authorization when the audio profiles are slow to connectJohan Hedberg1-6/+2
2009-06-30Make sure dev.name is always nul-terminatedJohan Hedberg1-1/+1
2009-06-15Fix bug which cause authorization to be denied in certain headsets.Luiz Augusto von Dentz1-2/+2
2009-06-09Also fix AVRCP UNITINFO responseJohan Hedberg1-0/+6
2009-06-09Fix AVRCP SUBUNIT INFO response to include the Panel subunit typeJohan Hedberg1-0/+2
2009-05-20Make AVRCP to uinput key mapping more genericJohan Hedberg1-41/+29
2009-05-19Fix also UI_SET_KEYBIT for the new pause and play key codesJohan Hedberg1-1/+2
2009-05-18Fix keycodes to better match existing X key map supportJohan Hedberg1-2/+2
2009-05-18Map AVRCP Play and Pause to separate dedicated key codesJohan Hedberg1-2/+2
2009-05-14Make sure audio driver is probed when handling an incoming connections.Luiz Augusto von Dentz1-2/+6
2009-04-23Fix sending AVRCP button released passthrough messagesScott Talbot1-1/+1
2009-04-23Fix missing defines for big endian AVCRP header sizesMarcel Holtmann1-0/+2
2009-04-23Use more suitable AVRCP keycode mappingsJohan Hedberg1-4/+4
2009-04-23Fix sending AVRCP commands to non-target devicesJohan Hedberg1-2/+25
2009-04-23Cleanup and simplify AVRCP codeJohan Hedberg1-195/+131
2009-04-19Add basic AVRCP volume control supportJohan Hedberg1-0/+89
2009-04-18Add missing AVRCP operation id'sJohan Hedberg1-9/+10
2009-04-15Track the AVCTP connect attempt from the startJohan Hedberg1-1/+1
2009-04-11Fix manager_get_device to not always create a new device objectJohan Hedberg1-1/+1
2009-04-01Fix possible null pointer deference.Luiz Augusto von Dentz1-1/+2
2009-03-27AVCTP qualification: Handle more error codes.Nick Pelly1-10/+15
2009-03-27Remove double semicolonJohan Hedberg1-1/+1
2009-03-27Add AVCTP state callback support to control.cJohan Hedberg1-13/+56
2009-03-26Null pointer check in avctp_unref().Nick Pelly1-1/+1
2009-03-24Convert some not-so-important info logs to debug logsJohan Hedberg1-2/+2
2009-03-23Remove incorrect g_io_channel_unref callJohan Hedberg1-1/+0
2009-02-25Rework avctp_confirm_cb logicJohan Hedberg1-14/+8
2009-02-25Remove unnecessary g_io_channel_set_close_on_unref callJohan Hedberg1-2/+0
2009-02-24Only call g_io_channel_shutdown if the connection was actually successfullJohan Hedberg1-1/+2
2009-02-24Start monitoring the AVCTP channel first in connect_cbJohan Hedberg1-4/+1
2009-02-19Convert control.c to use btio confirm_cbJohan Hedberg1-108/+81
2009-02-19Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz1-5/+5
2009-02-19Remove invalid g_io_channel_unrefJohan Hedberg1-1/+0
2009-02-19Make audio plugin to use BtIO API.Luiz Augusto von Dentz1-57/+66
2009-02-04Delay AVRCP connection when remote device connects A2DPJohan Hedberg1-0/+4
2009-02-02Set AVRCP version 1.0 since nothing else is implementedJohan Hedberg1-2/+2
2009-01-30Fix signed/unsigned comparison issues within AVDTP/A2DP codeMarcel Holtmann1-2/+2
2009-01-28Fix uninitialized address variableJohan Hedberg1-0/+2