From 1f5a4c0f0c6b7dde640dca9b949fe3e6d7ee66f2 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Mon, 24 Mar 2014 22:23:26 +0100 Subject: unifying: add fw version for M525, fix fw indices Signed-off-by: Peter Wu --- hw/usb/hid-logitech-dj.c | 1 + 1 file changed, 1 insertion(+) (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 bc293a2dc5..d10e58d1bb 100644 --- a/hw/usb/hid-logitech-dj.c +++ b/hw/usb/hid-logitech-dj.c @@ -588,6 +588,7 @@ static void hidpp_init_device(USBLtunifyState *s, int device_index, int devtype) hd->report_interval = 20; break; case DEVTYPE_MOUSE: + hd->info.version = (struct firmware_version) { 0x27, 0x02, 0x28, 0, 0 }; hd->hid = &s->hid[IFACE_MSE]; hd->info.report_types = 4; /* HID Collection: Mouse */ hd->info.wireless_pid = 0x4013; -- cgit v1.2.1