summaryrefslogtreecommitdiff
path: root/lirc.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-07-31 11:38:40 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-07-31 11:38:40 +0200
commitd6b8a2832973d7bf767039a91905059bc7800452 (patch)
tree8619687adc86498cafeea97eb7d54b7b44fee7d8 /lirc.c
parent44a4d1211783e8b0436ff988158a39ecab119524 (diff)
downloadvdr-d6b8a2832973d7bf767039a91905059bc7800452.tar.gz
vdr-d6b8a2832973d7bf767039a91905059bc7800452.tar.bz2
Added the command line options '--lirc', '--rcu' and '--no-kbd'
Diffstat (limited to 'lirc.c')
-rw-r--r--lirc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lirc.c b/lirc.c
index dbda75c2..0714049b 100644
--- a/lirc.c
+++ b/lirc.c
@@ -6,7 +6,7 @@
*
* LIRC support added by Carsten Koch <Carsten.Koch@icem.de> 2000-06-16.
*
- * $Id: lirc.c 1.10 2005/01/14 14:18:42 kls Exp $
+ * $Id: lirc.c 1.11 2005/07/31 10:18:09 kls Exp $
*/
#include "lirc.h"
@@ -18,7 +18,7 @@
#define REPEATDELAY 350 // ms
#define KEYPRESSDELAY 150 // ms
-cLircRemote::cLircRemote(char *DeviceName)
+cLircRemote::cLircRemote(const char *DeviceName)
:cRemote("LIRC")
,cThread("LIRC remote control")
{