Applied Nathan Yawn's (natey@hcis.net) patch to add a driver for the BayRAD
display. The patch applied cleanly, and compiled properly. At least, "it worked for me." :) I don't have such a display, thus I cannot test that the driver actually works, but it at least doesn't do nasty things or break the compile. Thanks, Nathan!
This commit is contained in:
@@ -60,6 +60,10 @@
|
||||
#include "lircin.h"
|
||||
#endif
|
||||
|
||||
#ifdef BAYRAD_DRV
|
||||
#include "bayrad.h"
|
||||
#endif
|
||||
|
||||
// TODO: Make a Windows server, and clients...?
|
||||
|
||||
lcd_logical_driver lcd;
|
||||
@@ -98,6 +102,9 @@ lcd_physical_driver drivers[] = {
|
||||
#endif
|
||||
#ifdef LIRCIN_DRV
|
||||
{"lircin", lircin_init,},
|
||||
#endif
|
||||
#ifdef BAYRAD_DRV
|
||||
{"BayRAD", bayrad_init,},
|
||||
#endif
|
||||
{NULL, NULL,},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user