summaryrefslogtreecommitdiff
path: root/hw/usb/hid-logitech-dj.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/usb/hid-logitech-dj.c')
-rw-r--r--hw/usb/hid-logitech-dj.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/hw/usb/hid-logitech-dj.c b/hw/usb/hid-logitech-dj.c
index 51be0e2410..196b430c43 100644
--- a/hw/usb/hid-logitech-dj.c
+++ b/hw/usb/hid-logitech-dj.c
@@ -30,14 +30,6 @@
#define COMPILE_ASSERT(cond) typedef char _compile_assert[1 - 2 * !(cond)]
-/* Report IDs */
-enum {
- HIDPP_SHORT = 0x10, /* 7 bytes */
- HIDPP_LONG = 0x11, /* 20 bytes */
- DJ_SHORT = 0x20, /* 15 bytes */
- DJ_LONG = 0x21, /* 32 bytes */
-};
-
/* helpers to handle the HID++ register queries */
#define SET_REG(reg) (0x108000 | (reg))
#define GET_REG(reg) (0x108100 | (reg))