26 lines
866 B
Diff
26 lines
866 B
Diff
From b04116d4defad3b243a109d9d79ad11eceecd6cc Mon Sep 17 00:00:00 2001
|
|
From: Richard Hughes <richard@hughsie.com>
|
|
Date: Mon, 1 Feb 2021 09:32:11 +0000
|
|
Subject: [PATCH 07/11] jabra: Ensure the protocol is set to avoid a daemon
|
|
warning
|
|
|
|
---
|
|
plugins/jabra/fu-jabra-device.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git plugins/jabra/fu-jabra-device.c plugins/jabra/fu-jabra-device.c
|
|
index 7a6aff9a..055a3b30 100644
|
|
--- plugins/jabra/fu-jabra-device.c
|
|
+++ plugins/jabra/fu-jabra-device.c
|
|
@@ -146,6 +146,7 @@ fu_jabra_device_init (FuJabraDevice *self)
|
|
fu_device_add_flag (FU_DEVICE (self), FWUPD_DEVICE_FLAG_UPDATABLE);
|
|
fu_device_add_flag (FU_DEVICE (self), FWUPD_DEVICE_FLAG_ADD_COUNTERPART_GUIDS);
|
|
fu_device_set_remove_delay (FU_DEVICE (self), 20000); /* 10+10s! */
|
|
+ fu_device_set_protocol (FU_DEVICE (self), "org.usb.dfu");
|
|
}
|
|
|
|
static void
|
|
--
|
|
2.29.2
|
|
|