mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
[lcd4linux @ 2004-05-28 13:51:41 by reinelt]
ported driver for Beckmann+Egle Mini-Terminals added 'flags' parameter to serial_init() git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@440 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: drv_Cwlinux.c,v 1.6 2004/05/27 03:39:47 reinelt Exp $
|
||||
/* $Id: drv_Cwlinux.c,v 1.7 2004/05/28 13:51:42 reinelt Exp $
|
||||
*
|
||||
* new style driver for Cwlinux display modules
|
||||
*
|
||||
@@ -23,6 +23,11 @@
|
||||
*
|
||||
*
|
||||
* $Log: drv_Cwlinux.c,v $
|
||||
* Revision 1.7 2004/05/28 13:51:42 reinelt
|
||||
*
|
||||
* ported driver for Beckmann+Egle Mini-Terminals
|
||||
* added 'flags' parameter to serial_init()
|
||||
*
|
||||
* Revision 1.6 2004/05/27 03:39:47 reinelt
|
||||
*
|
||||
* changed function naming scheme to plugin::function
|
||||
@@ -179,7 +184,7 @@ static int drv_CW_start (char *section)
|
||||
}
|
||||
|
||||
// open serial port
|
||||
if (drv_generic_serial_open(section, Name)<0) return -1;
|
||||
if (drv_generic_serial_open(section, Name, 0)<0) return -1;
|
||||
|
||||
// this does not work as I'd expect it...
|
||||
#if 0
|
||||
|
||||
Reference in New Issue
Block a user