OSDN Git Service

Blacklist Motorola Roadster for Absolute Volume
authorKeizo Mendori <keizo.x.mendori@sonymobile.com>
Wed, 8 Jun 2016 02:40:43 +0000 (11:40 +0900)
committerAndre Eisenbach <eisenbach@google.com>
Wed, 21 Sep 2016 17:26:12 +0000 (17:26 +0000)
Motorola Roadster is advertizing Absolute Volume but it has a
buggy implementation.

Bug: 29740052
Change-Id: I18c1a2f03617669138be2e7e1d9c7bb391cd1129

device/include/interop_database.h

index 49cb8a5..fae2e18 100644 (file)
@@ -68,6 +68,9 @@ static const interop_addr_entry_t interop_addr_database[] = {
   // Motorola Key Link
   {{{0x1c, 0x96, 0x5a,      0,0,0}}, 3, INTEROP_DISABLE_LE_SECURE_CONNECTIONS},
 
+  // Motorola Roadster
+  {{{0x00, 0x24, 0x1C,      0,0,0}}, 3, INTEROP_DISABLE_ABSOLUTE_VOLUME},
+
   // Mpow Cheetah - unacceptably loud volume
   {{{0x00, 0x11, 0xb1,      0,0,0}}, 3, INTEROP_DISABLE_ABSOLUTE_VOLUME},