linux-rp: Disable mouse device for qemuarm

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1011 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-12-06 15:42:42 +00:00
parent bc2f38f65c
commit cf6698708c
2 changed files with 2 additions and 5 deletions

View File

@ -616,10 +616,7 @@ CONFIG_INPUT=y
#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_MOUSEDEV is not set
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
CONFIG_INPUT_EVDEV=y

View File

@ -1,6 +1,6 @@
require linux-rp.inc
PR = "r29"
PR = "r30"
# Handy URLs
# git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \