From 28ea12b3b334cd77895c287b4b264771ebf7b546 Mon Sep 17 00:00:00 2001 From: lars Date: Wed, 13 Oct 2010 01:55:44 +0000 Subject: [xburst] Add 2.6.36 patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23421 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../xburst/patches-2.6.36/440-metronome.patch | 1213 ++++++++++++++++++++ 1 file changed, 1213 insertions(+) create mode 100644 target/linux/xburst/patches-2.6.36/440-metronome.patch (limited to 'target/linux/xburst/patches-2.6.36/440-metronome.patch') diff --git a/target/linux/xburst/patches-2.6.36/440-metronome.patch b/target/linux/xburst/patches-2.6.36/440-metronome.patch new file mode 100644 index 000000000..a9b8781dd --- /dev/null +++ b/target/linux/xburst/patches-2.6.36/440-metronome.patch @@ -0,0 +1,1213 @@ +From a3777b7407a9ce96a6904a6942881bbb1049594d Mon Sep 17 00:00:00 2001 +From: Lars-Peter Clausen +Date: Wed, 12 May 2010 14:24:46 +0200 +Subject: [PATCH] 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