mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 06:42:50 +00:00
Do not use the subsystem information when constructing the fake GUID
This allows us to match the device with the standalone firmware.
This commit is contained in:
parent
c15cd320b6
commit
861d0984d5
@ -24,4 +24,4 @@ ENV{FWUPD_GUID}=="*?", ENV{ID_MODEL}=="", IMPORT{builtin}="usb_id"
|
||||
ENV{FWUPD_GUID}=="*?", ENV{ID_MODEL_FROM_DATABASE}=="", IMPORT{builtin}="hwdb --subsystem=usb"
|
||||
|
||||
# PCI cards with ROM
|
||||
SUBSYSTEM=="pci", TEST=="/sys$devpath/rom", ENV{FWUPD_GUID}="$attr{vendor}:$attr{device}:$attr{subsystem_vendor}:$attr{subsystem_device}"
|
||||
SUBSYSTEM=="pci", TEST=="/sys$devpath/rom", ENV{FWUPD_GUID}="$attr{vendor}:$attr{device}"
|
||||
|
Loading…
Reference in New Issue
Block a user