diff options
author | Richard Purdie <richard@openedhand.com> | 2006-02-18 11:15:01 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-02-18 11:15:01 +0000 |
commit | e6dc152830347b0b06820499301eafec9e53d6e1 (patch) | |
tree | 3cd9530eb18d2137b14c888f1f4d8a461bfb24dc /openembedded | |
parent | 92129bab97a28c76af461070e95ee1c8dda3af74 (diff) | |
download | openembedded-core-e6dc152830347b0b06820499301eafec9e53d6e1.tar.gz openembedded-core-e6dc152830347b0b06820499301eafec9e53d6e1.tar.bz2 openembedded-core-e6dc152830347b0b06820499301eafec9e53d6e1.zip |
linux-oz-2.6: Revamp headphone jack switch handler.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@282 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
-rw-r--r-- | openembedded/packages/linux/linux-openzaurus_2.6.15.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openembedded/packages/linux/linux-openzaurus_2.6.15.bb b/openembedded/packages/linux/linux-openzaurus_2.6.15.bb index 3eae7cbc84..19301f41cd 100644 --- a/openembedded/packages/linux/linux-openzaurus_2.6.15.bb +++ b/openembedded/packages/linux/linux-openzaurus_2.6.15.bb @@ -1,6 +1,6 @@ include linux-openzaurus.inc -PR = "r5" +PR = "r6" # Handy URLs # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ @@ -75,6 +75,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.15.tar.bz2 \ ${RPSRC}/pm_changes-r0.patch;patch=1 \ ${RPSRC}/sharpsl_pm-do-r2.patch;patch=1 \ ${DOSRC}/kexec-arm-r0.patch \ + ${RPSRC}/headphone_switch-r0.patch;patch=1 \ file://add-oz-release-string.patch;patch=1 \ file://pxa-serial-hack.patch;patch=1 \ ${RPSRC}/pxa-linking-bug.patch;patch=1 \ |