From dda6a6d546324786d802f452ef854aeea7b52af5 Mon Sep 17 00:00:00 2001 From: Shen Mintao Date: Wed, 4 Mar 2026 16:46:06 +0800 Subject: [PATCH] docs: update README to indicate bluetooth branch supports Bluetooth --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cfdc2d9..3b5916b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Added support for devices with Vendor ID 368B (tested). Tested on Linux kernel 6.16 with Ubuntu 25.04 and 6.1.0.27 with Debian 12. -Bluetooth not working. +> **Bluetooth Support**: The [`bluetooth`](https://github.com/shenmintao/aic8800d80/tree/bluetooth) branch fully supports Bluetooth. This main branch only provides Wi-Fi functionality. Please switch to the `bluetooth` branch if you need Bluetooth support. ### 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. @@ -97,3 +97,4 @@ If the device is still not active, check the kernel logs for any errors related ```bash sudo dmesg ``` +