From 6144179d612a4b1e127f30db8f2817c6e5f6712b Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Wed, 13 Oct 2010 01:55:44 +0000 Subject: Add 2.6.36 patches SVN-Revision: 23421 --- .../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 0000000000..a9b8781dd7 --- /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