pandora: update defconfig
[pandora-kernel.git] / drivers / hid / hid-roccat-kone.h
index b413b10..003e6f8 100644 (file)
@@ -189,6 +189,12 @@ enum kone_commands {
        kone_command_firmware = 0xe5a
 };
 
+struct kone_roccat_report {
+       uint8_t event;
+       uint8_t value; /* holds dpi or profile value */
+       uint8_t key; /* macro key on overlong macro execution */
+};
+
 #pragma pack(pop)
 
 struct kone_device {
@@ -219,6 +225,9 @@ struct kone_device {
         * so it's read only once
         */
        int firmware_version;
+
+       int roccat_claimed;
+       int chrdev_minor;
 };
 
 #endif