From: Mauro Carvalho Chehab <mchehab@infradead.org>
To: David Henningsson <david.henningsson@canonical.com>
Cc: linux-media@vger.kernel.org
Subject: Re: [PATCH] DVB: TechnoTrend CT-3650 IR support
Date: Sun, 26 Dec 2010 09:41:15 -0200 [thread overview]
Message-ID: <4D1729DB.80406@infradead.org> (raw)
In-Reply-To: <4D170785.1070306@canonical.com>
Hi David,
Em 26-12-2010 07:14, David Henningsson escreveu:
> Hi Linux-media,
>
> As a spare time project I bought myself a TT CT-3650, to see if I could get it working. Waling Dijkstra did write a IR & CI patch for this model half a year ago, so I was hopeful. (Reference: http://www.mail-archive.com/linux-media@vger.kernel.org/msg19860.html )
>
> Having tested the patch, the IR is working (tested all keys via the "evtest" tool), however descrambling is NOT working.
>
> Waling's patch was reviewed but never merged. So I have taken the IR part of the patch, cleaned it up a little, and hopefully this part is ready for merging now. Patch is against linux-2.6.git.
Could you please rebase it to work with the rc_core support? I suspect that you
based it on a kernel older than .36, as the dvb_usb rc struct changed.
The better is to base it over the latest V4L/DVB/RC development git, available at:
http://git.linuxtv.org/media_tree.git
Basically, the keyboard map, if not already available, should be at:
/driver/media/rc/keymaps/
And the rc description should be something like:
.rc.core = {
.rc_interval = DEFAULT_RC_INTERVAL,
.rc_codes = RC_MAP_DIB0700_RC5_TABLE,
.rc_query = dib0700_rc_query_old_firmware,
.allowed_protos = RC_TYPE_RC5 |
RC_TYPE_RC6 |
RC_TYPE_NEC,
.change_protocol = dib0700_change_protocol,
},
There are a few dvb drivers already converted to the new way (like dib0700).
Cheers,
Mauro.
next prev parent reply other threads:[~2010-12-26 11:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-26 9:14 [PATCH] DVB: TechnoTrend CT-3650 IR support David Henningsson
2010-12-26 11:41 ` Mauro Carvalho Chehab [this message]
2010-12-26 19:38 ` David Henningsson
2010-12-27 9:54 ` Mauro Carvalho Chehab
2010-12-27 15:54 ` David Henningsson
2010-12-27 16:51 ` Mauro Carvalho Chehab
2010-12-27 19:02 ` David Henningsson
2010-12-27 21:28 ` Mauro Carvalho Chehab
2010-12-29 12:04 ` David Henningsson
2010-12-29 12:37 ` Mauro Carvalho Chehab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D1729DB.80406@infradead.org \
--to=mchehab@infradead.org \
--cc=david.henningsson@canonical.com \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox