From b42065f31704686e69002343403f45fff863a120 Mon Sep 17 00:00:00 2001 From: Stefan Achatz Date: Sun, 7 Apr 2013 07:08:44 +0200 Subject: HID: roccat: added media key support for Kone Kone now reports media key events through it's chardev to userspace. Signed-off-by: Stefan Achatz Signed-off-by: Jiri Kosina --- drivers/hid/hid-roccat-kone.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/hid/hid-roccat-kone.h') diff --git a/drivers/hid/hid-roccat-kone.h b/drivers/hid/hid-roccat-kone.h index 64abb5b8a59a..52c6167d023e 100644 --- a/drivers/hid/hid-roccat-kone.h +++ b/drivers/hid/hid-roccat-kone.h @@ -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 -- cgit v1.2.3