mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-07 06:11:36 +00:00
vli: Set FuQuirks on the shared SPI object
This commit is contained in:
parent
92072b4239
commit
6cd6e2adb6
@ -606,6 +606,7 @@ fu_vli_usbhub_device_pd_setup (FuVliUsbhubDevice *self, GError **error)
|
|||||||
|
|
||||||
/* add child */
|
/* add child */
|
||||||
dev = fu_vli_usbhub_pd_device_new (&hdr);
|
dev = fu_vli_usbhub_pd_device_new (&hdr);
|
||||||
|
fu_device_set_quirks (dev, fu_device_get_quirks (FU_DEVICE (self)));
|
||||||
if (!fu_device_probe (dev, &error_local)) {
|
if (!fu_device_probe (dev, &error_local)) {
|
||||||
g_warning ("cannot create PD device: %s", error_local->message);
|
g_warning ("cannot create PD device: %s", error_local->message);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
Loading…
Reference in New Issue
Block a user