]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
HID: roccat: added media key support for Kone
authorStefan Achatz <stefan_achatz@web.de>
Sun, 7 Apr 2013 05:08:44 +0000 (07:08 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 8 Apr 2013 08:33:13 +0000 (10:33 +0200)
Kone now reports media key events through it's chardev to userspace.

Signed-off-by: Stefan Achatz <erazor_de@users.sourceforge.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-roccat-kone.c
drivers/hid/hid-roccat-kone.h

index 9ce2d0b615a4ec969ad2f4329927023abdba6118..7fae070788fa2e4b03fb9281e792aaf9e24065a4 100644 (file)
@@ -818,8 +818,9 @@ static void kone_report_to_chrdev(struct kone_device const *kone,
                                (uint8_t *)&roccat_report);
                break;
        case kone_mouse_event_call_overlong_macro:
+       case kone_mouse_event_multimedia:
                if (event->value == kone_keystroke_action_press) {
-                       roccat_report.event = kone_mouse_event_call_overlong_macro;
+                       roccat_report.event = event->event;
                        roccat_report.value = kone->actual_profile;
                        roccat_report.key = event->macro_key;
                        roccat_report_event(kone->chrdev_minor,
index 64abb5b8a59a5909a759f3ef37e232a8991fb902..52c6167d023e6cca841b4efe2f9319d934780a43 100644 (file)
@@ -169,6 +169,7 @@ enum kone_mouse_events {
        /* TODO clarify meaning and occurence of kone_mouse_event_calibration */
        kone_mouse_event_calibration = 0xc0,
        kone_mouse_event_call_overlong_macro = 0xe0,
+       kone_mouse_event_multimedia = 0xe1,
        /* switch events notify if user changed values with mousebutton click */
        kone_mouse_event_switch_dpi = 0xf0,
        kone_mouse_event_switch_profile = 0xf1