Hi Darren, On Thu, Dec 15, 2005, Darren Salt wrote: > This message contains two patches which I've had floating around for some > time now. Taken together, they implement kernel and user-space components for > keymap-loading support for budget-ci cards such as my Nova-T (PCI ID > 1131:7146 subsystem 13C2:1011). > > These patches are updated versions of those which can be found in Debian's > liuxtv-dvb-apps and linuxtv-dvb source packages. They provide > /proc/budget_ci_ir and /usr/bin/budget_ci_loadkeys. > > /proc/budget_ci_ir takes an array of 64 key codes (unsigned short, native > endianness). The code which handles this is derived from av7110_ir.c. Similar patches have been sent before and were rejected: http://linuxtv.org/pipermail/linux-dvb/2005-April/001571.html It would be better to use Gerd Knorr's ir-common (for av7110, too), so keymaps could be manipulated using the standard EVIOCSKEYCODE ioctl, e.g. by using input-kbd from Gerd Knorr's input-utils package. I hope you agree. Johannes