bluez5: update mSBC kernel version blocklist

Also versions 5.10.y, y >= 51 contain patch that removes ALT 1 support,
and fix has not reached stable yet.
This commit is contained in:
Pauli Virtanen 2021-08-22 19:00:05 +03:00 committed by Wim Taymans
parent 82fc54f252
commit 7362a6be04

View file

@ -84,6 +84,8 @@ bluez5.features.kernel = [
{ sysname = "Linux", release = "~^5\\.(8|9|10)\\.", no-features = [ msbc-alt1 ] },
# See https://lore.kernel.org/linux-bluetooth/ca3adcf5fd1e7afa923f445d391aaa00f335c470.camel@iki.fi/
{ sysname = "Linux", release = "~^5\\.10\\.(1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32|33|34|35|36|37|38|39|40|41|42|43|44|45|46|47|48|49|50)($|[^0-9])" },
{ sysname = "Linux", release = "~^5\\.10\\.", no-features = [ msbc-alt1 ] },
{ sysname = "Linux", release = "~^5\\.12\\.(1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17)($|[^0-9])" },
{ sysname = "Linux", release = "~^5\\.12\\.", no-features = [ msbc-alt1 ] },
{ sysname = "Linux", release = "~^5\\.13\\.(1|2)($|[^0-9])" },