From b6f142f7f999c8453a64dbe4cfa1ef5d843b56c7 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Wed, 19 Mar 2014 22:17:37 +0100 Subject: unifying: implement 0x41 notification, trigger on reg 02 Signed-off-by: Peter Wu --- hw/usb/hid-logitech-dj.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hw/usb/hid-logitech-dj.h') diff --git a/hw/usb/hid-logitech-dj.h b/hw/usb/hid-logitech-dj.h index fae86b8d19..04a31c95a3 100644 --- a/hw/usb/hid-logitech-dj.h +++ b/hw/usb/hid-logitech-dj.h @@ -178,7 +178,8 @@ typedef struct { LTUNIFY_MODE_HID = 1, LTUNIFY_MODE_DJ = 2 } mode; - bool powered_on; + bool powered_on; /* "link established, in range" */ + bool link_encrypted; uint8_t report_interval; #define REPORTING_FLAG_RCV_WIRELESS_NOTIFS 1 #define REPORTING_FLAG_RCV_SOFTWARE_PRESENT (1 << 3) -- cgit v1.2.1