summaryrefslogtreecommitdiff
path: root/hw/usb/hid-logitech-dj.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/usb/hid-logitech-dj.h')
-rw-r--r--hw/usb/hid-logitech-dj.h3
1 files changed, 2 insertions, 1 deletions
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)