From 8f818c2670838ff841c2979f13b787fff33c8654 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Wed, 19 Mar 2014 19:33:29 +0100 Subject: unifying: implement activity counters and rcvr reg B3 Signed-off-by: Peter Wu --- hw/usb/hid-logitech-dj.h | 1 + 1 file changed, 1 insertion(+) (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 6518c39fba..0ba7a5f61b 100644 --- a/hw/usb/hid-logitech-dj.h +++ b/hw/usb/hid-logitech-dj.h @@ -184,6 +184,7 @@ typedef struct { /* TODO: charging, discharging, etc. */ } status; } battery; + uint8_t activity_counter; } LHidDevice; /* helper macros for handling the report and error queue */ -- cgit v1.2.1