mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-23 15:21:34 +00:00

This speeds up startup as we're only calling fu_plugin_udev_device_added() on plugins that can actually handle the device.
8 lines
161 B
Plaintext
8 lines
161 B
Plaintext
# match all devices with this udev subsystem
|
|
[DeviceInstanceId=NVME]
|
|
Plugin = nvme
|
|
|
|
# Phison
|
|
[DeviceInstanceId=NVME\VEN_1987]
|
|
Flags = force-align,needs-shutdown
|