Index: uspace/lib/c/include/io/kbd_event.h
===================================================================
--- uspace/lib/c/include/io/kbd_event.h	(revision 60ebe63485bbcbfb67076c3cbe2c9ccf22dd6b00)
+++ uspace/lib/c/include/io/kbd_event.h	(revision a5c7b86505bfd86d4bd76518afece6eff13cf0c3)
@@ -1,4 +1,4 @@
 /*
- * Copyright (c) 2012 Jiri Svoboda
+ * Copyright (c) 2022 Jiri Svoboda
  * All rights reserved.
  *
@@ -39,4 +39,5 @@
 #include <inttypes.h>
 #include <io/keycode.h>
+#include <types/common.h>
 
 typedef enum {
@@ -49,4 +50,7 @@
 	/** List handle */
 	link_t link;
+
+	/** Keyboard device ID */
+	sysarg_t kbd_id;
 
 	/** Press or release event. */
