mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-17 15:12:48 +00:00
Devices with option ROM are always internal
This commit is contained in:
parent
a245841335
commit
a7c99b54ea
@ -185,6 +185,7 @@ fu_provider_udev_client_add (FuProviderUdev *provider_udev, GUdevDevice *device)
|
||||
|
||||
/* did we get enough data */
|
||||
dev = fu_device_new ();
|
||||
fu_device_add_flag (dev, FU_DEVICE_FLAG_INTERNAL);
|
||||
fu_device_set_id (dev, id);
|
||||
fu_device_set_guid (dev, guid_new);
|
||||
display_name = g_udev_device_get_property (device, "FWUPD_MODEL");
|
||||
|
Loading…
Reference in New Issue
Block a user