Re: [PATCH] adding support for AAEON FWS-7600 LCM
Markus Dolze <[email protected]>
| Newsgroups | gmane.comp.sysutils.lcdproc |
|---|---|
| Message-ID | <[email protected]> |
On 23.03.2011 17:00, Malte Pöggel wrote:
> Hi,
>
> i have patched the HD44780 driver to support the internal LCD module of
> the AAEON FWS-7600 Network Appliance.
>
> The display is connected to a special connector on the mainboard, but as
> its IO address is 0x378 this is a modified printer port ;-)
> Code examples in the manual describe how to use the display but there
> was no information on the keys.
> After analyzing the printer port inputs i finally figured out the
> connection.
>
> Everything works fine:
> http://www.maltepoeggel.de/public/aaeon-lcm.jpg
>
> The patch can be applied to 0.5.4 release but should also work on later
> versions.
>
>
> Malte
>
Hi,
thank you. Two points:
1. Please refrain from using the semaphore stuff. It is ancient code
used to mediate access between LCDproc and programs called
'lcdtime' (and I think 'meter').
2. I am a little reluctant adding drivers for ready-built cases
(especially if appliances are used for something else than
originally intended). From the drivers we ship I learned that the
devices are only available for a short period of time. Therefore
those drivers have limited use for others.
On the other hand adding a new connection type to the hd44780 driver
adds only minimal bloat. If you make it without the semaphore stuff I
will be happy to commit it.
Regards
Markus