]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-rp: Disable mouse device for qemuarm
authorRichard Purdie <richard@openedhand.com>
Wed, 6 Dec 2006 15:42:42 +0000 (15:42 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 6 Dec 2006 15:42:42 +0000 (15:42 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1011 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/linux/linux-rp-2.6.17/defconfig-qemuarm
meta/packages/linux/linux-rp_2.6.17.bb

index abb67265568e28054bc7bae2b273deb7919a66e1..e34fe5c0907c037309022af870809f163cfe7827 100644 (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
index c5d4b126ac5afdc19feadb93ea05102a8835f2f3..fd2095ebfd8e8d3a32cfba5b7e8b9825d9554a54 100644 (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 \