Sid Boyce wrote: > Lauri Tischler wrote: > >> Martin Cap wrote: >> >>> Lauri Tischler wrote: >>> >>>> Martin Cap wrote: >>>> >>>> Not true, tryed that. >>>> Installed kernel 2.6.11-rc3, cx88 did not work, >>>> after also installing All-2.6.11-rc3.diff from >>>> bytesex things started to work. >>>> >>>> >>> >>> Well, ok, that's true related to 2.6.11-rc3. There's 2.6.11-final out :) >> >> >> >> Aarghh, should have checked before saying anything, sorry. >> Downloaded stuff, cx88-input.c does not exit anymore. >> Where are the remote buttons defined now ? >> >> _______________________________________________ >> >> linux-dvb@xxxxxxxxxxx >> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb >> >> > > The codes for the remote for the card with both Antenna In and out are > not defined in ir-common.c. "tail -f /var/log/message" while pressing > the remote buttons and you will see the codes and match them against > buttons. > #if 0 /* FIXME */ > [ 0x0a ] = KEY_RESERVED, // 1/2/3 digits (japan: 10) > [ 0x0e ] = KEY_RESERVED, // P.P. (personal preference) > [ 0x14 ] = KEY_RESERVED, // colour saturation + > [ 0x15 ] = KEY_RESERVED, // colour saturation - > [ 0x16 ] = KEY_RESERVED, // bass + > etc., etc. Wouldn't it be much easier to have separate tables for each remote and then be able select at runtime which remote to use. Now there is no usefull remote at all, unless you go and hack the kernel.