From 12cb8e47f82cfc3132962382d3a290028548b902 Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 6 Jan 2011 01:32:17 +0000 Subject: [xburst] Add 2.6.37 support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24914 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../xburst/patches-2.6.37/440-metronome.patch | 1213 ++++++++++++++++++++ 1 file changed, 1213 insertions(+) create mode 100644 target/linux/xburst/patches-2.6.37/440-metronome.patch (limited to 'target/linux/xburst/patches-2.6.37/440-metronome.patch') diff --git a/target/linux/xburst/patches-2.6.37/440-metronome.patch b/target/linux/xburst/patches-2.6.37/440-metronome.patch new file mode 100644 index 000000000..eb6d660cb --- /dev/null +++ b/target/linux/xburst/patches-2.6.37/440-metronome.patch @@ -0,0 +1,1213 @@ +From 057f6f13cff319e9f2fff39736371e95ff5ac47b Mon Sep 17 00:00:00 2001 +From: Lars-Peter Clausen +Date: Wed, 12 May 2010 14:24:46 +0200 +Subject: [PATCH 1/5] metronome patches + +--- + drivers/video/metronomefb.c | 788 +++++++++++++++++++++++++++++++++++++------ + include/video/metronomefb.h | 33 ++- + 2 files changed, 710 insertions(+), 111 deletions(-) + +--- a/drivers/video/metronomefb.c ++++ b/drivers/video/metronomefb.c +@@ -18,11 +18,13 @@ + * is provided as am200epd.c + * + */ ++ + #include + #include + #include + #include + #include ++#include + #include + #include + #include +@@ -34,16 +36,25 @@ + #include + #include + #include ++#include + + #include