mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-13 21:35:02 +00:00
vli: Set auto-parent-children flag for all USB hubs
This commit is contained in:
parent
2a2dddfdf0
commit
c621c72367
@ -1211,6 +1211,7 @@ fu_vli_usbhub_device_init(FuVliUsbhubDevice *self)
|
||||
fu_device_add_icon(FU_DEVICE(self), "usb-hub");
|
||||
fu_device_add_protocol(FU_DEVICE(self), "com.vli.usbhub");
|
||||
fu_device_add_internal_flag(FU_DEVICE(self), FU_DEVICE_INTERNAL_FLAG_USE_PROXY_FALLBACK);
|
||||
fu_device_add_internal_flag(FU_DEVICE(self), FU_DEVICE_INTERNAL_FLAG_AUTO_PARENT_CHILDREN);
|
||||
fu_device_set_remove_delay(FU_DEVICE(self), FU_DEVICE_REMOVE_DELAY_RE_ENUMERATE);
|
||||
fu_device_register_private_flag(FU_DEVICE(self),
|
||||
FU_VLI_USBHUB_DEVICE_FLAG_ATTACH_WITH_GPIOB,
|
||||
|
Loading…
Reference in New Issue
Block a user