Commit Graph
282 Commits
Author SHA1 Message Date
reenoo 63550c6f3f fixed debug message 2003-12-25 14:41:41 +00:00
robijn 75cd8a1112 - Modified forking. Child will now signal parent when it has started up OK. Only after that (or error) parent dies.
- Modified startup order of LCDd parts.
- Moved code for starting up the socket from main.c to sock.c
- Variable daemon_mode renamed to foreground_mode, consistent with command line.
- Variable lcd_port renamed to bind_port.
- Modified the constant stay_in_foreground for drivers hd44780 and sed1330. They don't need to stay in foreground anymore.
2003-07-30 19:57:13 +00:00
blt 112db4aa1d Remove unnecessary headers; Flush stdout properly 2003-07-20 01:11:29 +00:00
robijn 6eed2f208f - Fixed startup problem causing device not to initialize properly.
- Added Michael to copyrights as I should have done at the last commit.
2003-07-10 22:06:00 +00:00
dglaude 5dbbae1c47 This is the porting of CwLnx driver from 0.4.4 to 0.5
It is working with both USB and Serial version of the LCD
The heartbeat is currently 3 pixels blinking...
And there might be more cleaning needed in the code.
2003-06-03 23:23:01 +00:00
dglaude 9b2cb53f09 I will mess with CVS here...
diff_ignore could be used to ignore some file from a recursive diff.
acinclude.m4 and Makefile.am are for CwLinux driver.
2003-06-03 23:20:33 +00:00
wayn3 eb51be352c Set the VTIME to 0; seems to work, which matches theory. 2003-05-30 00:00:03 +00:00
wayn3 a6b9141538 Added support for USB. This changes how the driver opens the connection. 2003-05-29 02:04:38 +00:00
robijn c6f9540b01 Commit of changes from Joris And Michael:
- Variable char sized
- Keypad support
- Improved init
- Improved flickering, no hardware cursor anymore
- Support for G191D
- Minor other changes
2003-05-04 17:34:37 +00:00
marsellus 2899406eba added ms6931 driver 2003-04-28 15:26:16 +00:00
marsellus 7250492145 initial commit 2003-04-28 15:22:52 +00:00
robijn c72f813a4c Changed things around port.h a bit:
- port_access_full is now called port_access_multiple and has a count parameter (LPT port stuff should be in lpt-port.h)
- Updated calling source files too
- Added support for ports in higher range, so that PCI LPT cards will work too (but I can't test this myself...)
- Enhanced formatting of in-file documentation a bit
- Updated docs of port.h in lcdproc-dev
2003-04-04 22:53:16 +00:00
themythos c2d3e7e035 Better hardware IO functions 2003-03-13 19:24:56 +00:00
themythos 7535579cf6 Made the correct debug functions
Fixed wrong charakter for block icon
2003-03-10 10:26:25 +00:00
robijn 4a7ef8d847 - Fixed option processing of bool options in config file.
- Tried to make option order more consistent
2003-02-27 20:31:51 +00:00
wayn3 8c0b79a0b5 Three things:
1) added the USB-specific open() code (removed O_NDELAY)
2) added the speed 19200
3) fixed the contrast code
4) uncommented out the special character translation
The latter three were reported to list Dec 2002 by Jay Wardle
2003-02-12 03:08:27 +00:00
wayn3 bf93b6c288 Added Paul Hedderly's patch from 0.4.4 to this current version. It allows
USB serial devices to work.
2003-02-12 01:55:01 +00:00
gfk 27529bc77f Old linuxes support (glibc1 and libc5). 2002-12-23 19:35:43 +00:00
wayn3 026e647e88 keypad_test_mode made functional. get_info also modified to work. 2002-11-24 01:18:43 +00:00
robijn f9c84384a4 Fix for platforms that assume a char is unsigned. 2002-11-16 15:48:59 +00:00
gfk 58d8d1af90 Removed the Seetron/SFX120 driver 2002-10-22 14:11:38 +00:00
hmilz a95ca75672 *** empty log message *** 2002-10-22 06:49:24 +00:00
gfk f90b7ea4d5 Added the wiring to the comments. 2002-10-22 03:00:11 +00:00
dglaude 3c9a9a6af3 Keypad should work the 0.5 way now. Need testing and new LCDd.conf parameter. 2002-10-19 22:41:28 +00:00
dglaude 060f8d2faf MtxOrb need to be maintained. I lost custom char and Contrast goes wrong. 2002-10-19 21:13:38 +00:00
gfk 730670fd9a Darn, FreeBSD outb was upside down... 2002-10-03 20:30:12 +00:00
gfk b8480b8d7a Removed warnings and added some comments. 2002-09-28 16:04:50 +00:00
gfk 4564aba771 Added the mtc_s16209x driver by Michael Boman. 2002-09-28 00:57:35 +00:00
dglaude 8ce713efbe Two new features: new Icons & Keypad (down event only and no auto-repeat) 2002-09-04 20:58:13 +00:00
gfk 0ffc198db1 2 portability fixes: Added tests for i386 on BSDs and added a check for sched_setscheduler. 2002-08-27 02:03:33 +00:00
dglaude a621a06268 Now treat input and display key: X when pressing keyboard 2002-06-05 23:30:54 +00:00
robijn 77e6977196 Added Stephen Davies output register extension code. 2002-06-03 21:34:24 +00:00
reenoo b8dcc5ff2a 0.4.3 -> 0.5 merging: ported the lircin driver 2002-05-29 18:07:46 +00:00
robijn 7e478dc7da HD44780 update: reporting fixed, serialLpt behaviour improved. 2002-05-26 19:22:50 +00:00
robijn 3168d4cafc Menustuff added/modified! 2002-05-26 19:21:23 +00:00
robijn dc4c049721 - Added some icons.
- Made sure all icon and vbar functions are not the old API functions.
- Removed heartbeat functions from drivers that did standard heartbeat.
2002-05-23 18:03:36 +00:00
robijn 78d8886c47 Icon command is now really processed and icons are rendered.
Also updated icon code in curses_drv a bit.
2002-05-20 21:25:17 +00:00
robijn d3cf1569eb HD44780 update:
- Fixed build bug (winamp was not included)
- Reporting fix.
2002-05-20 21:08:37 +00:00
robijn 7c49cb535c Added some icon definitions in lcd.h;
Using ICON_BLOCK_FILLED now in titles.
2002-05-18 23:42:46 +00:00
robijn 31641610d1 Added a limited 'base_drv'-like implementation of the extended
driver functions.
Removed some of this functionality from the curses and text driver.
2002-05-13 22:25:04 +00:00
robijn a8143ad039 Adapted autoconf/make system to deselect parallel port HD44780 subdrivers
if there is no controlleable LPT port.
2002-05-10 18:05:50 +00:00
gfk c730e2dba1 Solaris portability fixes. 2002-05-09 00:30:19 +00:00
robijn 289c1c941b Added decision to include parallel port subdrivers.
If no way to control a PC-style LPT port is found, all subdrivers,
except the PIC-an-LCD will be disabled.
PIC-an-LCD uses the serial port.
2002-05-06 21:14:14 +00:00
gfk 26a63f7d81 Changed HAVE_LPT_PORT to HAVE_PCSTYLE_LPT_CONTROL 2002-05-04 14:20:22 +00:00
gfk 8cff8dbf77 Using autoconf check to detect if there's a parallel port. 2002-05-02 01:17:28 +00:00
gfk 77b73505ec Now using FreeBSD's inb and outb instead of the ASM ones in the FreeBSD port. 2002-05-02 00:53:32 +00:00
gfk ca70ceb048 FreeBSD's i386_get_ioperm implemented. 2002-04-29 23:24:14 +00:00
robijn cfe1bd1a1e Added drivers icp_a106 and lcterm written by Michael Schwingen. 2002-04-27 12:52:18 +00:00
luisllo 1e4ab6d501 fixed bad implementation of CFontz_num() funcion 2002-04-20 23:50:12 +00:00
robijn 2a07898c02 Fixed bug in Makefile.am related to the removed file Makefile.am.pre. 2002-04-17 11:18:13 +00:00