Add support for the RTL8761CU

This commit is contained in:
Bowen Yan
2026-01-07 15:01:20 +11:00
parent 054dc70f3f
commit 5831f79d62
2 changed files with 27 additions and 4 deletions

View File

@@ -17,6 +17,6 @@ use pyo3::PyResult;
#[pyo3_asyncio::tokio::test]
async fn realtek_driver_info_all_drivers() -> PyResult<()> {
assert_eq!(12, DriverInfo::all_drivers()?.len());
assert_eq!(13, DriverInfo::all_drivers()?.len());
Ok(())
}