Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
This MR updates some udev tags used by MM:
ID_MM_DEVICE_IGNORE
and add a new ID_MM_TTY_BLACKLIST
.ID_MM_DEVICE_MANUAL_SCAN_ONLY
to ID_MM_TTY_MANUAL_SCAN_ONLY
ID_MM_PLATFORM_DRIVER_PROBE
I think that the first commit that repurposes ID_MM_DEVICE_IGNORE
should also be backported to MM 1.10, because currently users don't have any way to blacklist devices when the STRICT filter is being used. Users already using ID_MM_DEVICE_IGNORE
in their own setups would not be affected by this change.
The other two commits would break compatibility with custom setups that were using the renamed or removed tags, so we should probably not backport those to MM 1.10.
The new ID_MM_TTY_BLACKLIST
is exclusively created to keep the default installed blacklist from being used in "STRICT" filter mode.