mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-04 03:02:41 +00:00
trivial: Don't use _NO_AUTO_INSTANCE_IDS for MEI devices
This doesn't do what we thought it does.
This commit is contained in:
parent
20761d2bf6
commit
2b64a41dd6
@ -479,7 +479,6 @@ fu_mei_device_incorporate(FuDevice *device, FuDevice *donor)
|
||||
static void
|
||||
fu_mei_device_init(FuMeiDevice *self)
|
||||
{
|
||||
fu_device_add_internal_flag(FU_DEVICE(self), FU_DEVICE_INTERNAL_FLAG_NO_AUTO_INSTANCE_IDS);
|
||||
fu_udev_device_set_flags(FU_UDEV_DEVICE(self),
|
||||
FU_UDEV_DEVICE_FLAG_OPEN_READ | FU_UDEV_DEVICE_FLAG_OPEN_WRITE |
|
||||
FU_UDEV_DEVICE_FLAG_VENDOR_FROM_PARENT);
|
||||
|
Loading…
Reference in New Issue
Block a user