linux-rp: enable uinput for Tosa in 2.6.17 - close #1372
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 30 Oct 2007 12:07:08 +0000 (12:07 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 30 Oct 2007 12:07:08 +0000 (12:07 +0000)
packages/linux/linux-rp-2.6.17/defconfig-tosa
packages/linux/linux-rp_2.6.17.bb

index 4144e5c..b2ac915 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 211c5a4..329cd01 100644 (file)
@@ -1,6 +1,6 @@
 require linux-rp.inc
 
-PR = "r35"
+PR = "r37"
 
 # Handy URLs
 # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \