]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-rp: enable uinput for Tosa in 2.6.17
authorMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 30 Oct 2007 11:31:16 +0000 (11:31 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 30 Oct 2007 11:31:16 +0000 (11:31 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3039 311d38ba-8fff-0310-9ca6-ca027cbcb966

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

index 4144e5cf386eb1845302cdb649dcd1e749bde56e..b2ac915e074eff3b9401422938374c97bf9d07cf 100644 (file)
@@ -794,7 +794,8 @@ CONFIG_TOUCHSCREEN_WM97XX=y
 CONFIG_TOUCHSCREEN_WM9712=y
 # CONFIG_TOUCHSCREEN_WM9713 is not set
 # CONFIG_TOUCHSCREEN_WM97XX_PXA is not set
-# CONFIG_INPUT_MISC is not set
+CONFIG_INPUT_MISC=y
+CONFIG_INPUT_UINPUT=m
 
 #
 # Hardware I/O ports
index a8821953a1e7c00aa737fb1bbd15fafa3824aa8e..329cd01217509add8951ac039b96c9ff999bcada 100644 (file)
@@ -1,6 +1,6 @@
 require linux-rp.inc
 
-PR = "r36"
+PR = "r37"
 
 # Handy URLs
 # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \