summaryrefslogtreecommitdiff
path: root/packages/linux/linux-ezx_2.6.21.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-05-19 09:38:22 +0000
committerKoen Kooi <koen@openembedded.org>2007-05-19 09:38:22 +0000
commitc50fe0c5f0eb2e243a4921e8576ba49db26483fc (patch)
tree45fbe157b566abc7dc092d7d1b5d34d0cdfec4ba /packages/linux/linux-ezx_2.6.21.bb
parenta338dfb607b7a17292b6ec719c2db6528e6a87ad (diff)
linux-ezx 2.6.21: update to r2011:
r2011: call send_readurb on bp_rdy signal from BP to keep BP communication active add asoc pxa2xx-ssp.c driver from asoc-v0.13rc3 r2010: * pxa-kbd.patch: Fix pxakbd bug: direct keys were not passed to userspace * a780-kbd.patch: Cleanup keycodes definition for a780, use unique keycodes so to avoid the double event problem occurring when the same keycode is used more than once. r2003: core: EZX subsystem ezx-phone.c file for each phone BP handshake code on a platform_driver (and another .patch) pm: fully functional suspend/resume (except for BP) reboot/poweroff new: a780 flip e680 lock switch bp: Kconfig entry to disable BP handshake (the watchdog dont start if we dont try to handshake) other: delete obsolete files r2002: * Implement vibrator handling for a780 using the leds class. r1999: * Port and readapt ezx-backlight patch. Let's use again the backlight class to handle lcd brightness. r1998: * Port leds patches for A780 and E680 (we still pollute ezx.c for now)
Diffstat (limited to 'packages/linux/linux-ezx_2.6.21.bb')
-rw-r--r--packages/linux/linux-ezx_2.6.21.bb19
1 files changed, 13 insertions, 6 deletions
diff --git a/packages/linux/linux-ezx_2.6.21.bb b/packages/linux/linux-ezx_2.6.21.bb
index 35dc2dff5d..15f5771415 100644
--- a/packages/linux/linux-ezx_2.6.21.bb
+++ b/packages/linux/linux-ezx_2.6.21.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "http://www.openezx.org"
LICENSE = "GPL"
DEPENDS += "quilt-native"
EZX = "ezx0"
-PR = "${EZX}-r4"
+PR = "${EZX}-r5"
inherit kernel
@@ -18,16 +18,25 @@ RPSRC = "http://www.rpsys.net/openzaurus/patches/archive"
SRC_URI = " \
${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
file://ezx-core.patch;patch=1 \
+ file://ezx-bp.patch;patch=1 \
file://ezx-pm.patch;patch=1 \
file://ezx-pcap.patch;patch=1 \
- file://ezx-mci.patch;patch=1 \
- file://pxa27x-udc-support.2.patch;patch=1 \
+ file://a780-mci.patch;patch=1 \
+ file://e680-mci.patch;patch=1 \
+ file://pxa27x-udc-support.2.patch;patch=1 \
file://ezx-emu.patch;patch=1 \
file://ezx-mtd-map.patch;patch=1 \
file://ezx-serial-bug-workaround.patch;patch=1 \
file://pxa-kbd.patch;patch=1 \
- file://ezx-kbd.patch;patch=1 \
+ file://a780-kbd.patch;patch=1 \
+ file://e680-kbd.patch;patch=1 \
file://pcap-ts.patch;patch=1 \
+ file://ezx-backlight.patch;patch=1 \
+ file://a780-flip.patch;patch=1 \
+ file://e680-locksw.patch;patch=1 \
+ file://a780-leds.patch;patch=1 \
+ file://e680-leds.patch;patch=1 \
+ file://a780-vibrator.patch;patch=1 \
file://mux_cli.patch;patch=1 \
file://mux-fix.patch;patch=1 \
file://mux-fix-init-errorpath.patch;patch=1 \
@@ -37,8 +46,6 @@ SRC_URI = " \
file://mux-fix-makefile.patch;patch=1 \
file://mux-fix-tty-driver.patch;patch=1 \
file://mux-linux-2.6.21-fix.patch;patch=1 \
- file://mux-ifdef-ezx-features.patch;patch=1 \
- file://mux_debug.patch;patch=1 \
file://logo_linux_clut224.ppm \
file://defconfig-a780 \
file://defconfig-e680 \