diff options
author | Richard Purdie <richard@openedhand.com> | 2006-12-06 15:42:42 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-12-06 15:42:42 +0000 |
commit | cf6698708c6a1acf7b254c0f52fb157721ee9c23 (patch) | |
tree | cacd1d1f56c53af65f873b883e10f2aacb4fddb0 /meta | |
parent | bc2f38f65c377b1e7ad299eefa2c0b3362879101 (diff) | |
download | openembedded-core-cf6698708c6a1acf7b254c0f52fb157721ee9c23.tar.gz openembedded-core-cf6698708c6a1acf7b254c0f52fb157721ee9c23.tar.bz2 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
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/linux/linux-rp-2.6.17/defconfig-qemuarm | 5 | ||||
-rw-r--r-- | meta/packages/linux/linux-rp_2.6.17.bb | 2 |
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 # # 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 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 @@ require linux-rp.inc -PR = "r29" +PR = "r30" # Handy URLs # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ |