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,7 +1,5 @@
Index: lcd4linux-847/drv_RouterBoard.c --- a/drv_RouterBoard.c
=================================================================== +++ b/drv_RouterBoard.c
--- lcd4linux-847.orig/drv_RouterBoard.c 2007-12-01 17:15:10.000000000 +0100
+++ lcd4linux-847/drv_RouterBoard.c 2007-12-01 17:15:10.000000000 +0100
@@ -106,7 +106,7 @@ @@ -106,7 +106,7 @@
#include <string.h> #include <string.h>
#include <errno.h> #include <errno.h>

View File

@ -1,6 +1,6 @@
--- a/plugin_netinfo.c --- a/plugin_netinfo.c
+++ b/plugin_netinfo.c +++ b/plugin_netinfo.c
@@ -264,7 +264,7 @@ @@ -264,7 +264,7 @@ static void my_netmask_short(RESULT * re
sin = get_netmask(arg1); sin = get_netmask(arg1);
if (NULL != sin) { if (NULL != sin) {
logval = (long double) (get_netmask(arg1)->sin_addr.s_addr); logval = (long double) (get_netmask(arg1)->sin_addr.s_addr);

View File

@ -1,7 +1,5 @@
Index: lcd4linux-847/drv_generic_parport.c --- a/drv_generic_parport.c
=================================================================== +++ b/drv_generic_parport.c
--- lcd4linux-847.orig/drv_generic_parport.c 2007-12-01 17:15:10.000000000 +0100
+++ lcd4linux-847/drv_generic_parport.c 2007-12-01 17:15:11.000000000 +0100
@@ -39,16 +39,6 @@ @@ -39,16 +39,6 @@
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>
@ -19,9 +17,9 @@ Index: lcd4linux-847/drv_generic_parport.c
#if defined (HAVE_LINUX_PARPORT_H) && defined (HAVE_LINUX_PPDEV_H) #if defined (HAVE_LINUX_PARPORT_H) && defined (HAVE_LINUX_PPDEV_H)
#define WITH_PPDEV #define WITH_PPDEV
#include <linux/parport.h> #include <linux/parport.h>
@@ -65,6 +55,11 @@ @@ -68,6 +58,11 @@
#define PARPORT_STATUS_BUSY 0x80 /* these signals are inverted by hardware on the parallel port */
#endif #define PARPORT_CONTROL_INVERTED (PARPORT_CONTROL_STROBE | PARPORT_CONTROL_SELECT | PARPORT_CONTROL_AUTOFD)
+#ifndef WITH_OUTB +#ifndef WITH_OUTB
+#define inb(foo) 0 +#define inb(foo) 0

View File

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

View File

@ -1,6 +1,5 @@
diff -urN lcd4linux-r870.orig/libmpdclient.c lcd4linux-r870/libmpdclient.c --- /dev/null
--- lcd4linux-r870.orig/libmpdclient.c 1970-01-01 01:00:00.000000000 +0100 +++ b/libmpdclient.c
+++ lcd4linux-r870/libmpdclient.c 2008-03-26 04:43:31.000000000 +0100
@@ -0,0 +1,1957 @@ @@ -0,0 +1,1957 @@
+/* libmpdclient +/* libmpdclient
+ (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
@ -1959,9 +1958,8 @@ diff -urN lcd4linux-r870.orig/libmpdclient.c lcd4linux-r870/libmpdclient.c
+ free(sPlaylist); + free(sPlaylist);
+ free(string); + free(string);
+} +}
diff -urN lcd4linux-r870.orig/libmpdclient.h lcd4linux-r870/libmpdclient.h --- /dev/null
--- lcd4linux-r870.orig/libmpdclient.h 1970-01-01 01:00:00.000000000 +0100 +++ b/libmpdclient.h
+++ lcd4linux-r870/libmpdclient.h 2008-03-26 04:43:32.000000000 +0100
@@ -0,0 +1,661 @@ @@ -0,0 +1,661 @@
+/* libmpdclient +/* libmpdclient
+ (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)

View File

@ -1,6 +1,5 @@
diff -urN lcd4linux-r877/drv_G15.c lcd4linux-r877.new/drv_G15.c --- a/drv_G15.c
--- lcd4linux-r877/drv_G15.c 2008-06-01 22:47:45.000000000 +0200 +++ b/drv_G15.c
+++ lcd4linux-r877.new/drv_G15.c 2008-08-06 17:31:04.000000000 +0200
@@ -42,6 +42,7 @@ @@ -42,6 +42,7 @@
#include <usb.h> #include <usb.h>
@ -9,7 +8,7 @@ diff -urN lcd4linux-r877/drv_G15.c lcd4linux-r877.new/drv_G15.c
#include <linux/input.h> #include <linux/input.h>
#include <linux/uinput.h> #include <linux/uinput.h>
@@ -258,8 +259,13 @@ @@ -269,8 +270,13 @@ void drv_G15_initKeyHandling(char *devic
} }
memset(&device, 0, sizeof(device)); memset(&device, 0, sizeof(device));
strncpy(device.name, "G15 Keys", UINPUT_MAX_NAME_SIZE); strncpy(device.name, "G15 Keys", UINPUT_MAX_NAME_SIZE);