From 5ac86efde12b33072e95da24067175a61729bcf1 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Mon, 15 Dec 2014 00:44:12 +0100 Subject: unifying: acknowledge device when entering LTx Apparently the Sw expects this report when LTx is written to register F0. --- hw/usb/hid-logitech-dj.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hw/usb/hid-logitech-dj.c') diff --git a/hw/usb/hid-logitech-dj.c b/hw/usb/hid-logitech-dj.c index 75b5bef2ea..5d0b6bebf2 100644 --- a/hw/usb/hid-logitech-dj.c +++ b/hw/usb/hid-logitech-dj.c @@ -189,6 +189,8 @@ static void lt_dfu_enter(USBLtunifyState *s, uint8_t device_index) // whether this is sent or not. /* TODO: power off? */ dj_send_notif_conn_status(s, i + 1, false); + /* acknowledge DUD communication */ + hidpp_notif_device_connection(s, device_index); } } } -- cgit v1.2.1