redox-driver-sys: add XhciControllerQuirkFlags::FORCE_POLLING (bit 46)

This commit is contained in:
2026-06-09 07:49:22 +03:00
parent 77b4d4db2b
commit 6348ec6b5f
@@ -1141,6 +1141,7 @@ bitflags::bitflags! {
const DEFAULT_PM_RUNTIME_ALLOW = 1 << 33; // XHCI_DEFAULT_PM_RUNTIME_ALLOW (AMD 0x43f7 + Intel Ice Lake/Tiger Lake/Alder Lake/Maple Ridge; consumer xhci-pci.c:672,720)
const SNPS_BROKEN_SUSPEND = 1 << 35; // XHCI_SNPS_BROKEN_SUSPEND (AMD 0x15e0/0x15e1 Renoir XHCI; consumer xhci.c:1038-1049)
const RESET_TO_DEFAULT = 1 << 44; // XHCI_RESET_TO_DEFAULT (Intel TigerLake-PCH/AlderLake-PCH/AlderLake-N-PCH; consumer xhci.c:782, xhci-pci.c:888-899)
const FORCE_POLLING = 1 << 46;
}
}