#1139318 cups-filters: parport_pc shouldn't be loaded on all systems

#1139318#5
Date:
2026-06-08 14:25:26 UTC
From:
To:
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.