diff options
author | Stanislav Brabec <utx@penguin.cz> | 2008-07-17 08:09:17 +0000 |
---|---|---|
committer | Stanislav Brabec <utx@penguin.cz> | 2008-07-17 08:09:17 +0000 |
commit | 64caddc88d6901fea54b2265a1d44e26d061574a (patch) | |
tree | 47c3a6d9ad0023e297f31046cd80a9ba26f9134a /packages/linux/linux-rp_2.6.26.bb | |
parent | 07d92e8f75a40a501607e6fd2ac7a031658ebf68 (diff) |
linux-rp-2.6.26: Added zaurus-i2c-init.patch:
* initialize I2C on Poodle and Spitz
* sound works again
* suspend does not hang if sound modules are loaded
Diffstat (limited to 'packages/linux/linux-rp_2.6.26.bb')
-rw-r--r-- | packages/linux/linux-rp_2.6.26.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-rp_2.6.26.bb b/packages/linux/linux-rp_2.6.26.bb index b2d378dd8e..74ed5920e8 100644 --- a/packages/linux/linux-rp_2.6.26.bb +++ b/packages/linux/linux-rp_2.6.26.bb @@ -1,6 +1,6 @@ require linux-rp.inc -PR = "r0" +PR = "r1" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_qemuarm = "-1" @@ -35,6 +35,7 @@ SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.26.tar.bz2 \ ${RPSRC}/poodle_pm-r6.patch;patch=1 \ ${RPSRC}/poodle_lcd_hack-r0.patch;patch=1 \ ${RPSRC}/poodle_asoc_fix-r1.patch;patch=1 \ + file://zaurus-i2c-init.patch;patch=1;status=upstream \ ${RPSRC}/logo_oh-r1.patch.bz2;patch=1;status=unmergable \ ${RPSRC}/pxa-linking-bug.patch;patch=1;status=unmergable \ file://hostap-monitor-mode.patch;patch=1;status=unmergable \ |