Skip to content

Fix the udev fuzz filtering

Commit from !232 (merged) had to be reverted, the ID_INPUT* properties are only available to the udev rules as ENV, but not from within a program invoked by IMPORT. So we skipped over every device, leaving the fuzz in place.

Revert that commit and instead add that check to the udev rule. After renaming things because we don't have model quirks anymore.

Fixes #312 (closed)

Merge request reports