[Armadeus-commitlog] armadeus branch, master, updated. release-3.3-8-g2725330
Brought to you by:
sszy
|
From: Nicolas <th...@us...> - 2010-08-09 16:35:20
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 2725330da080825184408c8b56a512f5378046dc (commit)
from 84320e398fbaad78a9f870662d521fbaff67810c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2725330da080825184408c8b56a512f5378046dc
Author: Nicolas Colombain <sal...@ar...-office>
Date: Mon Aug 9 18:34:33 2010 +0200
[LINUX] fix bug #82 USB dongle not recognized if plugged before power up)
-----------------------------------------------------------------------
Summary of changes:
.../2.6.29/281-apf27-armadeus-add_apf27.c.patch | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
diff --git a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/281-apf27-armadeus-add_apf27.c.patch b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/281-apf27-armadeus-add_apf27.c.patch
index 5d60fd7..ab4a3df 100644
--- a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/281-apf27-armadeus-add_apf27.c.patch
+++ b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/281-apf27-armadeus-add_apf27.c.patch
@@ -804,7 +804,7 @@ Index: linux-2.6.29.6/arch/arm/mach-mx2/apf27-dev.c
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ linux-2.6.29.6/arch/arm/mach-mx2/apf27-dev.c 2010-07-28 10:59:04.000000000 +0200
-@@ -0,0 +1,1147 @@
+@@ -0,0 +1,1139 @@
+ /*
+ * apf27-dev.c
+ * Support for AFP27 module's development baseboard
@@ -1575,14 +1575,6 @@ Index: linux-2.6.29.6/arch/arm/mach-mx2/apf27-dev.c
+ pr_debug("reset controller: 0x%08x\n", temp);
+ mdelay(10);
+
-+ /* force port powerup in case of connected device */
-+ temp = readl(IO_ADDRESS(OTG_BASE_ADDR) + 0x384);
-+ pr_debug("PORTSC1 before: 0x%08x\n", temp);
-+ temp &= ~(1 << 12);
-+ temp |= 1 << 12;
-+ writel(temp, IO_ADDRESS(OTG_BASE_ADDR) + 0x384);
-+ mdelay(10);
-+
+ return ret;
+}
+
hooks/post-receive
--
armadeus
|