From c01503bef1a9b64b8ad477949e389b3609b3ed50 Mon Sep 17 00:00:00 2001 From: marschap Date: Fri, 9 May 2008 09:28:18 +0000 Subject: [PATCH] add lis driver to the list of available driver names --- LCDd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LCDd.conf b/LCDd.conf index ec92641..a2520d1 100644 --- a/LCDd.conf +++ b/LCDd.conf @@ -46,7 +46,7 @@ DriverPath=server/drivers/ # The following drivers are supported: # bayrad, CFontz, CFontz633, CFontzPacket, curses, CwLnx, ea65, # EyeboxOne, g15, glcdlib, glk, hd44780, icp_a106, imon, IOWarrior, -# irman, joy, lb216, lcdm001, lcterm, lirc, MD8800, ms6931, mtc_s16209x, +# irman, joy, lb216, lcdm001, lcterm, lirc, lis, MD8800, ms6931, mtc_s16209x, # MtxOrb, mx5000, NoritakeVFD, picolcd, pyramid, sed1330, sed1520, serialPOS, # serialVFD, shuttleVFD, sli, stv5730, svga, t6963, text, tyan, ula200, # xosd @@ -61,7 +61,7 @@ Port=13666 # Sets the reporting level; defaults to 2 (warnings and errors only). #ReportLevel=3 -# Should we report to syslog instead of stderr ? [default: no, legal: yes, no] +# Should we report to syslog instead of stderr ? [default: no; legal: yes, no] #ReportToSyslog=yes # User to run as. LCDd will drop its root priviledges, if any,