From 926e9c023da6589ce763e7d1466acc77fc593f43 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sat, 30 Apr 2005 06:02:09 +0000 Subject: [lcd4linux @ 2005-04-30 06:02:09 by reinelt] LCD-Linux display size set up from lcd4linux.conf --- drv_LCDLinux.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'drv_LCDLinux.h') diff --git a/drv_LCDLinux.h b/drv_LCDLinux.h index 6bdf1f1..2063a04 100644 --- a/drv_LCDLinux.h +++ b/drv_LCDLinux.h @@ -1,6 +1,6 @@ /* lcd.h * - * $Id: drv_LCDLinux.h,v 1.1 2005/04/09 07:36:42 reinelt Exp $ + * $Id: drv_LCDLinux.h,v 1.2 2005/04/30 06:02:09 reinelt Exp $ * * LCD driver for HD44780 compatible displays connected to the parallel port. * @@ -27,7 +27,7 @@ #ifndef LCD_H #define LCD_H -#define LCD_LINUX_VERSION "0.8.8" /* Version number */ +#define LCD_LINUX_VERSION "0.8.9-CVS" /* Version number */ #define LCD_MAJOR 120 /* Major number for this device * Set this to 0 for dynamic allocation @@ -55,11 +55,10 @@ struct lcd_driver { #define IOCTL_GET_PARAM _IOR(LCD_MAJOR, 1, struct lcd_driver *) #define LCD_PROC_ON 0x0001 /* Enable the /proc filesystem support */ -#define LCD_READ_ON 0x0002 /* Enable the read functions */ -#define LCD_ETTY_ON 0x0004 /* Enable the tty support */ -#define LCD_CONSOLE 0x0008 /* Enable the console support */ -#define LCD_4BITS_BUS 0x0010 /* Set the bus length to 4 bits */ -#define LCD_5X10_FONT 0x0020 /* Use 5x10 dots fonts */ +#define LCD_ETTY_ON 0x0002 /* Enable the tty support */ +#define LCD_CONSOLE 0x0004 /* Enable the console support */ +#define LCD_4BITS_BUS 0x0008 /* Set the bus length to 4 bits */ +#define LCD_5X10_FONT 0x0010 /* Use 5x10 dots fonts */ -- cgit v1.2.3