1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

fbterm: incorporate viric's patch for Ben LCD

This commit is contained in:
kyak
2012-01-08 00:38:24 +04:00
parent 0e220dd528
commit 8389ba0820
3 changed files with 59 additions and 11 deletions

View File

@@ -1,7 +1,6 @@
diff -ur fbterm-1.6.orig/src/lib/io.cpp fbterm-1.6/src/lib/io.cpp
--- fbterm-1.6.orig/src/lib/io.cpp 2011-01-10 13:13:05.158606303 +0300
+++ fbterm-1.6/src/lib/io.cpp 2011-01-10 14:06:58.512695530 +0300
@@ -119,10 +119,10 @@
--- a/src/lib/io.cpp
+++ b/src/lib/io.cpp
@@ -119,10 +119,10 @@ void IoPipe::setCodec(const s8 *up, cons
if (!strcasecmp(up, down)) return;
mCodecRead = iconv_open(up, down);
@@ -14,9 +13,8 @@ diff -ur fbterm-1.6.orig/src/lib/io.cpp fbterm-1.6/src/lib/io.cpp
}
#define BUF_SIZE 10240
diff -ur fbterm-1.6.orig/src/lib/io.h fbterm-1.6/src/lib/io.h
--- fbterm-1.6.orig/src/lib/io.h 2011-01-10 13:13:05.158606303 +0300
+++ fbterm-1.6/src/lib/io.h 2011-01-10 14:08:33.247605712 +0300
--- a/src/lib/io.h
+++ b/src/lib/io.h
@@ -23,6 +23,7 @@
#include "type.h"
@@ -25,7 +23,7 @@ diff -ur fbterm-1.6.orig/src/lib/io.h fbterm-1.6/src/lib/io.h
class IoPipe {
public:
@@ -47,7 +48,7 @@
@@ -47,7 +48,7 @@ private:
void writeIo(s8 *buf, u32 len);
s32 mFd;