Loading system/device/include/interop_database.h +3 −0 Original line number Original line Diff line number Diff line Loading @@ -105,6 +105,9 @@ static const interop_addr_entry_t interop_addr_database[] = { // Unknown keyboard (carried over from auto_pair_devlist.conf) // Unknown keyboard (carried over from auto_pair_devlist.conf) {{{0x00, 0x0F, 0xF6, 0, 0, 0}}, 3, INTEROP_KEYBOARD_REQUIRES_FIXED_PIN}, {{{0x00, 0x0F, 0xF6, 0, 0, 0}}, 3, INTEROP_KEYBOARD_REQUIRES_FIXED_PIN}, // Kinivo BTC-450 - volume is erratic when using Absolute Volume {{{0x00, 0x18, 0x91, 0, 0, 0}}, 3, INTEROP_DISABLE_ABSOLUTE_VOLUME}, }; }; typedef struct { typedef struct { Loading Loading
system/device/include/interop_database.h +3 −0 Original line number Original line Diff line number Diff line Loading @@ -105,6 +105,9 @@ static const interop_addr_entry_t interop_addr_database[] = { // Unknown keyboard (carried over from auto_pair_devlist.conf) // Unknown keyboard (carried over from auto_pair_devlist.conf) {{{0x00, 0x0F, 0xF6, 0, 0, 0}}, 3, INTEROP_KEYBOARD_REQUIRES_FIXED_PIN}, {{{0x00, 0x0F, 0xF6, 0, 0, 0}}, 3, INTEROP_KEYBOARD_REQUIRES_FIXED_PIN}, // Kinivo BTC-450 - volume is erratic when using Absolute Volume {{{0x00, 0x18, 0x91, 0, 0, 0}}, 3, INTEROP_DISABLE_ABSOLUTE_VOLUME}, }; }; typedef struct { typedef struct { Loading