I did a CVS update yesterday (to try to resolve the display issues with directfb, mplayer and vsync flipping) and it seems that LIRC is no longer working correctly. I put an event handler in my (gtk) application on the keypress event for a widget to find out what the (gtk) keyval being sent was and it was an 0xffffff.
I put some debugging into inputdrivers/lirc/lirc.c and discovered that everything is fine there. When I press the "CURSOR_DOWN" on my remote control, a 0xf003 is in the evt.key_symbol being sent off to dfb_input_dispatch(). in dfb_input_dispatch(), returning from fixup_key_event(), event->key_symbol remains 0xf003. I get lost in reactor_dispatch() though, not having really dug into the core of directfb. Any ideas why this is failing all of a sudden? Were changes made to LIRC recently that require that I update the gdk in my gtk tookit? Thanx, b. -- Brian J. Murrell
msg00789/pgp00000.pgp
Description: PGP signature
