mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
neutrino: fix input device repeat setting for pre 2.6.17 kernels
This commit is contained in:
@@ -155,7 +155,7 @@ void CRCInput::open()
|
||||
|
||||
for (int i = 0; i < NUMBER_OF_EVENT_DEVICES; i++)
|
||||
{
|
||||
if ((fd_rc[i] = ::open(RC_EVENT_DEVICE[i], O_RDONLY)) == -1)
|
||||
if ((fd_rc[i] = ::open(RC_EVENT_DEVICE[i], O_RDWR)) == -1)
|
||||
perror(RC_EVENT_DEVICE[i]);
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user