Loading system/device/include/interop_database.h +4 −4 Original line number Original line Diff line number Diff line Loading @@ -143,10 +143,6 @@ static const interop_addr_entry_t interop_addr_database[] = { // AirPods 2 - unacceptably loud volume // AirPods 2 - unacceptably loud volume {{{0x94, 0x16, 0x25, 0, 0, 0}}, 3, INTEROP_DISABLE_ABSOLUTE_VOLUME}, {{{0x94, 0x16, 0x25, 0, 0, 0}}, 3, INTEROP_DISABLE_ABSOLUTE_VOLUME}, // Nintendo Switch Pro Controller - does not set sniff interval dynamically. // Requires custom HID report command to change mode. {{{0x98, 0xB6, 0xE9, 0, 0, 0}}, 3, INTEROP_HID_HOST_LIMIT_SNIFF_INTERVAL}, }; }; typedef struct { typedef struct { Loading @@ -173,4 +169,8 @@ static const interop_name_entry_t interop_name_database[] = { // Kenwood KMM-BT518HD - no audio when A2DP codec sample rate is changed // Kenwood KMM-BT518HD - no audio when A2DP codec sample rate is changed {"KMM-BT51*HD", 11, INTEROP_DISABLE_AVDTP_RECONFIGURE}, {"KMM-BT51*HD", 11, INTEROP_DISABLE_AVDTP_RECONFIGURE}, // Nintendo Switch Pro Controller - does not set sniff interval dynamically. // Requires custom HID report command to change mode. {"Pro Controller", 14, INTEROP_HID_HOST_LIMIT_SNIFF_INTERVAL}, }; }; Loading
system/device/include/interop_database.h +4 −4 Original line number Original line Diff line number Diff line Loading @@ -143,10 +143,6 @@ static const interop_addr_entry_t interop_addr_database[] = { // AirPods 2 - unacceptably loud volume // AirPods 2 - unacceptably loud volume {{{0x94, 0x16, 0x25, 0, 0, 0}}, 3, INTEROP_DISABLE_ABSOLUTE_VOLUME}, {{{0x94, 0x16, 0x25, 0, 0, 0}}, 3, INTEROP_DISABLE_ABSOLUTE_VOLUME}, // Nintendo Switch Pro Controller - does not set sniff interval dynamically. // Requires custom HID report command to change mode. {{{0x98, 0xB6, 0xE9, 0, 0, 0}}, 3, INTEROP_HID_HOST_LIMIT_SNIFF_INTERVAL}, }; }; typedef struct { typedef struct { Loading @@ -173,4 +169,8 @@ static const interop_name_entry_t interop_name_database[] = { // Kenwood KMM-BT518HD - no audio when A2DP codec sample rate is changed // Kenwood KMM-BT518HD - no audio when A2DP codec sample rate is changed {"KMM-BT51*HD", 11, INTEROP_DISABLE_AVDTP_RECONFIGURE}, {"KMM-BT51*HD", 11, INTEROP_DISABLE_AVDTP_RECONFIGURE}, // Nintendo Switch Pro Controller - does not set sniff interval dynamically. // Requires custom HID report command to change mode. {"Pro Controller", 14, INTEROP_HID_HOST_LIMIT_SNIFF_INTERVAL}, }; };