projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kmod-crypto: fix selecting core crypto modules
[openwrt.git]
/
target
/
linux
/
omap24xx
/
patches-2.6.37
/
310-n8x0-gpioswitch-input.patch
diff --git
a/target/linux/omap24xx/patches-2.6.37/310-n8x0-gpioswitch-input.patch
b/target/linux/omap24xx/patches-2.6.37/310-n8x0-gpioswitch-input.patch
index
6090800
..
a730e6c
100644
(file)
--- a/
target/linux/omap24xx/patches-2.6.37/310-n8x0-gpioswitch-input.patch
+++ b/
target/linux/omap24xx/patches-2.6.37/310-n8x0-gpioswitch-input.patch
@@
-2,11
+2,11
@@
arch/arm/mach-omap2/board-n8x0.c | 73 +++++++++++++++++++++++++++++++++++++++
1 file changed, 73 insertions(+)
arch/arm/mach-omap2/board-n8x0.c | 73 +++++++++++++++++++++++++++++++++++++++
1 file changed, 73 insertions(+)
-Index: linux-2.6.37
-rc1
/arch/arm/mach-omap2/board-n8x0.c
+Index: linux-2.6.37/arch/arm/mach-omap2/board-n8x0.c
===================================================================
===================================================================
---- linux-2.6.37
-rc1.orig/arch/arm/mach-omap2/board-n8x0.c 2010-11-05 17:03:59.354999895
+0100
-+++ linux-2.6.37
-rc1/arch/arm/mach-omap2/board-n8x0.c 2010-11-05 17:04:41.04000192
6 +0100
-@@ -7
94,6 +794
,77 @@
+--- linux-2.6.37
.orig/arch/arm/mach-omap2/board-n8x0.c 2011-01-27 14:17:29.132000007
+0100
++++ linux-2.6.37
/arch/arm/mach-omap2/board-n8x0.c 2011-01-27 14:17:32.76300000
6 +0100
+@@ -7
89,6 +789
,77 @@
extern void n8x0_usb_init(void);
extern void n8x0_usb_init(void);
@@
-84,7
+84,7
@@
Index: linux-2.6.37-rc1/arch/arm/mach-omap2/board-n8x0.c
static struct omap_gpio_switch n8x0_gpio_switches[] __initdata = {
{
.name = "headphone",
static struct omap_gpio_switch n8x0_gpio_switches[] __initdata = {
{
.name = "headphone",
-@@ -81
5,11 +886
,13 @@
+@@ -81
0,11 +881
,13 @@
.gpio = -1,
.debounce_rising = 200,
.debounce_falling = 200,
.gpio = -1,
.debounce_rising = 200,
.debounce_falling = 200,
This page took
0.023321 seconds
and
4
git commands to generate.