mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-13 15:17:01 +00:00
vli: Ignore one more error when attaching
This commit is contained in:
parent
75cc9161c5
commit
f4f4ebe0a2
@ -523,6 +523,9 @@ fu_vli_pd_device_attach (FuDevice *device, GError **error)
|
||||
if (g_error_matches (error_local,
|
||||
G_USB_DEVICE_ERROR,
|
||||
G_USB_DEVICE_ERROR_NO_DEVICE) ||
|
||||
g_error_matches (error_local,
|
||||
G_USB_DEVICE_ERROR,
|
||||
G_USB_DEVICE_ERROR_TIMED_OUT) ||
|
||||
g_error_matches (error_local,
|
||||
G_USB_DEVICE_ERROR,
|
||||
G_USB_DEVICE_ERROR_FAILED)) {
|
||||
|
Loading…
Reference in New Issue
Block a user