aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/comedi.yml
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/config: regenerate configs to expand COMEDI fuzzingfellair2025-07-031-0/+84
- Add comedi.yml fragment with all usb and manually configurable legacy comedi drivers. Specify x86_64-only setting for drivers that depend on CONFIG_ISA[_BUS]. - Set the comedi.comedi_num_legacy_minors=4 kernel config param. That way there are always /dev/comediN devices to try COMEDI_DEFCONFIG ioctl on. - Enable comedi.yml fragment for most instances. Disable it for ChromeOS and Android, as well as some other arches to avoid conflicts. This change will disable some already set COMEDI config options (like COMEDI usb drivers) in a few instances. It should not adversely affect overall coverage as most other instances will keep those options and add more on top.