previous errors fixed by:
=============================================
diff --git a/uspace/srv/hid/input/ctl/sun.c b/uspace/srv/hid/input/ctl/sun.c
index 12cae2585..a2d5113b1 100644
--- a/uspace/srv/hid/input/ctl/sun.c
+++ b/uspace/srv/hid/input/ctl/sun.c
@@ -57,7 +57,7 @@ static kbd_dev_t *kbd_dev;
#define KBD_KEY_RELEASE 0x80
#define KBD_ALL_KEYS_UP 0x7f
-static int scanmap_simple[];
+static int scanmap_simple[256]; // maybe 0x80 would have been enough
static errno_t sun_ctl_init(kbd_dev_t *kdev)
{
===============================================
_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/listinfo/helenos-devel