docs: finalize two-branch maintenance model

This commit is contained in:
Shen Mintao
2026-07-25 19:42:46 +08:00
parent 51b8ab8062
commit 4bae903599
+6 -8
View File
@@ -34,14 +34,12 @@ quirk is filtered to that VID:PID and fails closed when the required kernel
probe support is unavailable. probe support is unavailable.
> [!NOTE] > [!NOTE]
> **Bluetooth branch retirement:** Do not switch MCU1 hardware to the separate > **Maintained branches:** This repository now maintains only `main` and
> [`bluetooth`](https://github.com/shenmintao/aic8800d80/tree/bluetooth) branch. > `legacy-mcu1`. You are viewing the branch for `chip_mcu_id=1`; do not switch
> That branch is deprecated, is being kept only during migration, and will be > this hardware to the former separate `bluetooth` branch, which is retired.
> removed after the unified builds are validated. `legacy-mcu1` already > Wi-Fi, the kernel's standard `btusb` Bluetooth path, and the device-scoped
> provides Bluetooth through the kernel's standard `btusb` driver. Its unified > `368b:8d81` ZLP support are integrated here. The ZLP module remains inactive
> installer and device-scoped `368b:8d81` ZLP support are being validated in > on other VID:PID combinations.
> [PR #74](https://github.com/shenmintao/aic8800d80/pull/74); the ZLP module
> remains inactive on other VID:PID combinations.
### Disclaimer ### Disclaimer
I did not develop this software, The code is sourced from the Tenda U11 driver. I only made some modifications to the code to adapt it to newer kernel versions. Apart from compilation issues, I am unable to address other problems. I did not develop this software, The code is sourced from the Tenda U11 driver. I only made some modifications to the code to adapt it to newer kernel versions. Apart from compilation issues, I am unable to address other problems.