diff --git a/docs/lcdproc-user/drivers/IOWarrior.docbook b/docs/lcdproc-user/drivers/IOWarrior.docbook
index 80861fe..ff832e4 100644
--- a/docs/lcdproc-user/drivers/IOWarrior.docbook
+++ b/docs/lcdproc-user/drivers/IOWarrior.docbook
@@ -58,7 +58,7 @@ support controlling LCD displays:
-The IOWarrior driver currently only supports writing
+The IOWarrior driver currently only supports writing
to a single-controller HD44780-type display.
LED output using the output() function is also implemented,
although not tested very well.
@@ -74,6 +74,12 @@ the current state regarding support of this chip is unknown due to the
lack of the required hardware.
+
+
+
+
+Requirements
+
The driver is based on the libusb
USB library, which should make it work with Linux, the different BSB variants
@@ -81,7 +87,7 @@ as well as Darwin/MacOS X.
- When using a libusb based driver like IOWarrior,
+ When using a libusb based driver like IOWarrior,
LCDd needs to be started as root.
@@ -92,7 +98,7 @@ as well as Darwin/MacOS X.
iowarrior.ko that allows controlling IOWarrior
chips using device files.
Having this module loaded may hinder LCDd
- from starting using the IOWarrior driver.
+ from starting using the IOWarrior driver.
In this case, simply unload the kernel module.
diff --git a/docs/lcdproc-user/drivers/hd44780.docbook b/docs/lcdproc-user/drivers/hd44780.docbook
index f21de29..1339819 100644
--- a/docs/lcdproc-user/drivers/hd44780.docbook
+++ b/docs/lcdproc-user/drivers/hd44780.docbook
@@ -690,7 +690,7 @@ you need it otherwise, then connect it to GND. This certainly applies if you hav
-The 4bit connection type supports more than one display connected
+The 4bit connection type supports more than one display connected
to the same parallel port.
If you want to connect more than one display, then wire the all the displays to the
parallel port according to the scheme above with the exception of the EN
@@ -2124,7 +2124,7 @@ that can be piggy-packed to a HD44780 display and connects that to USB.
-The board, driven by the bwctusb connection type,
+The board, driven by the bwctusb connection type,
does neither support a keypad for input, nor more than one single-controller
display, nor does it allow setting the backlight or brightness.
But you can set the display's contrast using software
@@ -2184,7 +2184,7 @@ Besides the standard configuration options for hd44780 displays, th
Contrast= to set the display's contrast,
Brightness= to set the display's brightness when the backlight is switched on and
OffBrightness= to set the display's brightness when is backlight is switched off.
-Both options expect a number in the range from 0 to 1000.
+All three options expect a number in the range from 0 to 1000.
@@ -2589,7 +2589,7 @@ This can be done by specifying or by inclu
Set the initial off-brightness, i.e. the brightness when the backlight is off,
- for the lcd2usb connection type.
+ for the lcd2usb connection type.
The ilegal range is 0 - 1000.
If not given, it defaults to 300.
@@ -2601,8 +2601,8 @@ This can be done by specifying or by inclu
CONTRAST
- Set the initial contrast for the bwctusb and
- lcd2usb connection types.
+ Set the initial contrast for the bwctusb and
+ lcd2usb connection types.
Legal values for CONTRAST are
0 - 1000.
If not given, it defaults to 500 which may
@@ -2806,7 +2806,7 @@ This can be done by specifying or by inclu
VENDORID
- USB vendor ID to look for a FTDI chip with ConnectionType=ftdi.
+ USB vendor ID to look for a FTDI chip with connection type ftdi.
Default: 0x4003.
@@ -2817,7 +2817,7 @@ This can be done by specifying or by inclu
PRODUCTID
- USB product ID to look for a FTDI chip with ConnectionType=ftdi.
+ USB product ID to look for a FTDI chip with connection type ftdi.
Default: 0x6001.
@@ -2829,7 +2829,7 @@ This can be done by specifying or by inclu
Serial number of the USB device to look for with
- ConnectionType=bwctusb.
+ connection type bwctusb.
If not given, the first BWCT USB module found will be used.
diff --git a/docs/lcdproc-user/drivers/irman.docbook b/docs/lcdproc-user/drivers/irman.docbook
index 08b3295..5046aff 100644
--- a/docs/lcdproc-user/drivers/irman.docbook
+++ b/docs/lcdproc-user/drivers/irman.docbook
@@ -2,9 +2,8 @@
The irman Driver
-The irman driver allows you to use the IrMan IR remote control
-to control the LCDproc server
-(LCDd)
+The irman driver allows you to use the IrMan IR remote control
+to control the LCDproc server LCDd
and/or clients that can handle input.
@@ -50,10 +49,11 @@ The keys are mapped according to the following table:
-
-If you have trouble using the irman driver, you might try the lirc driver.
-lirc supports IrMan as well.
-
+
+ If you have trouble using the irman driver,
+ you might try the lirc driver.
+ lirc supports IrMan as well.
+
diff --git a/docs/lcdproc-user/drivers/lircin.docbook b/docs/lcdproc-user/drivers/lircin.docbook
index a1c9f16..76ac0cf 100644
--- a/docs/lcdproc-user/drivers/lircin.docbook
+++ b/docs/lcdproc-user/drivers/lircin.docbook
@@ -2,10 +2,9 @@
The lirc Driver
-The lirc driver enables you to use any IR remote control
-that works with LIRC to control the LCDproc server
-(LCDd)
-and/or clients that can handle input.
+The lirc driver enables you to use any IR remote control
+that works with LIRC to control the LCDproc server
+LCDd and/or clients that can handle input.
@@ -179,7 +178,7 @@ end
-Which buttons you specify here depends on your RC and your LIRC configuration.
+Which buttons you specify here depends on your remote control and your LIRC configuration.
diff --git a/docs/lcdproc-user/drivers/lis.docbook b/docs/lcdproc-user/drivers/lis.docbook
index e37aa26..b8d2582 100644
--- a/docs/lcdproc-user/drivers/lis.docbook
+++ b/docs/lcdproc-user/drivers/lis.docbook
@@ -28,22 +28,38 @@ between the FTDI and the NEC chips.
Requirements
-The driver depends on libftdi, version 0.8 or higher, from
+The driver depends on libftd, version 0.8 or higher, from
http://www.intra2net.com/opensource/ftdi/.
-
-
-Compiling
-
-Make sure that the L.I.S files are built when you run configure. This
-can be done by specifying "--enable-drivers=all" or by
-"--enable-drivers=lis".
+libftd itself depends on the
+libusb
+USB library.
+
+
+
+ When using a libusb based driver like lis,
+ LCDd needs to be started as root.
+
+
+
+
+
+ Newer Linux kernels (2.6.20 and higher) provide a kernel module
+ iowarrior.ko that allows controlling IOWarrior
+ chips using device files.
+ Having this module loaded may hinder LCDd
+ from starting using the lis driver.
+ In this case, simply unload the kernel module.
+
+
+
+
Configuration in LCDd.conf