Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70f9d810 authored by Pavlin Radoslavov's avatar Pavlin Radoslavov
Browse files

Disable absolute volume control for deepblue2 speaker

The speaker does not accept the volume levels from the Phone.
It responds back with rounded down volume levels.

Bug: b/37834035
Test: Manual
Change-Id: Ie5575233c3cf31c087addd3cef1c12ad36b820b0
parent 9c751d23
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -137,6 +137,9 @@ static const interop_addr_entry_t interop_addr_database[] = {


    // Jeep Uconnect
    // Jeep Uconnect
    {{{0x00, 0x54, 0xaf, 0, 0, 0}}, 3, INTEROP_DISABLE_ROLE_SWITCH},
    {{{0x00, 0x54, 0xaf, 0, 0, 0}}, 3, INTEROP_DISABLE_ROLE_SWITCH},

    // deepblue2 - cannot change smoothly the volume: b/37834035
    {{{0x0c, 0xa6, 0x94, 0, 0, 0}}, 3, INTEROP_DISABLE_ABSOLUTE_VOLUME},
};
};


typedef struct {
typedef struct {