summaryrefslogtreecommitdiffstats
path: root/device
diff options
context:
space:
mode:
authorAndre Eisenbach <eisenbach@google.com>2016-01-11 18:06:44 -0800
committerAndre Eisenbach <eisenbach@google.com>2016-01-12 10:35:29 -0800
commitdc0909c66357e465137db032598c479a7d4ba0b0 (patch)
tree780f26abf65c57417a6af0e9f0a5b38b2d4b43b7 /device
parent405ec1816fb9345791ad438e754118a1e55d98dd (diff)
downloadandroid_system_bt-dc0909c66357e465137db032598c479a7d4ba0b0.tar.gz
android_system_bt-dc0909c66357e465137db032598c479a7d4ba0b0.tar.bz2
android_system_bt-dc0909c66357e465137db032598c479a7d4ba0b0.zip
Additional headsets blacklisted for absolute volume
Bug: 26070064 Change-Id: Ida1faec964982a4630f42ab378fe5b6dd6e21c16
Diffstat (limited to 'device')
-rw-r--r--device/include/interop_database.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/device/include/interop_database.h b/device/include/interop_database.h
index 99a986561..a688adb2b 100644
--- a/device/include/interop_database.h
+++ b/device/include/interop_database.h
@@ -45,6 +45,9 @@ static const interop_entry_t interop_database[] = {
// BMW car kits (Harman/Becker)
{{0x9c, 0xdf, 0x03, 0,0,0}, 3, INTEROP_AUTO_RETRY_PAIRING},
+ // Ausdom M05 - unacceptably loud volume
+ {{0xa0, 0xe9, 0xdb, 0,0,0}, 3, INTEROP_DISABLE_ABSOLUTE_VOLUME},
+
// JayBird BlueBuds X - low granularity on volume control
{{0x44, 0x5e, 0xf3, 0,0,0}, 3, INTEROP_DISABLE_ABSOLUTE_VOLUME},
@@ -55,6 +58,9 @@ static const interop_entry_t interop_database[] = {
// LG Tone HV-800 - unacceptably loud volume
{{0xa0, 0xe9, 0xdb, 0,0,0}, 3, INTEROP_DISABLE_ABSOLUTE_VOLUME},
+ // Mpow Cheetah - unacceptably loud volume
+ {{0x00, 0x11, 0xb1, 0,0,0}, 3, INTEROP_DISABLE_ABSOLUTE_VOLUME},
+
// SOL REPUBLIC Tracks Air - unable to adjust volume back off from max
{{0xa4, 0x15, 0x66, 0,0,0}, 3, INTEROP_DISABLE_ABSOLUTE_VOLUME},