aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid/hid-roccat-isku.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hid/hid-roccat-isku.h')
-rw-r--r--drivers/hid/hid-roccat-isku.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/hid-roccat-isku.h b/drivers/hid/hid-roccat-isku.h
index 0062ab50861..cf6896c8386 100644
--- a/drivers/hid/hid-roccat-isku.h
+++ b/drivers/hid/hid-roccat-isku.h
@@ -27,6 +27,7 @@ enum {
ISKU_SIZE_LAST_SET = 0x14,
ISKU_SIZE_LIGHT = 0x0a,
ISKU_SIZE_MACRO = 0x823,
+ ISKU_SIZE_RESET = 0x03,
ISKU_SIZE_TALK = 0x10,
};
@@ -53,6 +54,7 @@ enum isku_commands {
ISKU_COMMAND_MACRO = 0xe,
ISKU_COMMAND_INFO = 0xf,
ISKU_COMMAND_LIGHT = 0x10,
+ ISKU_COMMAND_RESET = 0x11,
ISKU_COMMAND_KEYS_CAPSLOCK = 0x13,
ISKU_COMMAND_LAST_SET = 0x14,
ISKU_COMMAND_15 = 0x15,