mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-07 13:48:28 +02:00
Revert "CRCInput::set_rc_hw: Fix device check for cs hd2"
This reverts commitf44cc16dd8
. Origin commit data ------------------ Commit:eab0a0ac0a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de> Date: 2017-02-22 (Wed, 22 Feb 2017)
This commit is contained in:
@@ -1764,11 +1764,7 @@ void CRCInput::set_rc_hw(ir_protocol_t ir_protocol, unsigned int ir_address)
|
||||
}
|
||||
int fd = -1;
|
||||
for (std::vector<in_dev>::iterator it = indev.begin(); it != indev.end(); ++it) {
|
||||
if (((*it).path == "/dev/input/nevis_ir")
|
||||
#ifdef BOXMODEL_CS_HD2
|
||||
|| ((*it).path == "/dev/input/input0")
|
||||
#endif
|
||||
){
|
||||
if ((*it).path == "/dev/input/nevis_ir") {
|
||||
fd = (*it).fd;
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user