diff options
| author | tturney <tturney@google.com> | 2016-01-21 10:19:22 -0800 |
|---|---|---|
| committer | The Android Automerger <android-build@google.com> | 2016-01-27 03:31:23 -0800 |
| commit | 04e4c5498beb89f54251dbbda6c83622372bd979 (patch) | |
| tree | 3d0b29f3a29f478b56e301718ee0783f2e957fce /device | |
| parent | b616d01f01b8ebaa30629916556a86b423be758f (diff) | |
| download | android_system_bt-04e4c5498beb89f54251dbbda6c83622372bd979.tar.gz android_system_bt-04e4c5498beb89f54251dbbda6c83622372bd979.tar.bz2 android_system_bt-04e4c5498beb89f54251dbbda6c83622372bd979.zip | |
Additional headsets blacklisted for absolute volume
Devices blacklisted:
Bluebuds Freedom
iKross
Jabra
Swage Rokitboost HS
Bug:26070064
Change-Id: Ic27d225718b84234541bf1b170f94dea0bc4463c
Diffstat (limited to 'device')
| -rw-r--r-- | device/include/interop_database.h | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/device/include/interop_database.h b/device/include/interop_database.h index d3712bcf9..a7fd3a476 100644 --- a/device/include/interop_database.h +++ b/device/include/interop_database.h @@ -48,8 +48,15 @@ static const interop_entry_t interop_database[] = { // Ausdom M05 - unacceptably loud volume {{0xa0, 0xe9, 0xdb, 0,0,0}, 3, INTEROP_DISABLE_ABSOLUTE_VOLUME}, + // iKross IKBT83B HS - unacceptably loud volume + {{0x00, 0x14, 0x02, 0,0,0}, 3, INTEROP_DISABLE_ABSOLUTE_VOLUME}, + + // Jabra EXTREAM2 - unacceptably loud volume + {{0x1c, 0x48, 0xf9, 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}, + {{0xd4, 0x9c, 0x28, 0,0,0}, 3, INTEROP_DISABLE_ABSOLUTE_VOLUME}, // LG Tone HBS-730 - unacceptably loud volume {{0x00, 0x18, 0x6b, 0,0,0}, 3, INTEROP_DISABLE_ABSOLUTE_VOLUME}, @@ -64,6 +71,10 @@ static const interop_entry_t interop_database[] = { // SOL REPUBLIC Tracks Air - unable to adjust volume back off from max {{0xa4, 0x15, 0x66, 0,0,0}, 3, INTEROP_DISABLE_ABSOLUTE_VOLUME}, + // Swage Rokitboost HS - unacceptably loud volume + {{0x00, 0x14, 0xf1, 0,0,0}, 3, INTEROP_DISABLE_ABSOLUTE_VOLUME}, + // VW Car Kit - not enough granularity with volume - {{0x00, 0x26, 0x7e, 0,0,0}, 3, INTEROP_DISABLE_ABSOLUTE_VOLUME}, + {{0x00, 0x26, 0x7e, 0,0,0}, 3, INTEROP_DISABLE_ABSOLUTE_VOLUME} + }; |
