[backfire/packages] lcd4linux: refresh patches
[openwrt/svn-archive/archive.git] / utils / lcd4linux / patches / 120-remove_parport_outb.patch
index 9ae1d0b7ecfb755c421ea0f4009554d9fdf05660..68d4bd48b524d1eb4e9994ca2785a1876a58acae 100644 (file)
@@ -1,7 +1,5 @@
-Index: lcd4linux-847/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
+--- a/drv_generic_parport.c
++++ b/drv_generic_parport.c
 @@ -39,16 +39,6 @@
  #include <sys/stat.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)
  #define WITH_PPDEV
  #include <linux/parport.h>
-@@ -65,6 +55,11 @@
- #define PARPORT_STATUS_BUSY       0x80
- #endif
+@@ -68,6 +58,11 @@
+ /* these signals are inverted by hardware on the parallel port */
+ #define PARPORT_CONTROL_INVERTED (PARPORT_CONTROL_STROBE | PARPORT_CONTROL_SELECT | PARPORT_CONTROL_AUTOFD)
  
 +#ifndef WITH_OUTB
 +#define inb(foo) 0