feat: add (misisng) bluetooth-firmware files
This commit is contained in:
parent
0727184585
commit
46229fc2b9
4 changed files with 57 additions and 6 deletions
24
flake.nix
24
flake.nix
|
@ -6,6 +6,30 @@
|
|||
linux-jhovold.url = "github:jhovold/linux/wip/sc8280xp-6.13-rc1";
|
||||
linux-jhovold.flake = false;
|
||||
|
||||
x13s-bt-linux-firmware = {
|
||||
flake = false;
|
||||
|
||||
# 2024-12-05 now required by jhovold's (and soon mainline) kernel. need two files from here: hpnv21.b8c hpnv21g.b8c
|
||||
# url = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/qca/hpnv21.b8c?id=8d24066f829b97966818fd0d9b5881190670f53f";
|
||||
url = "git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git?rev=06aea4d8bfd5ca3624b56162b24339d7b0449913";
|
||||
|
||||
|
||||
# revisions for this file: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/qca/hpbtfw21.tlv
|
||||
|
||||
# 2024-07-29
|
||||
# not working well
|
||||
# url = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/qca/hpbtfw21.tlv?id=d118dc8ad5562ac0ae0c07be748cbe35a9361b47";
|
||||
|
||||
# 2024-05-30
|
||||
# url = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/qca/hpbtfw21.tlv?id=436b0a920352d13290043d9ec9e50c420ab10f92";
|
||||
|
||||
# 2023-12-18
|
||||
# not working well
|
||||
# url = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/qca/hpbtfw21.tlv?id=598f5bd22361d7e92eebe8452d1f8013a1d35b9a";
|
||||
|
||||
# 2013-01-17
|
||||
# url = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/qca/hpbtfw21.tlv?id=2ba1beaae0c649ce8a50baecc8df9e81cd524e65";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue