From 0b134df6321c696f7afd8c64f7914254cdaf2ccd Mon Sep 17 00:00:00 2001 From: mmdolze Date: Sun, 20 Dec 2009 11:19:16 +0000 Subject: [PATCH] Correct settings name for SureElec driver. --- LCDd.conf | 2 +- docs/lcdproc-user/drivers/SureElec.docbook | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LCDd.conf b/LCDd.conf index 2ac2520..59be65a 100644 --- a/LCDd.conf +++ b/LCDd.conf @@ -990,7 +990,7 @@ Port=0x378 [SureElec] # Port the device is connected to (by default first USB serial port) -Port=/dev/ttyUSB0 +Device=/dev/ttyUSB0 # Edition level of the device (can be 1, 2 or 3) [default: 2] #Edition=1 diff --git a/docs/lcdproc-user/drivers/SureElec.docbook b/docs/lcdproc-user/drivers/SureElec.docbook index 8d90ec7..d4211b1 100644 --- a/docs/lcdproc-user/drivers/SureElec.docbook +++ b/docs/lcdproc-user/drivers/SureElec.docbook @@ -21,11 +21,11 @@ - Port = - PORT + Device = + DEVICE - Port the device is connected to. By default first USB serial port + Name of the device the display appears as. By default first USB serial device /dev/ttyUSB0 is used.