[PATCH 1/3 v2] mceusb: fix up reporting of trailing space

2010-11-09 Thread Jarod Wilson
, the removal of some magic number usage and some printk spew fixups. Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/IR/mceusb.c | 45 + 1 files changed, 13 insertions(+), 32 deletions(-) diff --git a/drivers/media/IR/mceusb.c b/drivers/media/IR

[PATCH 2/3 v2] mceusb: buffer parsing fixups for 1st-gen device

2010-11-09 Thread Jarod Wilson
to us. Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/IR/mceusb.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/drivers/media/IR/mceusb.c b/drivers/media/IR/mceusb.c index 1811098..ed151c8 100644 --- a/drivers/media/IR/mceusb.c +++ b/drivers/media/IR

[PATCH 3/3 v2] IR: add tv power scancode to rc6 mce keymap

2010-11-09 Thread Jarod Wilson
And clean up some stray spaces. Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/IR/keymaps/rc-rc6-mce.c | 21 +++-- 1 files changed, 11 insertions(+), 10 deletions(-) diff --git a/drivers/media/IR/keymaps/rc-rc6-mce.c b/drivers/media/IR/keymaps/rc-rc6-mce.c

Re: [PATCH 0/6] rc-core: ir-core to rc-core conversion

2010-11-09 Thread Jarod Wilson
/heads/staging -- Jarod Wilson ja...@wilsonet.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 1/3] i2c: Delete unused adapter IDs

2010-11-07 Thread Jarod Wilson
the hard work :) Signed-off-by: Jean Delvare kh...@linux-fr.org Cc: Hans Verkuil hverk...@xs4all.nl Cc: Jarod Wilson ja...@redhat.com I think I2C_HW_B_HDPVR was only being used by a not-yet-merged-upstream patch to the hdpvr driver, which enabled the IR functionality on it. Its not merged

Re: [PATCH 3/3] i2c: Mark i2c_adapter.id as deprecated

2010-11-07 Thread Jarod Wilson
Wilson ja...@redhat.com Acked-by: Jarod Wilson ja...@redhat.com -- Jarod Wilson ja...@wilsonet.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RFC PATCH 0/2] Apple remote support

2010-11-07 Thread Jarod Wilson
is included in the full 32-bit scancode sent along. -- Jarod Wilson ja...@wilsonet.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RFC PATCH 0/2] Apple remote support

2010-11-04 Thread Jarod Wilson
On Thu, Nov 4, 2010 at 8:16 AM, David Härdeman da...@hardeman.nu wrote: On Tue, 2 Nov 2010 16:42:05 -0400, Jarod Wilson ja...@wilsonet.com wrote: On Mon, Nov 1, 2010 at 5:56 PM, David Härdeman da...@hardeman.nu wrote: On Sat, Oct 30, 2010 at 10:32:14PM -0400, Jarod Wilson wrote: On Sat, Oct

Re: [PATCH 2/3] mceusb: fix up reporting of trailing space

2010-11-03 Thread Jarod Wilson
On Wed, Nov 03, 2010 at 01:15:30PM +0100, David Härdeman wrote: On Tue, 2 Nov 2010 17:12:14 -0400, Jarod Wilson ja...@redhat.com wrote: On Fri, Oct 29, 2010 at 09:21:21PM +0200, David Härdeman wrote: I think the driver could be further simplified by using ir_raw_event_store_with_filter

Re: [PATCH 2/7] ir-core: convert drivers/media/video/cx88 to ir-core

2010-11-02 Thread Jarod Wilson
). Thanks to Mariusz Bialonczyk ma...@skyboo.net for testing my patches (about one a day for two weeks!) on actual hardware. Signed-off-by: David Härdeman da...@hardeman.nu Acked-by: Jarod Wilson ja...@redhat.com -- Jarod Wilson ja...@wilsonet.com -- To unsubscribe from this list: send the line

Re: [PATCH 3/7] ir-core: remove remaining users of the ir-functions keyhandlers

2010-11-02 Thread Jarod Wilson
-by: David Härdeman da...@hardeman.nu Acked-by: Jarod Wilson ja...@redhat.com Also tested the imon bits, at least as part of the whole series. -- Jarod Wilson ja...@wilsonet.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org

Re: [PATCH 4/7] ir-core: more cleanups of ir-functions.c

2010-11-02 Thread Jarod Wilson
...@hardeman.nu Acked-by: Jarod Wilson ja...@redhat.com -- Jarod Wilson ja...@wilsonet.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 5/7] ir-core: merge and rename to rc-core

2010-11-02 Thread Jarod Wilson
Härdeman da...@hardeman.nu Acked-by: Jarod Wilson ja...@redhat.com This also gets a... Tested-by: Jarod Wilson ja...@redhat.com ...as I've tested the merged core w/mceusb, streamzap, imon and nuvoton-cir. -- Jarod Wilson ja...@wilsonet.com -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 6/7] ir-core: make struct rc_dev the primary interface

2010-11-02 Thread Jarod Wilson
() rc_device_unregister() Signed-off-by: David Härdeman da...@hardeman.nu Acked-by: Jarod Wilson ja...@redhat.com Tested-by: Jarod Wilson ja...@redhat.com Tested mceusb, streamzap, imon and nuvonton-cir. -- Jarod Wilson ja...@wilsonet.com -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 7/7] rc-core: convert winbond-cir

2010-11-02 Thread Jarod Wilson
On Fri, Oct 29, 2010 at 3:08 PM, David Härdeman da...@hardeman.nu wrote: Move winbond-cir from drivers/input/misc/ into drivers/media/IR/ and convert it to use rc-core. Signed-off-by: David Härdeman da...@hardeman.nu Acked-by: Jarod Wilson ja...@redhat.com -- Jarod Wilson ja...@wilsonet.com

Re: drivers/media/IR/ir-keytable.c::ir_getkeycode - 'retval' may be used uninitialized

2010-11-02 Thread Jarod Wilson
: warning: 'retval' may be used uninitialized in this function Reported-by: Stefan Richter stef...@s5r6.in-berlin.de Signed-off-by: Dmitry Torokhov d...@mail.ru Acked-by: Jarod Wilson ja...@redhat.com -- Jarod Wilson ja...@wilsonet.com -- To unsubscribe from this list: send the line

Re: drivers/media/IR/ir-keytable.c::ir_getkeycode - 'retval' may be used uninitialized

2010-11-02 Thread Jarod Wilson
On Tue, Nov 2, 2010 at 12:24 PM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: On Tue, Nov 02, 2010 at 12:04:56PM -0400, Jarod Wilson wrote: On Sun, Oct 31, 2010 at 6:18 PM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: On Sunday, October 31, 2010 10:51:21 am Stefan Richter wrote

Re: [PATCH 0/6] rc-core: ir-core to rc-core conversion

2010-11-02 Thread Jarod Wilson
. Obviously I haven't tested them all due to a lack of hardware (I have made sure that all drivers compile without any warnings and I have tested the end result on mceusb and winbond-cir hardware, Jarod Wilson has tested nuvoton-cir, imon and several mceusb devices). And streamzap! :) Mauro's

Re: [RFC PATCH 0/2] Apple remote support

2010-11-02 Thread Jarod Wilson
On Mon, Nov 1, 2010 at 5:56 PM, David Härdeman da...@hardeman.nu wrote: On Sat, Oct 30, 2010 at 10:32:14PM -0400, Jarod Wilson wrote: On Sat, Oct 30, 2010 at 7:36 PM, David Härdeman da...@hardeman.nu wrote: In that case, one solution would be: * using the full 32 bit scancode * add

Re: [PATCH 2/3] mceusb: fix up reporting of trailing space

2010-11-02 Thread Jarod Wilson
On Fri, Oct 29, 2010 at 09:21:21PM +0200, David Härdeman wrote: On Thu, Oct 28, 2010 at 11:08:10PM -0400, Jarod Wilson wrote: We were storing a bunch of spaces at the end of each signal, rather than a single long space. The in-kernel decoders were actually okay with this, but lirc isn't

Re: [RFC PATCH 0/2] Apple remote support

2010-10-30 Thread Jarod Wilson
On Sat, Oct 30, 2010 at 7:36 PM, David Härdeman da...@hardeman.nu wrote: On Fri, Oct 29, 2010 at 04:09:37PM -0400, Jarod Wilson wrote: On Fri, Oct 29, 2010 at 09:59:18PM +0200, David Härdeman wrote: On Fri, Oct 29, 2010 at 03:27:33PM -0400, Jarod Wilson wrote: On Fri, Oct 29, 2010 at 09:17

Re: [RFC PATCH 0/2] Apple remote support

2010-10-29 Thread Jarod Wilson
On Fri, Oct 29, 2010 at 11:46:02AM -0200, Mauro Carvalho Chehab wrote: Em 29-10-2010 01:15, Jarod Wilson escreveu: On Thu, Oct 28, 2010 at 11:11:31PM -0400, Jarod Wilson wrote: I've got one of those tiny little 6-button Apple remotes here, now it can be decoded in-kernel (tested w/an mceusb

Re: [RFC PATCH 0/2] Apple remote support

2010-10-29 Thread Jarod Wilson
On Fri, Oct 29, 2010 at 09:17:11PM +0200, David Härdeman wrote: On Fri, Oct 29, 2010 at 11:11:41AM -0400, Jarod Wilson wrote: So the Apple remotes do something funky... One of the four bytes is a remote identifier byte, which is used for pairing the remote to a specific device, and you can

Re: [PATCH 2/3] mceusb: fix up reporting of trailing space

2010-10-29 Thread Jarod Wilson
On Fri, Oct 29, 2010 at 09:21:21PM +0200, David Härdeman wrote: On Thu, Oct 28, 2010 at 11:08:10PM -0400, Jarod Wilson wrote: We were storing a bunch of spaces at the end of each signal, rather than a single long space. The in-kernel decoders were actually okay with this, but lirc isn't

Re: [RFC PATCH 0/2] Apple remote support

2010-10-29 Thread Jarod Wilson
On Fri, Oct 29, 2010 at 09:59:18PM +0200, David Härdeman wrote: On Fri, Oct 29, 2010 at 03:27:33PM -0400, Jarod Wilson wrote: On Fri, Oct 29, 2010 at 09:17:11PM +0200, David Härdeman wrote: On Fri, Oct 29, 2010 at 11:11:41AM -0400, Jarod Wilson wrote: So the Apple remotes do something

Re: [PATCH 0/7] rc-core: ir-core to rc-core conversion

2010-10-29 Thread Jarod Wilson
result on mceusb and winbond-cir hardware). You can definitely sign me up for imon, streamzap and nuvoton-cir testing, and for sanity's sake, I can also verify multiple generations of mceusb devices. I'll see what I can get done on that front this weekend... -- Jarod Wilson ja...@wilsonet.com

[PATCH 0/3] mceusb cleanups and new device support

2010-10-28 Thread Jarod Wilson
Another round of mceusb patches... Jarod Wilson (3): mceusb: add support for Conexant Hybrid TV RDU253S mceusb: fix up reporting of trailing space mceusb: buffer parsing fixups for 1st-gen device drivers/media/IR/mceusb.c | 82

[PATCH 1/3] mceusb: add support for Conexant Hybrid TV RDU253S

2010-10-28 Thread Jarod Wilson
Another multi-function Conexant device. Interface 0 is IR, though on this model, TX isn't wired up at all, so I've mixed in support for models without TX (and verified that lircd says TX isn't supported when trying to send w/this device). Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers

[PATCH 2/3] mceusb: fix up reporting of trailing space

2010-10-28 Thread Jarod Wilson
macros and a magic number. Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/IR/mceusb.c | 39 +++ 1 files changed, 23 insertions(+), 16 deletions(-) diff --git a/drivers/media/IR/mceusb.c b/drivers/media/IR/mceusb.c index e453c6b..a05dec7 100644

[PATCH 3/3] mceusb: buffer parsing fixups for 1st-gen device

2010-10-28 Thread Jarod Wilson
to us. Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/IR/mceusb.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/drivers/media/IR/mceusb.c b/drivers/media/IR/mceusb.c index a05dec7..09a62f1 100644 --- a/drivers/media/IR/mceusb.c +++ b/drivers/media/IR

[RFC PATCH 0/2] Apple remote support

2010-10-28 Thread Jarod Wilson
I've got one of those tiny little 6-button Apple remotes here, now it can be decoded in-kernel (tested w/an mceusb transceiver). Jarod Wilson (2): ir-nec-decoder: decode Apple's NEC remote variant IR: add Apple remote keymap drivers/media/IR/ir-nec-decoder.c | 10

[RFC PATCH 1/2] ir-nec-decoder: decode Apple's NEC remote variant

2010-10-28 Thread Jarod Wilson
Apple's remotes use an NEC-like protocol, but without checksumming. See http://en.wikipedia.org/wiki/Apple_Remote for details. Since they always send a specific vendor code, check for that, and bypass the checksum check. Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/IR/ir-nec

[RFC PATCH 2/2] IR: add Apple remote keymap

2010-10-28 Thread Jarod Wilson
Apple remote, but I don't have one of those. Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/IR/keymaps/Makefile |1 + drivers/media/IR/keymaps/rc-nec-apple.c | 51 +++ include/media/rc-map.h |1 + 3 files changed, 53

Re: [RFC PATCH 0/2] Apple remote support

2010-10-28 Thread Jarod Wilson
On Thu, Oct 28, 2010 at 11:11:31PM -0400, Jarod Wilson wrote: I've got one of those tiny little 6-button Apple remotes here, now it can be decoded in-kernel (tested w/an mceusb transceiver). Oh yeah, RFC, because I'm not sure if we should have a more generic skip the checksum check support -- I

[PATCH 0/3] imon IR driver fixups

2010-10-23 Thread Jarod Wilson
. Jarod Wilson (3): imon: fix my egregious brown paper bag w/rdev/idev split imon: remove redundant change_protocol call imon: fix nomouse modprobe option drivers/media/IR/imon.c | 48 +- 1 files changed, 18 insertions(+), 30

[PATCH 1/3] imon: fix my egregious brown paper bag w/rdev/idev split

2010-10-23 Thread Jarod Wilson
Somehow, I managed to screw things up when reworking the rdev/idev split patch from David, and started trying to get ir_input_dev from idev instead of rdev, thus resulting in button presses hanging the system. This fixes it. Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/IR

[PATCH 2/3] imon: remove redundant change_protocol call

2010-10-23 Thread Jarod Wilson
There was a redundant call to imon_ir_change_protocol -- its already getting called from ir_input_register. Also do some minor housekeeping with var names and formatting. Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/IR/imon.c | 25 +++-- 1 files changed, 7

[PATCH 3/3] imon: fix nomouse modprobe option

2010-10-23 Thread Jarod Wilson
Pointed out by Bonne Eggleston on the lirc list. Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/IR/imon.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/IR/imon.c b/drivers/media/IR/imon.c index b4d489d..f782a9d 100644 --- a/drivers

Re: [PATCH] Support for Elgato Video Capture.

2010-10-22 Thread Jarod Wilson
-by: Adrian Taylor adrian.tay...@realvnc.com Looks good, thanks for the redo. Reviewed-by: Jarod Wilson ja...@redhat.com -- Jarod Wilson ja...@wilsonet.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More

Re: [PATCH 0/3] mceusb: allow per-model data

2010-10-22 Thread Jarod Wilson
there... -- Jarod Wilson ja...@redhat.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[GIT PULL REQUEST] more IR enhancements for 2.6.37-rc1

2010-10-22 Thread Jarod Wilson
/kernel/git/jarod/linux-2.6-lirc.git staging Jarod Wilson (13): lirc_dev: sanitize function and struct names a bit lirc_dev: fix pointer to owner lirc_dev: get irctl from irctls by inode again lirc_dev: more error-checking improvements lirc_dev: call cdev_del *after

Re: [PATCH RFC] ir-rc5-decoder: don't wait for the end space to produce a code

2010-10-21 Thread Jarod Wilson
tree, if you don't mind. (I've got a dozen or so IR patches that have been queueing up, planning on another pull req relatively soon). -- Jarod Wilson ja...@wilsonet.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord

Re: [PATCH 2/4] [media] ir-raw-event: Fix a stupid error at a printk

2010-10-21 Thread Jarod Wilson
-duration), TO_STR(ev-pulse));        if (kfifo_in(ir-raw-kfifo, ev, sizeof(*ev)) != sizeof(*ev)) Acked-by: Jarod Wilson ja...@redhat.com -- Jarod Wilson ja...@wilsonet.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord

Re: [PATCH 1/4] [media] cx231xx: Fix compilation breakage if DVB is not selected

2010-10-21 Thread Jarod Wilson
Wilson ja...@redhat.com -- Jarod Wilson ja...@wilsonet.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 3/4] [media] mceusb: Improve parser to get codes sent together with IR RX data

2010-10-21 Thread Jarod Wilson
ir_raw_event_handle\n); - ir_raw_event_handle(ir-idev); } + dev_dbg(ir-dev, calling ir_raw_event_handle\n); + ir_raw_event_handle(ir-idev); } static void mceusb_dev_recv(struct urb *urb, struct pt_regs *regs) ^^^ the unrelated hunk. -- Jarod Wilson ja...@wilsonet.com

Re: [PATCH 4/4] [media] mceusb: Fix parser for Polaris

2010-10-21 Thread Jarod Wilson
, rawir); I think this and the prior hunk are really the only things that need to be grafted into the existing routine to make it behave with this device. Lemme see what I can come up with... -- Jarod Wilson ja...@wilsonet.com -- To unsubscribe from this list: send the line unsubscribe linux

Re: [PATCH 4/4] [media] mceusb: Fix parser for Polaris

2010-10-21 Thread Jarod Wilson
On Oct 21, 2010, at 4:38 PM, Mauro Carvalho Chehab wrote: Em 21-10-2010 18:06, Jarod Wilson escreveu: On Oct 21, 2010, at 10:07 AM, Mauro Carvalho Chehab wrote: Add a parser for polaris mce. On this device, sometimes, a control data appears together with the IR data, causing problems

Re: [PATCH 0/3] Remaining patches in my queue for IR

2010-10-20 Thread Jarod Wilson
needlessly re-zero'ing it out again. Its not bad for clarity's sake, but does add some unnecessary inefficiency. -- Jarod Wilson ja...@redhat.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http

[PATCH] dvb: remove obsolete lgdt3304 driver

2010-10-20 Thread Jarod Wilson
for the lgdt3304 atsc demodulator was added by way of the lgdt3305 driver. There's only one device supported in-tree that has an lgdt3304 (the kworld 340u/ub435-q em28xx stick), and its already using the lgdt3305-provided variant of lgdt3304 support. Signed-off-by: Jarod Wilson ja...@redhat.com

Re: [PATCH] Support for Elgato Video Capture

2010-10-20 Thread Jarod Wilson
-- Jarod Wilson ja...@wilsonet.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 1/3] mceusb: add support for cx231xx-based IR (e. g. Polaris)

2010-10-19 Thread Jarod Wilson
-off-by: Mauro Carvalho Chehab mche...@redhat.com Looks good to me. Reviewed-by: Jarod Wilson ja...@redhat.com -- Jarod Wilson ja...@redhat.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH 2/3] cx231xx: Only register USB interface 1

2010-10-19 Thread Jarod Wilson
-off-by: Mauro Carvalho Chehab mche...@redhat.com Looks good. Reviewed-by: Jarod Wilson ja...@redhat.com -- Jarod Wilson ja...@redhat.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: Old patches sent via the Mailing list

2010-10-19 Thread Jarod Wilson
the driver maintainer just forgot at limbo. From the list of patches under review, we have: ... == Waiting for Jarod Wilson ja...@redhat.com review/ack == Jun,20 2010: drivers/media/IR/imon.c: Use pr_err instead of err http://patchwork.kernel.org/patch

Re: drivers/media/IR/imon.c: Use pr_err instead of err

2010-10-18 Thread Jarod Wilson
to actually looking into using dev_foo bits instead where appropriate, lets just go ahead with this patch and if/when I get around to it later, I can switch things to dev_foo where possible. Acked-by: Jarod Wilson ja...@redhat.com -- Jarod Wilson ja...@redhat.com -- To unsubscribe from this list

[PATCH] IR/nuvoton: address all checkpatch.pl issues

2010-10-15 Thread Jarod Wilson
On Fri, Oct 15, 2010 at 12:39:57AM -0300, Mauro Carvalho Chehab wrote: Em 12-10-2010 10:50, Jarod Wilson escreveu: Jarod Wilson (8): IR: add driver for Nuvoton w836x7hg integrated CIR There's a number of checkpatch issues on this patch. Please send me later a patch addressing

Re: [PATCH 1/5] IR: extend and sort the MCE keymap

2010-10-15 Thread Jarod Wilson
...@gmail.com Alexander Skiba ghostlyr...@gmail.com Jordi Pelegrin pelegrin.jo...@gmail.com For reports and testing. Signed-off-by: Maxim Levitsky maximlevit...@gmail.com Acked-by: Jarod Wilson ja...@redhat.com -- Jarod Wilson ja...@redhat.com -- To unsubscribe from this list: send the line

Re: [PATCH 3/5] IR: ene_ir: few bugfixes

2010-10-15 Thread Jarod Wilson
*/ + ene_write_reg(dev, ENE_CIRCAR_PULS, 0x63); Looks sane, though I'd prefer to see symbolic bit names or some such thing here instead of 0x63. Not something to hold up the patch though. Acked-by: Jarod Wilson ja...@redhat.com -- Jarod Wilson ja...@redhat.com -- To unsubscribe from this list

Re: [PATCH 3/5] IR: ene_ir: few bugfixes

2010-10-15 Thread Jarod Wilson
On Fri, Oct 15, 2010 at 10:24:55PM +0200, Maxim Levitsky wrote: On Fri, 2010-10-15 at 16:02 -0400, Jarod Wilson wrote: On Fri, Oct 15, 2010 at 06:06:37PM +0200, Maxim Levitsky wrote: This is a result of last round of debug with Sami R maeses...@gmail.com. Thank you Sami very much

Re: [PATCH] V4L/DVB: ir: avoid race conditions at device disconnect - was: Fwd: Re: *buntu 10.10 rc

2010-10-14 Thread Jarod Wilson
: Mauro Carvalho Chehab mche...@redhat.com Para: Jarod Wilson ja...@wilsonet.com CC: Greg Oliver oliver.g...@gmail.com, Douglas Pearless douglas.pearl...@pearless.co.nz, LIRC Users lirc-l...@lists.sourceforge.net Em 14-10-2010 11:47, Jarod Wilson escreveu: On Oct 13, 2010, at 11:57 PM, Greg

Re: [1/8] IR: plug races in IR raw thread.

2010-10-14 Thread Jarod Wilson
logic all remains the same, with the addition of locking that should prevent the race (also heavily supported by your testing). Acked-by: Jarod Wilson ja...@redhat.com -- Jarod Wilson ja...@redhat.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message

Re: [2/8] IR: make sure we register the input device when it is safe to do so.

2010-10-14 Thread Jarod Wilson
from an earlier/superseded version... Finally got my head wrapped around this one too, and I do see the problem, and this fix looks good to me. Acked-by: Jarod Wilson ja...@redhat.com -- Jarod Wilson ja...@redhat.com -- To unsubscribe from this list: send the line unsubscribe linux-media

Re: [PATCH] V4L/DVB: ir: properly handle an error at input_register

2010-10-14 Thread Jarod Wilson
On Thu, Oct 14, 2010 at 05:54:38PM -0300, Mauro Carvalho Chehab wrote: Be sure to rollback all init if input register fails. Cc: Maxim Levitsky maximlevit...@gmail.com Cc: Jarod Wilson ja...@redhat.com Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com Good catch. /me kicks self

Re: [PATCH 7/8] IR: extend ir_raw_event and do refactoring

2010-10-14 Thread Jarod Wilson
was that we're all pretty much fine with it going in, even the as-yet-unused duty_cycle bit, as there *are* drivers that can use it sooner than later. Acked-by: Jarod Wilson ja...@redhat.com -- Jarod Wilson ja...@redhat.com -- To unsubscribe from this list: send the line unsubscribe linux-media

Re: [patch -next] V4L/DVB: IR/streamzap: fix usec to nsec conversion

2010-10-12 Thread Jarod Wilson
and STREAMZAP_RESOLUTION are 255 and 256 respectively and are in terms of usecs. The original code had a deadline of 1.005 seconds and the new code has a deadline of .065 seconds. Signed-off-by: Dan Carpenter erro...@gmail.com Nice catch, fix looks good. Acked-by: Jarod Wilson ja...@redhat.com -- Jarod

Re: [GIT PULL REQUEST] IR patches for 2.6.37-rc1

2010-10-12 Thread Jarod Wilson
On Sat, Oct 09, 2010 at 02:23:15PM -0400, Jarod Wilson wrote: On Fri, Oct 8, 2010 at 5:44 PM, Jarod Wilson ja...@redhat.com wrote: Hey Mauro, I've queued up some lirc fixes and a couple of patches that add a new ir-core driver for the Nuvoton w836x7hg Super I/O integrated CIR

Re: [PATCH 1/2] IR/lirc: further ioctl portability fixups

2010-10-09 Thread Jarod Wilson
On Oct 9, 2010, at 5:47 AM, Joris van Rantwijk jorisp...@xs4all.nl wrote: On Friday, October 08, 2010 23:12:35 Jarod Wilson wrote: I've dropped the .compat_ioctl addition from Joris' original patch, as I swear the non-compat definition should now work for both 32-bit and 64-bit userspace

Re: [GIT PULL REQUEST] IR patches for 2.6.37-rc1

2010-10-09 Thread Jarod Wilson
On Fri, Oct 8, 2010 at 5:44 PM, Jarod Wilson ja...@redhat.com wrote: Hey Mauro, I've queued up some lirc fixes and a couple of patches that add a new ir-core driver for the Nuvoton w836x7hg Super I/O integrated CIR functionality. All but the Kconfig re-sorting patch have been posted to linux

[PATCH] IR: add driver for Nuvoton w836x7hg integrated CIR

2010-10-08 Thread Jarod Wilson
to work with the lirc bridge plugin for userspace decoding. Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/IR/Kconfig | 13 + drivers/media/IR/Makefile |1 + drivers/media/IR/nuvoton-cir.c | 1216 drivers/media/IR/nuvoton

[PATCH] nuvoton-cir: add proper rx fifo overrun handling

2010-10-08 Thread Jarod Wilson
); /* open interrupt */ - nvt_cir_reg_write(nvt, CIR_IREN_RTR | CIR_IREN_PE, CIR_IREN); + nvt_set_cir_iren(nvt); /* Enable CIR logical device */ nvt_efm_enable(nvt); -- 1.7.1 -- Jarod Wilson ja...@redhat.com -- To unsubscribe from this list: send the line unsubscribe

[PATCH 1/2] IR/lirc: further ioctl portability fixups

2010-10-08 Thread Jarod Wilson
, I think we still need/want a Signed-off-by: from Joris here. Joris? (And sorry for the lengthy delay in getting a reply to you). Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/IR/ir-lirc-codec.c | 10 +- drivers/media/IR/lirc_dev.c | 14 +++--- include

[PATCH 2/2] staging/lirc: ioctl portability fixups

2010-10-08 Thread Jarod Wilson
Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/staging/lirc/lirc_it87.c | 17 - drivers/staging/lirc/lirc_ite8709.c |6 +++--- drivers/staging/lirc/lirc_parallel.c | 32 drivers/staging/lirc/lirc_serial.c | 21

[GIT PULL REQUEST] IR patches for 2.6.37-rc1

2010-10-08 Thread Jarod Wilson
in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jarod/linux-2.6-lirc.git staging Jarod Wilson (5): IR: add driver for Nuvoton w836x7hg integrated CIR nuvoton-cir: add proper rx fifo overrun handling IR/Kconfig: sort hardware entries alphabetically IR/lirc

Re: [PATCH] lirc: Make struct file_operations pointer const

2010-10-04 Thread Jarod Wilson
type drivers/staging/lirc/lirc_zilog.c:1284: warning: assignment discards qualifiers from pointer target type Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Whoops, yeah, obvious fix. Acked-by: Jarod Wilson ja...@redhat.com -- Jarod Wilson ja...@redhat.com -- To unsubscribe from

Re: [GIT PATCHES FOR 2.6.37] Remove v4l2-i2c-drv.h and most of i2c-id.h

2010-09-26 Thread Jarod Wilson
about is the Hauppague PVR-150 (variants w/o the zilog chip that includes tx abilities), PVR-250 and PVR-350. Given that ir-kbd-i2c supports all of those cards right now, I'm entirely in favor of lirc_i2c just going away. -- Jarod Wilson ja...@redhat.com -- To unsubscribe from this list: send

[GIT PULL REQUEST] misc IR fixes and enhancements for 2.6.37

2010-09-23 Thread Jarod Wilson
(1): IR: add support to Asus TV-Box to ir-kbd-i2c driver David Härdeman (1): imon: split mouse events to a separate input dev Jarod Wilson (4): IR: export ir_keyup so imon driver can use it directly IR/imon: protect ictx's kc and last_keycode w/spinlock IR/imon: set

Re: IR code autorepeat issue?

2010-09-20 Thread Jarod Wilson
they may be pretty well frozen already...) I'll take care of updating the IR bits in the Fedora kernel, and will point some Ubuntu folks in this direction as well. -- Jarod Wilson ja...@wilsonet.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message

Re: [PATCH 4/4] IR/imon: set up mce-only devices w/mce keytable

2010-09-16 Thread Jarod Wilson
= IR_TYPE_RC6; + break; + /* iMON LCD, MCE IR */ +case 0x9f: That LCD in the comment should be VFD. Ah, dammit, copy-paste fail. Will fix, thanks! -- Jarod Wilson ja...@redhat.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body

Re: [PATCH 2/4] imon: split mouse events to a separate input dev

2010-09-16 Thread Jarod Wilson
On Thu, Sep 16, 2010 at 01:32:07PM +0200, David Härdeman wrote: On Thu, September 16, 2010 07:22, Jarod Wilson wrote: This is a stab at separating the mouse (and front panel/knob) events out to a separate input device. This is necessary in preparation for the next patch which makes the rc

Re: [PATCH 2/4] imon: split mouse events to a separate input dev

2010-09-16 Thread Jarod Wilson
On Thu, Sep 16, 2010 at 03:43:42PM +0200, David Härdeman wrote: On Thu, September 16, 2010 15:34, Jarod Wilson wrote: On Thu, Sep 16, 2010 at 01:32:07PM +0200, David Härdeman wrote: On Thu, September 16, 2010 07:22, Jarod Wilson wrote: This is a stab at separating the mouse (and front

[PATCH 0/4] IR/imon: split out mouse events and fix bugs

2010-09-15 Thread Jarod Wilson
for the 0xffdc imon devices so the mce-only ones get set up w/the mce key table by default instead of the imon pad one (based on input from Anders Eriksson over on the lirc list). David Härdeman (1): imon: split mouse events to a separate input dev Jarod Wilson (3): IR: export ir_keyup

[PATCH 1/4] IR: export ir_keyup so imon driver can use it directly

2010-09-15 Thread Jarod Wilson
From d31919ac08ba9a203bd673bbed18e78293ceaa68 Mon Sep 17 00:00:00 2001 From: Jarod Wilson ja...@redhat.com Date: Wed, 15 Sep 2010 14:31:12 -0400 Subject: [PATCH 1/4] IR: export ir_keyup so imon driver can use it directly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer

[PATCH 2/4] imon: split mouse events to a separate input dev

2010-09-15 Thread Jarod Wilson
knob receiver. Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/IR/imon.c | 273 +++--- 1 files changed, 160 insertions(+), 113 deletions(-) diff --git a/drivers/media/IR/imon.c b/drivers/media/IR/imon.c index c185422..d36fe72 100644

[PATCH 3/4] IR/imon: protect ictx's kc and last_keycode w/spinlock

2010-09-15 Thread Jarod Wilson
From 1fd62121d93ca507ec6f2f692121f853a2c46889 Mon Sep 17 00:00:00 2001 From: Jarod Wilson ja...@redhat.com Date: Wed, 15 Sep 2010 14:56:03 -0400 Subject: [PATCH 3/4] IR/imon: protect ictx's kc and last_keycode w/spinlock Lest we get our keycodes wrong... Thus far, in practice, I've not found

Re: [PATCH 0/6] Large scancode handling

2010-09-13 Thread Jarod Wilson
On Wed, Sep 8, 2010 at 11:34 AM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: On Wed, Sep 08, 2010 at 10:31:21AM -0400, Jarod Wilson wrote: On Wed, Sep 08, 2010 at 12:41:38AM -0700, Dmitry Torokhov wrote: ... Ville, do you still have the hardware to try our ati_remote2 changes

Re: [PATCH 0/8 V5] Many fixes for in-kernel decoding and for the ENE driver

2010-09-10 Thread Jarod Wilson
On Fri, Sep 10, 2010 at 10:08:24AM +0200, David Härdeman wrote: On Fri, September 10, 2010 04:01, Jarod Wilson wrote: Wuff. None of the three builds is at all stable on my laptop, but I can't actually point the finger at any of the three patchsets, since I'm getting spontaneous lockups

Re: [PATCH 5/8] IR: extend MCE keymap.

2010-09-09 Thread Jarod Wilson
On Thu, Sep 9, 2010 at 8:40 PM, Maxim Levitsky maximlevit...@gmail.com wrote: On Wed, 2010-09-08 at 10:47 -0400, Jarod Wilson wrote: On Mon, Sep 6, 2010 at 5:26 PM, Maxim Levitsky maximlevit...@gmail.com wrote: These keys are found on remote bundled with Toshiba Qosmio F50-10q. Found

Re: [PATCH 0/8 V5] Many fixes for in-kernel decoding and for the ENE driver

2010-09-09 Thread Jarod Wilson
On Thu, Sep 09, 2010 at 12:34:27AM -0400, Jarod Wilson wrote: ... For now, I've applied patches 3, 4 and 5, as it is nice to have Jarod's review also. I've finally got them all applied atop current media_tree staging/v2.6.37, though none of the streamzap bits in patch 7 are applicable

Re: [PATCH 1/5] rc-code: merge and rename ir-core

2010-09-08 Thread Jarod Wilson
of everything else, more or less, though I need to finish actually testing it out (and should probably make some further imon fixes for issues listed in a kernel.org bugzilla, the number of which escapes me at the moment). -- Jarod Wilson ja...@redhat.com -- To unsubscribe from this list: send the line

Re: [PATCH 1/2] ir-core: centralize sysfs raw decoder enabling/disabling

2010-09-08 Thread Jarod Wilson
). -- Jarod Wilson ja...@redhat.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 0/6] Large scancode handling

2010-09-08 Thread Jarod Wilson
to take it through your tree, if it is convenient for you. It'll conflict a little bith with the tivo slide patch I posted yesterday, but mostly just minor context changes. I can redo that patch on top of these changes if that's preferred. -- Jarod Wilson ja...@redhat.com -- To unsubscribe from

Re: [PATCH 0/6] Large scancode handling

2010-09-08 Thread Jarod Wilson
, porting ati_remote* over to {ir,rc}-core is also on the TODO list, albeit with very very low priority at the moment). -- Jarod Wilson ja...@redhat.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info

Re: [PATCH 3/8] IR: fix duty cycle capability

2010-09-08 Thread Jarod Wilson
-by: Jarod Wilson ja...@redhat.com -- Jarod Wilson ja...@wilsonet.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 4/8] IR: fix keys beeing stuck down forever.

2010-09-08 Thread Jarod Wilson
(-) Acked-by: Jarod Wilson ja...@redhat.com -- Jarod Wilson ja...@wilsonet.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 5/8] IR: extend MCE keymap.

2010-09-08 Thread Jarod Wilson
|    3 +++  1 files changed, 3 insertions(+), 0 deletions(-) Acked-by: Jarod Wilson ja...@redhat.com -- Jarod Wilson ja...@wilsonet.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH 0/6] Large scancode handling

2010-09-08 Thread Jarod Wilson
On Wed, Sep 08, 2010 at 12:15:06PM -0300, Mauro Carvalho Chehab wrote: Em 08-09-2010 11:24, Jarod Wilson escreveu: On Wed, Sep 08, 2010 at 11:48:50AM +0200, Jiri Kosina wrote: On Wed, 8 Sep 2010, Dmitry Torokhov wrote: Hi Mauro, I guess I better get off my behind and commit

Re: [PATCH 7/8] IR: extend ir_raw_event and do refactoring

2010-09-08 Thread Jarod Wilson
. -- Jarod Wilson ja...@wilsonet.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 0/6] Large scancode handling

2010-09-08 Thread Jarod Wilson
On Wed, Sep 08, 2010 at 05:25:13PM +0200, Jiri Kosina wrote: On Wed, 8 Sep 2010, Jarod Wilson wrote: It'll conflict a little bith with the tivo slide patch I posted yesterday, but mostly just minor context changes. I can redo that patch on top of these changes if that's

Re: [PATCH 0/6] Large scancode handling

2010-09-08 Thread Jarod Wilson
On Wed, Sep 08, 2010 at 09:56:07AM -0700, Dmitry Torokhov wrote: On Wed, Sep 08, 2010 at 12:09:08PM -0400, Jarod Wilson wrote: On Wed, Sep 08, 2010 at 05:25:13PM +0200, Jiri Kosina wrote: On Wed, 8 Sep 2010, Jarod Wilson wrote: It'll conflict a little bith with the tivo slide patch

Re: [PATCH 0/8 V5] Many fixes for in-kernel decoding and for the ENE driver

2010-09-08 Thread Jarod Wilson
and 5, as it is nice to have Jarod's review also. I've finally got them all applied atop current media_tree staging/v2.6.37, though none of the streamzap bits in patch 7 are applicable any longer. Will try to get through looking and commenting (and testing) of the rest of them tonight. -- Jarod

Re: [PATCH 1/8] IR: plug races in IR raw thread.

2010-09-08 Thread Jarod Wilson
of locking that should prevent the race (also heavily supported by your testing). Acked-by: Jarod Wilson ja...@redhat.com -- Jarod Wilson ja...@wilsonet.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo

<    1   2   3   4   5   6   7   >