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 3e7fab9fa1..6a29b6639e 100644
--- a/hw/usb/hid-logitech-dj.h
+++ b/hw/usb/hid-logitech-dj.h
@@ -193,7 +193,8 @@ typedef struct {
uint16_t protocol_version; /* HID++ protocol version */
uint16_t wireless_pid;
uint32_t serial;
- char name[15];
+ char name[15]; /* short name for receiver */
+ const char *device_name; /* long device name for HID++ 2.0 */
uint8_t usability_info; /* bits 0..3 power switch location */
uint32_t report_types; /* supported report types (e.g. mouse) */