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=c4e209d7decc + { 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 > 02/02: Add support for TeVii remotes > http://mercurial.intuxication.org/hg/v4l-dvb-commits?cmd=changeset;node=471f55ec066a 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? 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. > > > 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 -- 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