On 5 октября 2009 16:23:32 Mauro Carvalho Chehab wrote: > Em Wed, 23 Sep 2009 20:47:17 +0300 > > "Igor M. Liplianin" <liplianin@xxxxx> escreveu: > > Mauro, > > > > Please pull from http://mercurial.intuxication.org/hg/v4l-dvb-commits > > > > for the following 2 changesets: > > > > 01/02: Add support for TBS-likes remotes > > http://mercurial.intuxication.org/hg/v4l-dvb-commits?cmd=changeset;node=c > >4e209d7decc > > + { 0x1a, KEY_SHUFFLE}, /* snapshot */ > > Snapshot should use KEY_CAMERA instead. Please see the API reference at: > http://linuxtv.org/downloads/v4l-dvb-apis/ch17s01.html I will change and resend. > > > 02/02: Add support for TeVii remotes > > http://mercurial.intuxication.org/hg/v4l-dvb-commits?cmd=changeset;node=4 > >71f55ec066a > > Some keys here also seem weird to my eyes: > > + { 0x41, KEY_AB}, > + { 0x46, KEY_F1}, > + { 0x47, KEY_F2}, > + { 0x5e, KEY_F3}, > + { 0x5c, KEY_F4}, > + { 0x52, KEY_F5}, > + { 0x5a, KEY_F6}, > > Do you have keys labeled as <AB>, <F1>..<F6> at the IR? Well, definitly yes. Howewer, it has labels "satellite", "provider", "transponder", "favorites", "all" for F1 .. F5 additionally. KEY_AB labeled as "A/B". http://murmansat.ru/dev/b/tevii-s600.jpg > > Also, I don't like using KEY_POWER for power. Some Linux distros turn the > computer off with this keycode. It is better to use KEY_POWER2 instead, and > let the userspace apps (or lirc) to properly associate it to something > useful, like finishing the media application, instead of turning the > computer off. I will change it too. > > > drivers/media/common/ir-keymaps.c | 99 > > +++++++++++++++++++++++++++++++++- drivers/media/video/cx88/cx88-input.c > > | 26 ++++++++ > > include/media/ir-common.h | 2 > > 3 files changed, 124 insertions(+), 3 deletions(-) > > > > Thanks, > > Igor > > > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-media" in > > the body of a message to majordomo@xxxxxxxxxxxxxxx > > More majordomo info at http://vger.kernel.org/majordomo-info.html > > Cheers, > Mauro -- Igor M. Liplianin Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html