summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-12-06 15:42:42 +0000
committerRichard Purdie <richard@openedhand.com>2006-12-06 15:42:42 +0000
commitcf6698708c6a1acf7b254c0f52fb157721ee9c23 (patch)
treecacd1d1f56c53af65f873b883e10f2aacb4fddb0
parentbc2f38f65c377b1e7ad299eefa2c0b3362879101 (diff)
downloadopenembedded-core-cf6698708c6a1acf7b254c0f52fb157721ee9c23.tar.gz
openembedded-core-cf6698708c6a1acf7b254c0f52fb157721ee9c23.tar.bz2
openembedded-core-cf6698708c6a1acf7b254c0f52fb157721ee9c23.tar.xz
openembedded-core-cf6698708c6a1acf7b254c0f52fb157721ee9c23.zip
linux-rp: Disable mouse device for qemuarm
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1011 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/linux/linux-rp-2.6.17/defconfig-qemuarm5
-rw-r--r--meta/packages/linux/linux-rp_2.6.17.bb2
2 files changed, 2 insertions, 5 deletions
diff --git a/meta/packages/linux/linux-rp-2.6.17/defconfig-qemuarm b/meta/packages/linux/linux-rp-2.6.17/defconfig-qemuarm
index abb672655..e34fe5c09 100644
--- a/meta/packages/linux/linux-rp-2.6.17/defconfig-qemuarm
+++ b/meta/packages/linux/linux-rp-2.6.17/defconfig-qemuarm
@@ -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
diff --git a/meta/packages/linux/linux-rp_2.6.17.bb b/meta/packages/linux/linux-rp_2.6.17.bb
index c5d4b126a..fd2095ebf 100644
--- a/meta/packages/linux/linux-rp_2.6.17.bb
+++ b/meta/packages/linux/linux-rp_2.6.17.bb
@@ -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 \