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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 8267a53049
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-11 (Fri, 11 Jan 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-01-11 15:16:52 +04:00
parent b45d5510cf
commit 77da6db789

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