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.