mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
rcinput: clarify comment regarding hd2 device
Origin commit data
------------------
Branch: ni/coolstream
Commit: 25165a1eaf
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-22 (Wed, 22 Feb 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Michael Liebmann
parent
3ffe30438f
commit
e0cfb58ae2
@@ -209,10 +209,11 @@ void CRCInput::open(bool recheck)
|
||||
/* hack: on hd2, the device is called "/dev/cs_ir",
|
||||
there are links in /dev/input: pointing to it nevis_ir and event0 (WTF???)
|
||||
so if nevis_ir points to cs_ir, accept it, even though it is a symlink...
|
||||
the rest of the code then uses coolstream specific parts if path == "nevis_ir"
|
||||
a better solution would be to simply mknod /dev/input/nevis_ir c 240 0, creating
|
||||
a second instance of /dev/cs_ir named /dv/input/nevis_ir (or to fix the driver
|
||||
to actually create a real input device */
|
||||
a second instance of /dev/cs_ir named /dev/input/nevis_ir (or to fix the driver
|
||||
to actually create a real event0 device via udev)
|
||||
Note: i'm deliberately not using event0, because this might be replaced by a "real"
|
||||
event0 device if e.g. an USB keyboard is plugged in*/
|
||||
if (dentry->d_type == DT_LNK &&
|
||||
id.path == "/dev/input/nevis_ir") {
|
||||
if (readLink(id.path) != "/dev/cs_ir")
|
||||
|
Reference in New Issue
Block a user