mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-21 06:46:38 -04:00
bluez5: more MT7925 quirks
The MT7925 chipset has several alternative USB ids recognized by kernel,
list them all.
(cherry picked from commit cee1bdfb5a)
This commit is contained in:
parent
bb6199214d
commit
04af44d5c3
1 changed files with 4 additions and 1 deletions
|
|
@ -85,7 +85,10 @@ bluez5.features.adapter = [
|
|||
{ bus-type = "usb", vendor-id = "usb:0bda" },
|
||||
|
||||
# Mediatek MT7925, #pipewire-5213
|
||||
{ bus-type = "usb", vendor-id = "usb:0e8d", product-id = "e025", no-features = [ lc3-a127 ] },
|
||||
{ bus-type = "usb", vendor-id = "usb:0e8d", product-id = "~(e025)", no-features = [ lc3-a127 ] },
|
||||
{ bus-type = "usb", vendor-id = "usb:0489", product-id = "~(e111|e113|e118|e11e|e124|e139|e14e|e14f|e150|e151)", no-features = [ lc3-a127 ] },
|
||||
{ bus-type = "usb", vendor-id = "usb:13d3", product-id = "~(3602|3603|3604|3608|3613|3627|3628|3630)", no-features = [ lc3-a127 ] },
|
||||
{ bus-type = "usb", vendor-id = "usb:2c7c", product-id = "~(7009)", no-features = [ lc3-a127 ] },
|
||||
|
||||
# Generic USB adapters
|
||||
{ bus-type = "usb", no-features = [ msbc-alt1-rtl ] },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue