aboutsummaryrefslogtreecommitdiffstats
path: root/drv_generic_parport.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2004-06-20[lcd4linux @ 2004-06-20 10:09:52 by reinelt]reinelt1-13/+19
'const'ified the whole source
2004-04-12[lcd4linux @ 2004-04-12 05:14:42 by reinelt]reinelt1-4/+16
another BIG FAT WARNING on the use of raw ports instead of ppdev
2004-03-03[lcd4linux @ 2004-03-03 04:44:16 by reinelt]reinelt1-2/+6
changes (cosmetics?) to the big patch from Martin hash patch un-applied
2004-03-03[lcd4linux @ 2004-03-03 03:47:04 by reinelt]reinelt1-4/+16
big patch from Martin Hejl: - use qprintf() where appropriate - save CPU cycles on gettimeofday() - add quit() functions to free allocated memory - fixed lots of memory leaks
2004-01-20[lcd4linux @ 2004-01-20 15:32:48 by reinelt]reinelt1-30/+35
first version of Next Generation HD44780 (untested! but it compiles...) some cleanup in the other drivers
2004-01-20[lcd4linux @ 2004-01-20 14:35:38 by reinelt]reinelt1-0/+411
drv_generic_parport added, code from parport.c