I would like to ask you sth about drivers of Dbox2.
As you know on CVS there are dbox2 drivers. How can i change value in /dev/dbox/avs0 ??
avsfd=open("/dev/dbox/avs0", O_RDWR);
And how this value is generating? Do you know in which file i can take look ?? i know it uses SCT6412...but there is nth connected with this device???
I don't know how enigma reads it ?? I know it is in eavswitch.cpp...
but one enigma do this:
Code: Alles auswählen
[eAVSwitch] loading scart-config (scart.conf)
.....
.....
[eAVSwitch] setInput 0, avsfd=13
Code: Alles auswählen
[eAVSwitch] loading scart-config (scart.conf)
.....
.....
[eAVSwitch] setInput 0, avsfd=15
Where i can change in driver to make in avsfd my value??
Thx