diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-05 09:10:35 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-05 10:19:42 +0200 |
commit | 7e3937ebfdafb92fe499db61ccdf8dc5e48ae13d (patch) | |
tree | fe64a5c0909d11c680802d93a4d9b23fad289ea4 /recipes/linux/linux-openmoko-2.6.32_git.bb | |
parent | 0997ea806990cf918c08326032281db8fbdedd77 (diff) |
linux-openmoko-2.6.32: fix for lost touchscreen bug #2328
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/linux-openmoko-2.6.32_git.bb')
-rw-r--r-- | recipes/linux/linux-openmoko-2.6.32_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.32_git.bb b/recipes/linux/linux-openmoko-2.6.32_git.bb index 499c4a085e..ac7a531817 100644 --- a/recipes/linux/linux-openmoko-2.6.32_git.bb +++ b/recipes/linux/linux-openmoko-2.6.32_git.bb @@ -4,7 +4,7 @@ require linux-openmoko.inc KERNEL_RELEASE="2.6.32.13" SRCREV = "a9254be10ac2294ea20165a87c09ea6afcf66d94" -OEV = "oe2" +OEV = "oe3" PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCPV}" SRC_URI = "\ @@ -30,6 +30,8 @@ SRC_URI = "\ file://0012-Fix-dynamic-command-queue-allocation.patch \ file://0013-Debug-statements-for-testing.patch \ file://0014-Fix-claim-of-2D-register-resource.patch \ +# fix for lost touchscreen https://docs.openmoko.org/trac/ticket/2328 + file://touchscreen_ignoreunexpectedintr29.patch \ " SRC_URI[stablepatch.md5sum] = "ba6abb1ffee513a1d4f831599ddae490" |