bluez5: add quirk for SoundCore mini2

AVRCP volume doesn't work properly with this device.

Closes #2927
This commit is contained in:
Pauli Virtanen 2024-01-14 13:19:55 +02:00
parent ea5ff6b3c1
commit 7c9b96c606

View file

@ -44,6 +44,7 @@ bluez5.features.device = [
{ name = "Soundcore Life P2-L", no-features = [ msbc-alt1, msbc-alt1-rtl ] },
{ name = "Soundcore Motion B", no-features = [ hw-volume ] },
{ name = "SoundCore mini", no-features = [ hw-volume ] }, # #pipewire-1686
{ name = "SoundCore mini2", no-features = [ hw-volume ] }, # #pipewire-2927
{ name = "SoundCore 2", no-features = [ sbc-xq ] }, # #pipewire-2291
{ name = "Tribit MAXSound Plus", no-features = [ hw-volume ] }, # #pipewire-1592
{ name = "Urbanista Stockholm Plus", no-features = [ msbc-alt1, msbc-alt1-rtl ] },