From: <bob...@us...> - 2006-10-31 13:41:48
|
Revision: 658 http://svn.sourceforge.net/hackndev/?rev=658&view=rev Author: bobofdoom Date: 2006-10-31 05:41:37 -0800 (Tue, 31 Oct 2006) Log Message: ----------- palmld: defconfig: Qt/C requires compaq protocol tsdev. Modified Paths: -------------- linux4palm/linux/trunk/arch/arm/configs/palmld_defconfig Modified: linux4palm/linux/trunk/arch/arm/configs/palmld_defconfig =================================================================== --- linux4palm/linux/trunk/arch/arm/configs/palmld_defconfig 2006-10-31 07:51:11 UTC (rev 657) +++ linux4palm/linux/trunk/arch/arm/configs/palmld_defconfig 2006-10-31 13:41:37 UTC (rev 658) @@ -598,7 +598,9 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 # CONFIG_INPUT_JOYDEV is not set -# CONFIG_INPUT_TSDEV is not set +CONFIG_INPUT_TSDEV=y +CONFIG_INPUT_TSDEV_SCREEN_X=320 +CONFIG_INPUT_TSDEV_SCREEN_Y=480 CONFIG_INPUT_EVDEV=y # CONFIG_INPUT_EVBUG is not set This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |