Files
systemd/tools
Yu Watanabe d0ba749e8c udevadm: allow to specify device by device ID
We have already exposed device ID in the output of device ID in J
fields. Also sd_device_get_device_id() and sd_device_new_from_device_id()
are already public. Hence, making udevadm accept device IDs may be
useful.

With this change, as we save several data in /run/udev with device ID,
we can call udevadm something like the following:
```
udevadm info $(ls /run/udev/tags/uaccess)
```
Then, we can show all devices that has uaccess tag.
2025-05-29 04:04:22 +09:00
..
2023-08-10 18:13:29 +02:00
2025-05-14 18:35:21 +02:00
2023-12-25 10:40:40 +01:00
2023-11-15 15:21:26 +01:00
2023-08-10 18:13:29 +02:00