hd44780/serial: Add support for adjustable backlight. Solve some possible

problems that may arise by comparing signed and unsigned char values.
This commit is contained in:
mmdolze
2012-03-11 07:32:38 +00:00
parent 1579d452d9
commit dc49e0a96e
3 changed files with 63 additions and 27 deletions
+1
View File
@@ -28,6 +28,7 @@ v0.5dev (ongoing development)
+ hd44780: Added 'usb4all' connection type (T. Mohaupt)
* Fix RPM init script hanging on recent OS (#3488223)
* lcdproc client: Fix build on OpenBSD >= 5.0
* hd44780/serial: Add support for adjustable backlight
v0.5.5
+ sed1330 driver: Add support for HG25504 (L. Lagendijk)