*** empty log message ***

This commit is contained in:
hklein
2000-01-17 08:23:48 +00:00
parent faa787c215
commit 6e977735f0
4 changed files with 140 additions and 1 deletions
+7
View File
@@ -52,6 +52,10 @@
#include "irmanin.h"
#endif
#ifdef LIRCIN_DRV
#include "lircin.h"
#endif
// TODO: Make a Windows server, and clients...?
@@ -86,6 +90,9 @@ lcd_physical_driver drivers[] =
#endif
#ifdef IRMANIN_DRV
{ "irmanin", irmanin_init, },
#endif
#ifdef LIRCIN_DRV
{ "lircin", lircin_init, },
#endif
{ NULL, NULL, },