4f5b35bb62
R11 lands in two commits this session: -5d06b0fa0(redox-driver-sys): AcpiQuirkFlags (13 bits), DmiAcpiQuirkRule, DMI_ACPI_QUIRK_RULES, load_dmi_acpi_quirks, apply_dmi_acpi_quirk_rules, ACPI_FLAG_NAMES, [[dmi_acpi_quirk]] TOML parser. +2 unit tests. 122/122 redox-driver-sys tests pass. -e3c41b834(redbear-quirks): Four ACPI DMI TOML files with 18 DMI rules from Linux 7.1 sources (drivers/acpi/{osi,sleep,button,battery}.c). QUIRKS-SYSTEM.md updates: - Recent Activity (2026-06) table: two new rows with commit SHAs and one-line summaries. - Test count progression: 153 → 155 across the new redox-driver-sys tests. - Headline: 'R11 (ACPI DMI rules) RESOLVED' added. R12 (ACPI consumer wiring) is the next priority. R12 is a 1-day task: wire load_dmi_acpi_quirks() into acpid / acpi-handlers so the matched flags drive acpi_osi_setup(), acpi_old_suspend_ordering(), LID_INIT_DISABLED/OPEN, and battery quirk handler flags. The infrastructure is now ready for this; the consumer side is the only missing piece.