package/lcd4linux: refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30380 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2012-02-08 16:39:18 +00:00
parent ecd6ae6f63
commit 6a681f394e
6 changed files with 19 additions and 28 deletions

View File

@ -1,8 +1,6 @@
Index: lcd4linux-847/drv_T6963.c
===================================================================
--- lcd4linux-847.orig/drv_T6963.c 2007-12-01 17:15:10.000000000 +0100
+++ lcd4linux-847/drv_T6963.c 2007-12-01 17:15:11.000000000 +0100
@@ -114,7 +114,9 @@
--- a/drv_T6963.c
+++ b/drv_T6963.c
@@ -114,7 +114,9 @@ static void drv_T6_status1(void)
/* wait for STA0=1 and STA1=1 */
n = 0;
do {
@ -12,7 +10,7 @@ Index: lcd4linux-847/drv_T6963.c
if (++n > 1000) {
debug("hang in status1");
bug = 1;
@@ -150,7 +152,9 @@
@@ -150,7 +152,9 @@ static void drv_T6_status2(void)
/* wait for STA3=1 */
n = 0;
do {