summaryrefslogtreecommitdiffstats
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)
downloadpoky-cf6698708c6a1acf7b254c0f52fb157721ee9c23.tar.gz
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 abb6726556..e34fe5c090 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
616# 616#
617# Userland interfaces 617# Userland interfaces
618# 618#
619CONFIG_INPUT_MOUSEDEV=y 619# CONFIG_INPUT_MOUSEDEV is not set
620CONFIG_INPUT_MOUSEDEV_PSAUX=y
621CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
622CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
623# CONFIG_INPUT_JOYDEV is not set 620# CONFIG_INPUT_JOYDEV is not set
624# CONFIG_INPUT_TSDEV is not set 621# CONFIG_INPUT_TSDEV is not set
625CONFIG_INPUT_EVDEV=y 622CONFIG_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 c5d4b126ac..fd2095ebfd 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 @@
1require linux-rp.inc 1require linux-rp.inc
2 2
3PR = "r29" 3PR = "r30"
4 4
5# Handy URLs 5# Handy URLs
6# git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ 6# git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \