From 800a7b93baad27bffef2c572e53c88b7a6ec06c5 Mon Sep 17 00:00:00 2001 From: Shen Mintao Date: Sat, 25 Jul 2026 15:52:29 +0800 Subject: [PATCH] fix: refresh Bazzite package for unified ZLP branch --- bazzite/aic8800d80.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bazzite/aic8800d80.spec b/bazzite/aic8800d80.spec index 464d61a..eb782e6 100644 --- a/bazzite/aic8800d80.spec +++ b/bazzite/aic8800d80.spec @@ -1,4 +1,4 @@ -%global commit 88dbc0a9531a2515934d11ae1c760ef1c2233d4c +%global commit 13baa9b0b1692f94233bcf6e752060b408062026 %global shortcommit %(echo %{commit} | cut -c1-7) %{!?kver:%global kver %(uname -r)} @@ -77,6 +77,11 @@ cp -a fw/aic8800* %{buildroot}/usr/lib/firmware/ /usr/lib/firmware/aic8800* %changelog +* Sat Jul 25 2026 Shen Mintao - 13baa9b-1 +- Unify Wi-Fi and standard-btusb Bluetooth support in one package. +- Add the device-scoped 368b:8d81 ACL bulk TX ZLP companion module. +- Clean up obsolete aic_btusb and issue #63 diagnostic installations. + * Fri Jul 24 2026 Shen Mintao - 88dbc0a-1 - Use the unified Wi-Fi and Bluetooth installer/package description. - Keep Bluetooth transport on the standard Linux btusb driver.