summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-10-30 11:31:16 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-10-30 11:31:16 +0000
commit03446930ef7a5e87f4bfa14cf46146e359dec59a (patch)
tree7377d92a6b0da507a3fe04554a42aaabbd5079a4 /meta
parent399ea0eae6fb43c0f70c468f61af38d974307426 (diff)
downloadopenembedded-core-03446930ef7a5e87f4bfa14cf46146e359dec59a.tar.gz
openembedded-core-03446930ef7a5e87f4bfa14cf46146e359dec59a.tar.bz2
openembedded-core-03446930ef7a5e87f4bfa14cf46146e359dec59a.tar.xz
openembedded-core-03446930ef7a5e87f4bfa14cf46146e359dec59a.zip
linux-rp: enable uinput for Tosa in 2.6.17
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3039 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/linux/linux-rp-2.6.17/defconfig-tosa3
-rw-r--r--meta/packages/linux/linux-rp_2.6.17.bb2
2 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/linux/linux-rp-2.6.17/defconfig-tosa b/meta/packages/linux/linux-rp-2.6.17/defconfig-tosa
index 4144e5cf3..b2ac915e0 100644
--- a/meta/packages/linux/linux-rp-2.6.17/defconfig-tosa
+++ b/meta/packages/linux/linux-rp-2.6.17/defconfig-tosa
@@ -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
diff --git a/meta/packages/linux/linux-rp_2.6.17.bb b/meta/packages/linux/linux-rp_2.6.17.bb
index a8821953a..329cd0121 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 = "r36"
+PR = "r37"
# Handy URLs
# git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \