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 abb6726..e34fe5c 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 c5d4b12..fd2095e 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 \