blob: e38aad5b053513cf32e5f659e96385b2e3cf0546 (
plain)
1
2
3
4
5
6
7
8
9
10
|
00-08-09 11:03:07 +0000'>2000-08-09
| [lcd4linux @ 2000-08-09 11:03:07 by reinelt] | reinelt | 1 | -13/+28 |
|
fixed a bug in system.c where the format of /proc/net/dev was not correctly
detected and parsed with different kernels
|
|
opened 0.98 development
removed driver-specific signal-handlers
added 'quit'-function to driver structure
added global signal-handler
|
|
some changes to support kernel-2.4 (different layout of various files in /proc)
|
|
eliminated some compiler warnings with glibc
|
|
minor bugfix (zero length)
|
|
added ppp throughput
token is '%t[iomt]' at the moment, but this will change in the near future
|
|
|
|
|
|
Crystalfontz initial coding
|
|
driver for 3Com Palm Pilot added
|
|
bars for Beckmann+Egle driver
|
|
first release of the Beckmann+Egle driver
|
|
added documentation to EXTRA_DIST so that they go into the tarball
|
|
README for HD44780 driver
|
|
added README.44780
|
|
moved delay loops to udelay.c
renamed -d (debugging) switch to -v (verbose)
new switch -d to calibrate delay loop
'Delay' entry for HD44780 back again
delay loops will not calibrate automatically, because this will fail with hich CPU load
|
|
more debug messages
|
|
added '-d' (debugging) switch
added several debugging messages
removed config entry 'Delay' for HD44780 driver
delay loop for HD44780 will be calibrated automatically
|
|
added BogoMips() to system.c (not used by now, maybe sometimes we can
calibrate our delay loop with this value)
added delay loop to HD44780 driver. It seems to be quite fast now. Hopefully
no compiler will optimize away the delay loop!
|
|
first version of the HD44780 driver
|
|
minor changes and cleanups
|
|
UUCP style lockfiles for the serial port
|
|
fixed bug in XWindow.c: union semun isn't defined with glibc-2.1
|