driver/rcinput.cpp: change device back to /dev/input/nevis_ir, apollo has link

This commit is contained in:
[CST] Focus
2013-01-11 15:16:52 +04:00
parent a3d8085f0d
commit 8267a53049

View File

@@ -65,7 +65,7 @@
#define ENABLE_REPEAT_CHECK
const char * const RC_EVENT_DEVICE[NUMBER_OF_EVENT_DEVICES] = {"/dev/cs_ir"};
const char * const RC_EVENT_DEVICE[NUMBER_OF_EVENT_DEVICES] = {"/dev/input/nevis_ir"};
typedef struct input_event t_input_event;
#ifdef KEYBOARD_INSTEAD_OF_REMOTE_CONTROL