From: Stefan Ringel <stefan.ringel@arcor.de>
To: Jarod Wilson <jarod@wilsonet.com>
Cc: linux-media@vger.kernel.org, mchehab@redhat.com, d.belimov@gmail.com
Subject: Re: [PATCH] tm6000: add ir support
Date: Sun, 20 Jun 2010 18:44:29 +0200 [thread overview]
Message-ID: <4C1E456D.8040301@arcor.de> (raw)
In-Reply-To: <AANLkTimY13YXeDxjR_PRZ3qLXFj-pvVKJT1QMHn445TL@mail.gmail.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Am 20.06.2010 18:31, schrieb Jarod Wilson:
> On Sun, Jun 20, 2010 at 11:38 AM, <stefan.ringel@arcor.de> wrote:
>> From: Stefan Ringel <stefan.ringel@arcor.de>
>>
>> Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de>
>> ---
>> drivers/staging/tm6000/Makefile | 3 +-
>> drivers/staging/tm6000/tm6000-cards.c | 27 +++-
>> drivers/staging/tm6000/tm6000-input.c | 357
+++++++++++++++++++++++++++++++++
>> drivers/staging/tm6000/tm6000.h | 11 +
>> 4 files changed, 396 insertions(+), 2 deletions(-)
>> create mode 100644 drivers/staging/tm6000/tm6000-input.c
> ...
>> diff --git a/drivers/staging/tm6000/tm6000-input.c
b/drivers/staging/tm6000/tm6000-input.c
>> new file mode 100644
>> index 0000000..e45b443
>> --- /dev/null
>> +++ b/drivers/staging/tm6000/tm6000-input.c
>> @@ -0,0 +1,357 @@
>> +/*
>> + tm6000-input.c - driver for TM5600/TM6000/TM6010 USB video capture
devices
>> +
>> + Copyright (C) 2010 Stefan Ringel <stefan.ringel@arcor.de>
>> +
>> + This program is free software; you can redistribute it and/or modify
>> + it under the terms of the GNU General Public License as published by
>> + the Free Software Foundation version 2
>> +
>> + This program is distributed in the hope that it will be useful,
>> + but WITHOUT ANY WARRANTY; without even the implied warranty of
>> + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
>> + GNU General Public License for more details.
>> +
>> + You should have received a copy of the GNU General Public License
>> + along with this program; if not, write to the Free Software
>> + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>> + */
>> +
>> +#include <linux/module.h>
>> +#include <linux/init.h>
>> +#include <linux/delay.h>
>> +
>> +#include <linux/input.h>
>> +#include <linux/usb.h>
>> +
>> +#include "compat.h"
>> +#include "tm6000.h"
>> +#include "tm6000-regs.h"
>
> Please use the new ir-core infrastructure here. (#include
> <media/ir-core.h>, #include <media/rc-map.h>, and assorted code in
> drivers/media/IR/).
>
>
It use the new code (for example rc map in tm6000-card.c), but I can
added the header files. It doesn't use software encoding, it use
hardware encodeing.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQEcBAEBAgAGBQJMHkVtAAoJEAWtPFjxMvFGgA8IAKeW68Acv0jgJcV4gIWFiEk1
DFVdcvqbWQHbFzLPi427QjFFao8YRXT+XDnADVmYzneBAlcnsdfwHgi4ufCjB9BX
FqPhrhaePluGW4YmSGLHX135wNhfa8ZLSg7WMN0gNkif+4bJ1ZAXUtE1nVwzasVW
LHCY1IX5JtUH19PYdsozkJBgfyLAfgqmP7S35not6zsAjXsimp2vid4UNJ55MyOo
gcrkzcCxqaMkxLc3wKBtwrtb3hUQbJp3znkjPvIJTcFh5wzm+4yr9sk2heObNJVY
n7DVS+YMegBugq9wKNWNiL+eZQQ/IR8okm0qDneleP0seKirL2JHGeDw2z9CePk=
=09n5
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2010-06-20 16:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-20 15:38 [PATCH] tm6000: add ir support stefan.ringel
2010-06-20 16:31 ` Jarod Wilson
2010-06-20 16:44 ` Stefan Ringel [this message]
2010-06-20 16:47 ` Jarod Wilson
-- strict thread matches above, loose matches on Subject: below --
2010-06-20 20:16 stefan.ringel
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=4C1E456D.8040301@arcor.de \
--to=stefan.ringel@arcor.de \
--cc=d.belimov@gmail.com \
--cc=jarod@wilsonet.com \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@redhat.com \
/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