diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-08-07 14:59:54 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@gnu.org> | 2019-08-29 20:07:03 +0000 |
commit | 118b19bb751cfd7821b95528cc18483c7285465f (patch) | |
tree | 3db766e20296ac1ac0789e7ce20e9887136d69c3 /include | |
parent | 250639e3da531dd91a99950614f95b7227bc84c0 (diff) |
udev: rename ID_MM_DEVICE_MANUAL_SCAN_ONLY to ID_MM_TTY_MANUAL_SCAN_ONLY
The udev tag that allows flagging devices that MAY be modems
(e.g. USB<->RS232 adapters) is only applicable to TTY devices, so
explicitly specify that in the tag name as well.
Diffstat (limited to 'include')
-rw-r--r-- | include/ModemManager-tags.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ModemManager-tags.h b/include/ModemManager-tags.h index f7e939a7..26834748 100644 --- a/include/ModemManager-tags.h +++ b/include/ModemManager-tags.h @@ -111,7 +111,7 @@ #define ID_MM_TTY_BLACKLIST "ID_MM_TTY_BLACKLIST" /** - * ID_MM_DEVICE_MANUAL_SCAN_ONLY: + * ID_MM_TTY_MANUAL_SCAN_ONLY: * * This is a device-specific tag that allows explicitly greylisting * devices that expose TTY devices so that they are never probed @@ -125,7 +125,7 @@ * * This tag is ignored when the STRICT filter policy is used. */ -#define ID_MM_DEVICE_MANUAL_SCAN_ONLY "ID_MM_DEVICE_MANUAL_SCAN_ONLY" +#define ID_MM_TTY_MANUAL_SCAN_ONLY "ID_MM_TTY_MANUAL_SCAN_ONLY" /** * ID_MM_PLATFORM_DRIVER_PROBE: |