mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 01:08:19 +00:00
vli: Add no-guid-matching for all VLI devices
We need to detect different USB 3.x hubs on the ThinkPad Basic, Pro and Ultra docking stations.
This commit is contained in:
parent
71d6fe5ffa
commit
8a71bd128f
@ -675,6 +675,7 @@ fu_vli_device_init (FuVliDevice *self)
|
||||
priv->spi_cmd_read_id_sz = 2;
|
||||
priv->spi_auto_detect = TRUE;
|
||||
fu_device_add_flag (FU_DEVICE (self), FWUPD_DEVICE_FLAG_ADD_COUNTERPART_GUIDS);
|
||||
fu_device_add_flag (FU_DEVICE (self), FWUPD_DEVICE_FLAG_NO_GUID_MATCHING);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user