From e97c5eb013534ff667fc32cc8d471abd3ddefb9f Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 28 Jun 2017 11:54:51 +0100 Subject: [PATCH] unifying: Manually set the HID++ version for runtime devices --- plugins/unifying/lu-device-runtime.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/unifying/lu-device-runtime.c b/plugins/unifying/lu-device-runtime.c index 59c2892d0..6f19ab0ee 100644 --- a/plugins/unifying/lu-device-runtime.c +++ b/plugins/unifying/lu-device-runtime.c @@ -158,6 +158,9 @@ lu_device_runtime_open (LuDevice *device, GError **error) return FALSE; } + /* this only exists with the original HID++1.0 version */ + lu_device_set_hidpp_version (device, 1); + /* we can flash this */ lu_device_add_flag (device, LU_DEVICE_FLAG_CAN_FLASH);