OSDN Git Service

Fix the MAC address for INTEROP_2MBPS_LINK_ONLY entry
authorPavlin Radoslavov <pavlin@google.com>
Mon, 31 Jul 2017 03:18:57 +0000 (20:18 -0700)
committerPavlin Radoslavov <pavlin@google.com>
Mon, 31 Jul 2017 03:30:00 +0000 (20:30 -0700)
Bug: 62394764
Test: Code compilation
Change-Id: I3e6d8bb8258d6cc56ce05d7f17dda445859f011a
(cherry picked from commit b60955f9c72d8481a1a2d92d46d59e2fd31139c9)

device/include/interop_database.h

index f722cf4..56e5626 100644 (file)
@@ -77,7 +77,7 @@ static const interop_addr_entry_t interop_addr_database[] = {
     {{{0x20, 0x15, 0x06, 0, 0, 0}}, 3, INTEROP_2MBPS_LINK_ONLY},
 
     // Uconnect
-    {{{0x9c, 0xdf, 0x03, 0, 0, 0}}, 3, INTEROP_2MBPS_LINK_ONLY},
+    {{{0x00, 0x54, 0xaf, 0, 0, 0}}, 3, INTEROP_2MBPS_LINK_ONLY},
 
     // LG Tone HBS-730 - unacceptably loud volume
     {{{0x00, 0x18, 0x6b, 0, 0, 0}}, 3, INTEROP_DISABLE_ABSOLUTE_VOLUME},