[Lcdproc] New LCDproc driver

NeZetiC nezetic@gmail.com
Sat Aug 19 20:14:02 2006


Le 13 ao=FBt 06 =E0 13:54, Peter Marschall a =E9crit :

>
> Please provide the patches to integrate the driver into LCDproc too:
> - acinclude.m4			(for the driver selection in =
./configure)
> - server/drivers/Makefile.am	(for how to make the driver)
> - LCDd.conf			(for the driver configuration)
> - docs/LCDd.8			(info about the driver in the LCDd man =
page)
> - docs/lcdproc/user/drivers/XXX.docbook (info about the driver)
>
>

You can download all new patchs here : http://www.nezetic.info/node/48

> Especially the documentation is important as it allows other
> people to get to know the driver and its uses without having to
> browse through the code and ask on the mailing ist.

I also wrote the documentation (See docs.patch and README for details).

> I hope you understand that this patch will not make it into the =20
> release
> without changes.
> I see a few options:
> - add a patch file to the CVS containing the patch
> - modify the patch so that it is hidden behind
> 	#ifdef LCDPROC_EYEBOXONE
> 	<your code>
> 	#endif
>     If anybody then wants the functionality he can then configure
>     lcdproc with this define
> 	CPPFLAGS=3D-DLCDPROC_EYEBOXONE ./configure ....
>    and the extended functionality is available to him/her

Ok, new lcdproc patch integrate this modification.
Users must now configure lcdproc with CPPFLAGS=3D-DLCDPROC_EYEBOXONE in =20=

order to have working leds.

Best regards

C=E9dric