All of lore.kernel.org
 help / color / mirror / Atom feed
From: "David Härdeman" <david@hardeman.nu>
To: Jarod Wilson <jarod@wilsonet.com>
Cc: Jon Smirl <jonsmirl@gmail.com>,
	Mauro Carvalho Chehab <mchehab@redhat.com>,
	linux-input@vger.kernel.org,
	Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: Re: [PATCH 00/15] ir-core: Several improvements to allow adding LIRC and decoder plugins
Date: Wed, 7 Apr 2010 11:32:05 +0200	[thread overview]
Message-ID: <20100407093205.GB3029@hardeman.nu> (raw)
In-Reply-To: <p2ube3a4a1004051349y11e3004bk1c71e3ab38d3f669@mail.gmail.com>

On Mon, Apr 05, 2010 at 04:49:10PM -0400, Jarod Wilson wrote:
> On Fri, Apr 2, 2010 at 6:20 AM, David Härdeman <david@hardeman.nu> wrote:
> > Porting the msmce driver to rc-core will be high on my list of
> > priorities once I've done some more changes to the API.
> 
> Very cool. Though note that the latest lirc_mceusb is quite heavily
> modified from what Jon had initially ported, and I still have a few
> outstanding enhancements to make, such as auto-detecting xmit mask to
> eliminate the crude inverted mask list and support for the mce IR
> keyboard/mouse, though that'll probably be trivial once RC5 and RC6
> in-kernel decoders are in place. I'd intended to start with porting
> the imon driver I'm working on over to this new infra (onboard
> hardware decoder, should be rather easy to port), and then hop over to
> the mceusb driver, but if you beat me to it, I've got no problem with
> you doing it instead. :)

I'd be happy with you doing it, you seem to know the hardware better 
than me. The mceusb driver I'm using right now with ir-core is based on 
Jon's driver which is in turn based on a version of lirc_mceusb which is 
quite old by now. My version of the driver is basically just random bits 
and pieces thrown together, enough to get pulse/space durations flowing 
through ir-core so that I can test the decoders, but not much more - so 
it's not something I'd even consider useful as a starting point :)

Note however that you won't be able to actually port the mceusb driver 
over until ir-core is taught to use durations (first version of the 
patch is at [1], second version still brewing but I still need to 
convince Mauro though).

[1] http://www.spinics.net/lists/linux-input/msg07859.html

-- 
David Härdeman
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: "David Härdeman" <david@hardeman.nu>
To: Jarod Wilson <jarod@wilsonet.com>
Cc: Jon Smirl <jonsmirl@gmail.com>,
	Mauro Carvalho Chehab <mchehab@redhat.com>,
	linux-input@vger.kernel.org,
	Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: Re: [PATCH 00/15] ir-core: Several improvements to allow adding LIRC and decoder plugins
Date: Wed, 7 Apr 2010 11:32:05 +0200	[thread overview]
Message-ID: <20100407093205.GB3029@hardeman.nu> (raw)
In-Reply-To: <p2ube3a4a1004051349y11e3004bk1c71e3ab38d3f669@mail.gmail.com>

On Mon, Apr 05, 2010 at 04:49:10PM -0400, Jarod Wilson wrote:
> On Fri, Apr 2, 2010 at 6:20 AM, David Härdeman <david@hardeman.nu> wrote:
> > Porting the msmce driver to rc-core will be high on my list of
> > priorities once I've done some more changes to the API.
> 
> Very cool. Though note that the latest lirc_mceusb is quite heavily
> modified from what Jon had initially ported, and I still have a few
> outstanding enhancements to make, such as auto-detecting xmit mask to
> eliminate the crude inverted mask list and support for the mce IR
> keyboard/mouse, though that'll probably be trivial once RC5 and RC6
> in-kernel decoders are in place. I'd intended to start with porting
> the imon driver I'm working on over to this new infra (onboard
> hardware decoder, should be rather easy to port), and then hop over to
> the mceusb driver, but if you beat me to it, I've got no problem with
> you doing it instead. :)

I'd be happy with you doing it, you seem to know the hardware better 
than me. The mceusb driver I'm using right now with ir-core is based on 
Jon's driver which is in turn based on a version of lirc_mceusb which is 
quite old by now. My version of the driver is basically just random bits 
and pieces thrown together, enough to get pulse/space durations flowing 
through ir-core so that I can test the decoders, but not much more - so 
it's not something I'd even consider useful as a starting point :)

Note however that you won't be able to actually port the mceusb driver 
over until ir-core is taught to use durations (first version of the 
patch is at [1], second version still brewing but I still need to 
convince Mauro though).

[1] http://www.spinics.net/lists/linux-input/msg07859.html

-- 
David Härdeman

  reply	other threads:[~2010-04-07  9:32 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-01 17:56 [PATCH 00/15] ir-core: Several improvements to allow adding LIRC and decoder plugins Mauro Carvalho Chehab
2010-04-01 17:56 ` Mauro Carvalho Chehab
2010-04-02  1:44 ` Jon Smirl
2010-04-02  1:44   ` Jon Smirl
2010-04-02 10:20   ` David Härdeman
2010-04-05 20:49     ` Jarod Wilson
2010-04-05 20:49       ` Jarod Wilson
2010-04-07  9:32       ` David Härdeman [this message]
2010-04-07  9:32         ` David Härdeman
2010-04-23 17:40         ` Jarod Wilson
2010-04-23 18:06           ` Jon Smirl
2010-04-23 18:29             ` Mauro Carvalho Chehab
2010-04-23 22:20             ` Andy Walls
2010-04-24  5:22               ` David Härdeman
2010-04-24  5:22                 ` David Härdeman
2010-04-24 12:35                 ` Jon Smirl
2010-04-24 12:35                   ` Jon Smirl
2010-04-24 14:15                   ` David Härdeman
2010-04-24 15:07                     ` Jon Smirl
2010-04-24 21:23                       ` David Härdeman
2010-04-24 21:23                         ` David Härdeman
2010-04-24 21:59                         ` Jon Smirl
2010-04-24 21:59                           ` Jon Smirl
2010-04-24  5:12           ` David Härdeman
2010-04-24  5:12             ` David Härdeman
2010-04-28  4:32             ` Jarod Wilson
2010-05-25 21:05               ` Jarod Wilson
2010-05-25 21:05                 ` Jarod Wilson
2010-05-26 18:28                 ` Jarod Wilson

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=20100407093205.GB3029@hardeman.nu \
    --to=david@hardeman.nu \
    --cc=jarod@wilsonet.com \
    --cc=jonsmirl@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.