mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-12-27 07:11:05 +01:00
Added support for kernel based LIRC driver
This commit is contained in:
4
vdr.c
4
vdr.c
@@ -22,7 +22,7 @@
|
||||
*
|
||||
* The project's page is at http://www.tvdr.de
|
||||
*
|
||||
* $Id: vdr.c 5.8 2022/06/01 14:24:57 kls Exp $
|
||||
* $Id: vdr.c 5.9 2022/11/26 13:37:06 kls Exp $
|
||||
*/
|
||||
|
||||
#include <getopt.h>
|
||||
@@ -875,7 +875,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
// Remote Controls:
|
||||
if (LircDevice)
|
||||
new cLircRemote(LircDevice);
|
||||
cLircRemote::NewLircRemote(LircDevice);
|
||||
if (!DaemonMode && HasStdin && UseKbd)
|
||||
new cKbdRemote;
|
||||
Interface->LearnKeys();
|
||||
|
||||
Reference in New Issue
Block a user