diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-08-07 15:13:00 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@gnu.org> | 2019-08-29 20:07:03 +0000 |
commit | f6d5490eebd22d2ce679442b03a72e110d113fa9 (patch) | |
tree | 8c0a3ac4c9945354f2a850b5652151c26b6c0886 /include | |
parent | 118b19bb751cfd7821b95528cc18483c7285465f (diff) |
udev: remove ID_MM_PLATFORM_DRIVER_PROBE tag
This tag is completely redundant because users can whitelist the
platform TTY ports to use with the more generic ID_MM_DEVICE_PROCESS
tag, which is part of the explicit whitelist filter rule.
Diffstat (limited to 'include')
-rw-r--r-- | include/ModemManager-tags.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/ModemManager-tags.h b/include/ModemManager-tags.h index 26834748..ed65af50 100644 --- a/include/ModemManager-tags.h +++ b/include/ModemManager-tags.h @@ -128,22 +128,6 @@ #define ID_MM_TTY_MANUAL_SCAN_ONLY "ID_MM_TTY_MANUAL_SCAN_ONLY" /** - * ID_MM_PLATFORM_DRIVER_PROBE: - * - * This is a port-specific tag applied to platform ports so that they - * are probed automatically by the daemon. Platform ports that don't - * have this tag will never probed. This tag is a bit redundant, as - * the user could also use ID_MM_DEVICE_PROCESS for the same purpose. - * - * This tag is associated to the MM_FILTER_RULE_TTY_PLATFORM_DRIVER - * rule, which is only meaningful when the daemon runs with the - * DEFAULT filter policy type, as that is the only one that would - * allow probing all ports not explicitly forbidden before the last - * MM_FILTER_RULE_TTY_DEFAULT_ALLOWED rule. - */ -#define ID_MM_PLATFORM_DRIVER_PROBE "ID_MM_PLATFORM_DRIVER_PROBE" - -/** * ID_MM_PORT_TYPE_AT_PRIMARY: * * This is a port-specific tag applied to TTYs that we know in advance |