From 0a8042251297cb7c213c77d9b9c6b5ded635e76c Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Tue, 1 Apr 2014 00:08:56 +0200 Subject: unifying: less magic numbers, fix device type for T650 This makes it easier to switch between devices. Signed-off-by: Peter Wu --- hw/usb/hid-logitech-dj.h | 3 +++ 1 file changed, 3 insertions(+) (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 b2190932d4..474ab9ac8c 100644 --- a/hw/usb/hid-logitech-dj.h +++ b/hw/usb/hid-logitech-dj.h @@ -145,6 +145,9 @@ typedef struct { #define HIDPP20_ERR_CODE_BUSY 0x08 #define HIDPP20_ERR_CODE_UNSUPPORTED 0x09 +#define WPID_K800 0x2010U +#define WPID_M525 0x4013U +#define WPID_T650 0x4101U /* device and receiver info */ struct firmware_version { -- cgit v1.2.1