From 1504e95a7d8e8182ace6189c5d173da2a306d601 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 17 Jul 2014 15:06:05 -0600 Subject: NxWM: Increase default priority of mouse and keyboard listener threads. Does not seem to make any difference but still seems like a good idea --- NxWidgets/Kconfig | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'NxWidgets/Kconfig') diff --git a/NxWidgets/Kconfig b/NxWidgets/Kconfig index ec56d09a2..37fdccabe 100644 --- a/NxWidgets/Kconfig +++ b/NxWidgets/Kconfig @@ -814,9 +814,11 @@ config NXWM_TOUCHSCREEN_SIGNO config NXWM_TOUCHSCREEN_LISTENERPRIO int "Touchscreen Listener Task Priority" - default 100 + default 120 ---help--- - Priority of the touchscreen listener thread. Default: 100 + Priority of the touchscreen listener thread. This listener should + have a higher priority than most display-related tsks otherwise it + may miss touchscreen events. Default: 120 config NXWM_TOUCHSCREEN_LISTENERSTACK int "Touchscreen Listener Task Stack Size" @@ -870,9 +872,12 @@ config NXWM_KEYBOARD_BUFSIZE config NXWM_KEYBOARD_LISTENERPRIO int "Keyboard Listener Task Priority" - default 100 + default 120 ---help--- - Priority of the touchscreen listener thread. Default: 100 + Priority of the touchscreen listener thread.This listener should + have a higher priority than most display-related tsks otherwise it + may miss touchscreen events (not really very likely because keyboard + input is relatively slow). Default: 120 config NXWM_KEYBOARD_LISTENERSTACK int "Keyboard Listener Task Stack Size" -- cgit v1.2.3