Source: cups-filters Severity: normal Tags: patch Dear Maintainer,
`parport_pc` loads on all systems with cups-filters installed, but this is
unnecessary
as there are modaliases that systemd will use to load when appropriate hardware
is detected.
```
❯ modinfo parport_pc | grep alias | wc -l
57
```
I will send a PR to salsa for this issue to fix it.

