[oe-commits] Frans Meulenbroeks : linux-omap-2.6.27: set UINPUT and MUSB_PIO_ONLY

GIT User account git at amethyst.openembedded.net
Sat Jan 24 19:36:56 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 83bb827b3c3d1f0e7178cd10cef4a3838e8f4371
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=83bb827b3c3d1f0e7178cd10cef4a3838e8f4371

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Jan 24 20:01:53 2009 +0100

linux-omap-2.6.27: set UINPUT and MUSB_PIO_ONLY
(uinput for wwi mote, musb_pip_only for bluetooth adapter)

---

 .../linux/linux-omap-2.6.27/beagleboard/defconfig  |    5 +++--
 packages/linux/linux-omap_2.6.27.bb                |    2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/packages/linux/linux-omap-2.6.27/beagleboard/defconfig b/packages/linux/linux-omap-2.6.27/beagleboard/defconfig
index 7b22946..f290ea1 100644
--- a/packages/linux/linux-omap-2.6.27/beagleboard/defconfig
+++ b/packages/linux/linux-omap-2.6.27/beagleboard/defconfig
@@ -810,7 +810,8 @@ CONFIG_MOUSE_PS2_TRACKPOINT=y
 # CONFIG_INPUT_JOYSTICK is not set
 # CONFIG_INPUT_TABLET is not set
 # CONFIG_INPUT_TOUCHSCREEN is not set
-# CONFIG_INPUT_MISC is not set
+CONFIG_INPUT_MISC=y
+CONFIG_INPUT_UINPUT=y
 
 #
 # Hardware I/O ports
@@ -1411,7 +1412,7 @@ CONFIG_USB_MUSB_HOST=y
 # CONFIG_USB_MUSB_OTG is not set
 # CONFIG_USB_GADGET_MUSB_HDRC is not set
 CONFIG_USB_MUSB_HDRC_HCD=y
-# CONFIG_MUSB_PIO_ONLY is not set
+CONFIG_MUSB_PIO_ONLY=y
 CONFIG_USB_INVENTRA_DMA=y
 CONFIG_MUSB_USE_SYSTEM_DMA_RX=y
 # CONFIG_USB_TI_CPPI_DMA is not set
diff --git a/packages/linux/linux-omap_2.6.27.bb b/packages/linux/linux-omap_2.6.27.bb
index c3807d4..c5c01ac 100644
--- a/packages/linux/linux-omap_2.6.27.bb
+++ b/packages/linux/linux-omap_2.6.27.bb
@@ -6,7 +6,7 @@ KERNEL_IMAGETYPE = "uImage"
 COMPATIBLE_MACHINE = "omap5912osk|omap1710h3|omap2430sdp|omap2420h4|beagleboard|omap3evm"
 
 SRCREV = "2a3408be17f287fdb5809c9b6c68e7ad96d25b74"
-PR = "r13"
+PR = "r14"
 
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \
 	   file://defconfig"





More information about the Openembedded-commits mailing list