mce v1 stoped working in the newer XBMC versions
#1
Hi,

I compiled yesterday a svn version from 6 august and my remote stoped working, at least with this version.
It's an mce v1 speedlink sl-6399.
It still works in the svn from 14 juli.

Im using irxevent to map something like that:

Code:
000000000001001d 00 LEFTCTRL linux-input-layer
000000000001002a 00 LEFTSHIFT linux-input-layer
0000000000010019 00 P linux-input-layer
(thats the play button)

to a single key, here to a "p"

the .lircrc looks like that

Code:
#Play
begin
    prog = irxevent
    button = LEFTCTRL
    button = LEFTSHIFT
    button = P
    config = Key p xbmc.bin
end

but now this doesnt work anymore.
only buttons like DOWN or UP that i maped in lircmap.xml are working.
or can i now map button combinations to a single event?

something like that:

Code:
<play>LEFTCTRL + LEFTSHIFT + P</play>

the debug log:
http://pastebin.com/m6951b558

I'm using Ubuntu 8.04.

Any hints?

Cheers.
Reply

Logout Mark Read Team Forum Stats Members Help
mce v1 stoped working in the newer XBMC versions0