Skip to content

Commit

Permalink
avrcp quirks blacklist configuration support
Browse files Browse the repository at this point in the history
complementary to commit 91ab44cc6311b08087b4000e0d109412e7cbff46:
2012 Ford audio systems are working just fine with a2dp and the avrcp
1.3 profiles. This patch allows to restore the broken functionality.
Change-Id: I6287c0c937c4fcc499fb8c4c625318b0f7c171b5
  • Loading branch information
haim0n authored and rmcc committed Jul 10, 2012
1 parent b952293 commit 02d1e13
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions data/audio.conf
Expand Up @@ -50,3 +50,12 @@ MPEG12Sources=0

[AVRCP]
InputDeviceName=AVRCP
# The Sony car stereo Ford is using under their brand as '6000 CD' has a
# completely broken AVRCP 1.3 implementation. After recognizing AVRCP 1.3 TG
# capabilities and exchanging a few PDUs, the car stereo disconnects and
# reconnects BT, also resetting USB devices if connected to it.
# To avoid that and allow at least HFP and A2DP to work, prevent any AVRCP 1.3
# PDUs from being sent on those models - add the device to the black list.
# Since 2012 Ford models have it fixed, removing the device from the list
# will result in full functionality.
MetaDataBlackList=Ford Audio

0 comments on commit 02d1e13

Please sign in to comment.