Files
RedBear-OS/local
vasilito 28463272f6 redox-driver-sys: expose TOML quirk loaders to acpid runtime
Promote the four runtime TOML loader families from pub(crate) to pub
so consumers (acpid) can call them directly at startup:

  * read_toml_cpu_bug_entries / parse_cpu_bug_toml / load_cpu_bug_flags
  * read_toml_clocksource_entries / parse_clocksource_toml / load_clocksource_flags
  * read_toml_chipset_entries / parse_chipset_toml / load_chipset_flags
  * read_toml_usb_audio_entries / parse_usb_audio_toml / load_usb_audio_flags

These read /etc/quirks.d/*.toml at startup and OR-accumulate the
flags. Exposing them makes the quirks system data-driven for any
caller, not just compiled-in drivers. The semantics are unchanged;
only the visibility bumps from pub(crate)/fn to pub.

2026 Red Bear OS.
2026-06-09 09:29:45 +03:00
..