From 8d61d8cd7379be99075e674894a89e144ef20b91 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Mon, 31 Mar 2014 12:50:13 +0200 Subject: unifying: Fix PID of T650 touchpad Also safe-guard against missing feature array for HID++ 2.0 devices. Signed-off-by: Peter Wu --- hw/usb/hid-logitech-dj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 0728be47f6..fd49d178da 100644 --- a/hw/usb/hid-logitech-dj.c +++ b/hw/usb/hid-logitech-dj.c @@ -614,7 +614,7 @@ static void hidpp_init_device(USBLtunifyState *s, int device_index, int devtype) /* TODO: perhaps "unpair" mouse and use this touchpad instead? */ hd->hid = &s->hid[IFACE_MSE]; hd->info.report_types = 0x0e; /* Keyboard, Mouse, Consumer Ctrl */ - hd->info.wireless_pid = 0x4026; + hd->info.wireless_pid = 0x4101; hd->info.serial = 0x4f4f4f48; memcpy(hd->info.name, "T650", 4); hd->info.device_name = "Rechargeable Touchpad T650"; -- cgit v1.2.1