From c69b529e8bbc97e4993c78a185bdbcc1204460cc Mon Sep 17 00:00:00 2001 From: mmdolze Date: Wed, 24 Jan 2007 20:36:07 +0000 Subject: [PATCH] Fix array of interfaces defintion. --- server/drivers/hd44780-serial.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/drivers/hd44780-serial.h b/server/drivers/hd44780-serial.h index 79f04ce..86d4211 100644 --- a/server/drivers/hd44780-serial.h +++ b/server/drivers/hd44780-serial.h @@ -28,7 +28,7 @@ static const SerialInterface serial_interfaces[] = { { "picanlcd", 0x11, 0x12, 0x00, 0x20, 9600, 8, 0, 0x00, 0, 0 }, { "lcdserializer", 0xFE, 0, 0x00, 0x00, 9600, 8, 0, 0x00, 0, 0 }, { "los-panel", 0xFE, 0, 0x00, 0x00, 9600, 4, 1, 0xFE, 1, 0 }, - { "vdr-lcd", 0xFE, 0, 0x00, 0x00, 9600, 4, 0, 0x00, 0, 0 } + { "vdr-lcd", 0xFE, 0, 0x00, 0x00, 9600, 4, 0, 0x00, 0, 0 }, { "vdr-wakeup", 0xC0, 0xC4, 0xC0, 0xD0, 9600, 4, 0, 0x00, 0, 0 } };