Re: [PATCH] [media] nec decoder: wrong bit order for nec32 protocol

2016-11-22 Thread Jarod Wilson
.. I'm pretty sure I do have both a remote and receiver on hand that would fit the bill here though. Is the question primarily about what actually gets emitted by the TiVo remote? -- 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] [media] dvb: avoid warning in dvb_net

2016-10-27 Thread Jarod Wilson
On Thu, Oct 27, 2016 at 05:09:28PM +0200, Arnd Bergmann wrote: > On Thursday, October 27, 2016 10:13:27 AM CEST Jarod Wilson wrote: > > On Thu, Oct 27, 2016 at 03:57:41PM +0200, Arnd Bergmann wrote: > > > With gcc-5 or higher on x86, we can get a bogus warning in the

Re: [PATCH] [media] dvb: avoid warning in dvb_net

2016-10-27 Thread Jarod Wilson
} > + } else { > + /* othersie use zero destination > address */ I'm assuming you meant "otherwise" there instead of "othersie". -- Jarod Wilson ja...@redhat.com -- To unsubscribe from this

Re: [PATCH] nuvoton-cir: Don't touch PS/2 interrupts while initializing

2014-01-27 Thread Jarod Wilson
. Probably a carry-over from the old Nuvoton code, nuking it makes sense to me, always thought it was a little odd, but it never caused issues on the system I had (which had no ps2). Acked-by: Jarod Wilson ja...@redhat.com -- Jarod Wilson ja...@redhat.com -- To unsubscribe from this list: send

Re: Patch mceusb: fix invalid urb interval

2014-01-20 Thread Jarod Wilson
, but its tested as fully functional on multiple devices here, including a mix of ones that claim bulk and interrupt, ones with no bInterval, ones with different non-0 bIntervals, etc. -- Jarod Wilson ja...@redhat.com -- To unsubscribe from this list: send the line unsubscribe linux-media

Re: Patch mceusb: fix invalid urb interval

2014-01-20 Thread Jarod Wilson
(1 microframe) I suppose I need to get a machine with usb3 up and running to poke at... -- 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

Re: [PATCH] MAINTAINERS: Remove Jarod Wilson and orphan LIRC drivers

2013-02-15 Thread Jarod Wilson
settle down, which should be happening relativley soon... -- 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/8] rc-core: patches for 3.7

2012-08-30 Thread Jarod Wilson
with some fairly big changes, and that's still ongoing, thus the relative lack of repsonsiveness on, well, anything, lately. -- 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

Re: [PATCH 5/8] nuvoton-cir: Code cleanup: remove unused variable and function

2012-06-15 Thread Jarod Wilson
On Thu, Jun 14, 2012 at 02:58:13PM -0300, Peter Senna Tschudin wrote: Tested by compilation only. Making use of this code is on the TODO list, possibly even happens by way of David's pending patches for lirc interface parity, so I'm against removing it. -- Jarod Wilson ja...@redhat.com

[PATCH] [media] lirc_sir: make device registration work

2012-06-04 Thread Jarod Wilson
to sending it. :\ CC: Josh Boyer jwbo...@redhat.com CC: Mauro Carvalho Chehab mche...@redhat.com Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/staging/media/lirc/lirc_sir.c | 60 +++- 1 files changed, 58 insertions(+), 2 deletions(-) diff --git a/drivers

Re: [patch] [media] fintek-cir: change || to

2012-04-23 Thread Jarod Wilson
device 8. In other words, this fixes hardware detection for 0x0408 and 0x0804. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com 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

Re: [PATCH v3] [media] rc: Postpone ISR registration

2012-04-23 Thread Jarod Wilson
was completed. This patch fixes this by moving the invocation to request_irq() and to request_region() to a later stage on the driver probe function. From what I can tell, it looks like v3 should do the job for all affected drivers. Acked-by: Jarod Wilson ja...@redhat.com -- Jarod Wilson ja

Re: [PATCH v3 1/1] rc: Add support for GPIO based IR Receiver driver.

2012-04-23 Thread Jarod Wilson
time you get gval 1, which may or may not be intended here... -- 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: nuvoton-cir on Intel DH67CL

2012-04-23 Thread Jarod Wilson
On Tue, Mar 20, 2012 at 10:46:46PM +0100, Steffen Barszus wrote: On Mon, 19 Mar 2012 17:00:11 -0400 Jarod Wilson ja...@redhat.com wrote: On Wed, Mar 14, 2012 at 10:32:43PM +0100, Steffen Barszus wrote: Anything to be activated to wakeup on S3/S5 ? I.e. the key to wake it up ? I'm using

Re: [PATCH v2] [media] rc: Postpone ISR registration

2012-04-20 Thread Jarod Wilson
, device); + if (err) { + dev_err(dev, Failed to claim IRQ %u\n, data-irq); + err = -EBUSY; + goto exit_release_sbase; + } + err = rc_register_device(data-dev); if (err) goto exit_free_rc; -- 1.7.9.5 -- Jarod Wilson ja

Re: [media] fintek-cir: add support for newer chip version

2012-04-19 Thread Jarod Wilson
for it a bit and then decided to just email you. :P 201 fintek-logical_dev_cir = LOGICAL_DEV_CIR_REV2; 202 else 203 fintek-logical_dev_cir = LOGICAL_DEV_CIR_REV1; 204 regards, dan carpenter -- Jarod Wilson ja...@redhat.com

Re: [PATCH 1/1] [media] ite-cir: postpone ISR registration

2012-04-19 Thread Jarod Wilson
, ene_ir and winbond-cir. If I'm thinking clearly, I've actually seen a very similar report for one of the other CIR drivers recently. Good catch. But yeah, lets do the same for all the drivers, and move request_region as well. -- Jarod Wilson ja...@redhat.com -- To unsubscribe from this list: send

Re: nuvoton-cir on Intel DH67CL

2012-03-19 Thread Jarod Wilson
On Wed, Mar 14, 2012 at 10:32:43PM +0100, Steffen Barszus wrote: On Wed, 14 Mar 2012 16:41:01 -0400 Jarod Wilson ja...@redhat.com wrote: On Wed, Mar 14, 2012 at 07:10:37AM +0100, Steffen Barszus wrote: Hi ! I'm using above board which has a nuvoton-cir onboard (as most Intel

Re: [PATCH] media: rc: Pospone ir raw decoders loading until really needed

2012-03-15 Thread Jarod Wilson
not going to fly. -- 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 v2] media: rc: Pospone ir raw decoders loading until really needed

2012-03-15 Thread Jarod Wilson
) return rc; } - /* Initialize/load the decoders/keymap code that will be used */ - ir_raw_init(); rc_map_register(empty_map); return 0; -- Jarod Wilson ja...@redhat.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body

Re: [PATCH v2] media: rc: Pospone ir raw decoders loading until really needed

2012-03-15 Thread Jarod Wilson
On Mar 15, 2012, at 5:42 PM, Ezequiel García elezegar...@gmail.com wrote: Hi Jarod, On Thu, Mar 15, 2012 at 6:35 PM, Jarod Wilson ja...@redhat.com wrote: So yeah, ok, I'm fine with this. Haven't tested it with actual raw IR hardware, but I don't see any reason it wouldn't work. Acked

Re: nuvoton-cir on Intel DH67CL

2012-03-14 Thread Jarod Wilson
, the driver will bind to anything with the PNP ID of NTN0530, but will spew a warning in dmesg if its not an explicitly recognized chip. -- 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

[PATCH] mceusb: add Formosa device ID 0xe042

2012-03-12 Thread Jarod Wilson
Yet another device ID that has started showing up in the wild. Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/mceusb.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/media/rc/mceusb.c b/drivers/media/rc/mceusb.c index 60d3c1e..0918c69 100644

Re: Fintek driver linux

2012-02-14 Thread Jarod Wilson
device number, but I'm just shooting in the dark. -- 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] [media] hdpvr: update picture controls to support firmware versions 0.15

2012-02-14 Thread Jarod Wilson
, as these newer firmware HDPVR are pretty wonky with any current kernel. Acked-by: Jarod Wilson ja...@redhat.com Reviewed-by: Jarod Wilson ja...@redhat.com CC: sta...@vger.kernel.org -- Jarod Wilson ja...@wilsonet.com -- To unsubscribe from this list: send the line unsubscribe linux-media

Re: Fintek driver linux

2012-02-14 Thread Jarod Wilson
this. Then again, this is a fairly young driver. But I never saw anything like this in my own testing during driver devel, nor did Fintek. :\ -- Jarod Wilson ja...@redhat.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord

Re: [PATCH] [media] hdpvr: update picture controls to support firmware versions 0.15

2012-02-14 Thread Jarod Wilson
On Tue, Feb 14, 2012 at 4:32 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Tue, Feb 14, 2012 at 3:43 PM, Jarod Wilson ja...@wilsonet.com wrote: Looks sane to me, and really needs to get in ASAP. I'd even suggest we get it sent to stable, as these newer firmware HDPVR are pretty

[PATCH v2] imon: don't wedge hardware after early callbacks

2012-01-26 Thread Jarod Wilson
: Corinna Vinschen vinsc...@redhat.com Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/imon.c | 26 ++ 1 files changed, 22 insertions(+), 4 deletions(-) diff --git a/drivers/media/rc/imon.c b/drivers/media/rc/imon.c index 6ed9646..046f529 100644

[PATCH] imon: don't wedge hardware after early callbacks

2012-01-26 Thread Jarod Wilson
stable, as this fixes a functional regression in 3.2 CC: sta...@vger.kernel.org CC: Corinna Vinschen vinsc...@redhat.com Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/imon.c | 26 ++ 1 files changed, 22 insertions(+), 4 deletions(-) diff --git

[PATCH] imon: don't wedge hardware after early callbacks

2012-01-25 Thread Jarod Wilson
as the hardware is initialized like the older ffdc devices, so they'd be less likely to trigger this anyway... Tested with both an ffdc device and an 0042 device. CC: Corinna Vinschen vinsc...@redhat.com Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/imon.c | 24

Re: [PATCH] imon: don't wedge hardware after early callbacks

2012-01-25 Thread Jarod Wilson
Corinna Vinschen wrote: Hi Jarod, On Jan 25 15:56, Jarod Wilson wrote: This patch is just a minor update to one titled imon: Input from ffdc device type ignored from Corinna Vinschen. An earlier patch to prevent an oops when we got early callbacks also has the nasty side-effect of wedging imon

Re: [mythtv-users] Anyone tested the DVB-T2 dual tuner TBS6280?

2011-08-16 Thread Jarod Wilson
/torvalds/linux-2.6.git;a=commitdiff;h=d7515b8866b60c9526d2d7af37ebcd16c3c5ed97 Similarly, just booting with pci=nomsi on an unpatched kernel should achieve the same effect. Sigh. -- Jarod Wilson ja...@wilsonet.com -- To unsubscribe from this list: send the line unsubscribe linux-media

Re: [PATCH 5/7] [media] ati_remote: add keymap for Medion X10 RF remote

2011-08-08 Thread Jarod Wilson
duplicated keymap loads if the user does have ir-keytable with udev rules, but meh). I'd say add it for now, and when we get to the point of v4l-utils ubiquity, we can drop this along with all the other in-kernel rc keymaps. -- Jarod Wilson ja...@redhat.com -- To unsubscribe from this list

[PATCH] [media] nuvoton-cir: simplify raw IR sample handling

2011-08-08 Thread Jarod Wilson
...@vger.kernel.org Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/nuvoton-cir.c | 45 +++ drivers/media/rc/nuvoton-cir.h |1 - 2 files changed, 8 insertions(+), 38 deletions(-) diff --git a/drivers/media/rc/nuvoton-cir.c b/drivers/media/rc

Re: [PATCH] [media] nuvoton-cir: simplify raw IR sample handling

2011-08-08 Thread Jarod Wilson
Jarod Wilson wrote: The nuvoton-cir driver was storing up consecutive pulse-pulse and space-space samples internally, for no good reason, since ir_raw_event_store_with_filter() already merges back to back like samples types for us. This should also fix a regression introduced late in 3.0

Re: [PATCH 1/2] [media] rc-main: Fix device de-registration logic

2011-07-29 Thread Jarod Wilson
devices before I give an ack though, just to be sure. :) -- 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/2] [media] rc-main: Fix device de-registration logic

2011-07-29 Thread Jarod Wilson
On Jul 29, 2011, at 1:30 PM, Jarod Wilson wrote: On Jul 29, 2011, at 1:53 AM, Mauro Carvalho Chehab wrote: rc unregister logic were deadly broken, preventing some drivers to be removed. Among the broken things, rc_dev_uevent() is being called during device_del(), causing a data filling

Re: [PATCH 1/2] [media] rc-main: Fix device de-registration logic

2011-07-29 Thread Jarod Wilson
On Jul 29, 2011, at 5:25 PM, Mauro Carvalho Chehab wrote: Em 29-07-2011 14:30, Jarod Wilson escreveu: On Jul 29, 2011, at 1:53 AM, Mauro Carvalho Chehab wrote: rc unregister logic were deadly broken, preventing some drivers to be removed. Among the broken things, rc_dev_uevent() is being

Re: [PATCH] [media] imon: don't parse scancodes until intf configured

2011-07-26 Thread Jarod Wilson
Chris W wrote: On 20/07/11 23:18, Jarod Wilson wrote: On Wed, Jul 20, 2011 at 08:05:43AM +1000, Chris W wrote: On 20/07/11 02:12, Jarod Wilson wrote: The imon devices have either 1 or 2 usb interfaces on them, each wired up to its own urb callback. The interface 0 urb callback is wired up

Re: [PATCH] [media] imon: don't submit urb before rc_dev set up

2011-07-22 Thread Jarod Wilson
Jarod Wilson wrote: The interface 0 urb callback was being wired up before the rc_dev device was allocated, meaning the callback could be called with a null rc_dev, leading to an oops. This likely only ever happens on the older 0xffdc SoundGraph devices, which continually trigger interrupts even

Re: [PATCH] [media] imon: don't parse scancodes until intf configured

2011-07-20 Thread Jarod Wilson
On Wed, Jul 20, 2011 at 08:05:43AM +1000, Chris W wrote: On 20/07/11 02:12, Jarod Wilson wrote: The imon devices have either 1 or 2 usb interfaces on them, each wired up to its own urb callback. The interface 0 urb callback is wired up before the imon context's rc_dev pointer is filled

Re: [PATCH] [media] imon: don't submit urb before rc_dev set up

2011-07-19 Thread Jarod Wilson
On Jul 18, 2011, at 6:29 PM, Chris W l...@psychogeeks.com wrote: On 19/07/11 02:46, Jarod Wilson wrote: The interface 0 urb callback was being wired up before the rc_dev device was allocated, meaning the callback could be called with a null rc_dev, leading to an oops. This likely only ever

[PATCH] [media] imon: don't parse scancodes until intf configured

2011-07-19 Thread Jarod Wilson
they have no valid key data. CC: Andy Walls awa...@md.metrocast.net CC: Chris W l...@psychogeeks.com Reported-by: Chris W l...@psychogeeks.com Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/imon.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git

Re: Happuage HDPVR 0 byte files.

2011-07-18 Thread Jarod Wilson
AM, Jarod Wilson ja...@wilsonet.com wrote: On Jul 18, 2011, at 6:49 AM, Greg Williamson wrote: Hi, I'm on Archlinux running 2.6.39-ARCH. When I plug in my hdpvr I see it registers. Here is the dmesg output: [ 778.518866] hdpvr 1-3:1.0: firmware version 0x15 dated Jun 17 2010 09:26:53

[PATCH] [media] imon: don't submit urb before rc_dev set up

2011-07-18 Thread Jarod Wilson
...@xenotime.net CC: linux-ker...@vger.kernel.org Reported-by: Chris W l...@psychogeeks.com Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/imon.c | 28 ++-- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/drivers/media/rc/imon.c b/drivers

Re: [PATCH 2/9] [media] mceusb: give hardware time to reply to cmds

2011-07-18 Thread Jarod Wilson
Jarod Wilson wrote: Mauro Carvalho Chehab wrote: Em 14-07-2011 19:09, Jarod Wilson escreveu: Sometimes the init routine is blasting commands out to the hardware faster than it can reply. Throw a brief delay in there to give the hardware a chance to reply before we send the next command

[PATCH v2 0/9] mceusb updates per MS docs

2011-07-18 Thread Jarod Wilson
things are better explained now, with most of the command and response bits lining up with what MS has documented. v2: use msleep instead of mdelay, and fix a tx regression in v1 Jarod Wilson (9): [media] mceusb: command/response updates from MS docs [media] mceusb: give hardware time to reply

[PATCH v2 1/9] [media] mceusb: command/response updates from MS docs

2011-07-18 Thread Jarod Wilson
entirely by reverse-engineering. First up, I'm updating the defines for all the MCE commands and responses to match their names in the spec. More to come... Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/mceusb.c | 293 ++-- 1 files changed

[PATCH v2 2/9] [media] mceusb: give hardware time to reply to cmds

2011-07-18 Thread Jarod Wilson
Sometimes the init routine is blasting commands out to the hardware faster than it can reply. Throw a brief delay in there to give the hardware a chance to reply before we send the next command. v2: use msleep instead of mdelay per Mauro's suggestion Signed-off-by: Jarod Wilson ja...@redhat.com

[PATCH v2 3/9] [media] mceusb: set wakeup bits for IR-based resume

2011-07-18 Thread Jarod Wilson
Its not uncommon for folks to force these bits enabled, because people do want to wake their htpc kit via their remote. Lets just set the bits for 'em. v2: rebase for mdelay-msleep changes Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/mceusb.c |5 + 1 files changed

[PATCH v2 4/9] [media] mceusb: issue device resume cmd when needed

2011-07-18 Thread Jarod Wilson
-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/mceusb.c | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/drivers/media/rc/mceusb.c b/drivers/media/rc/mceusb.c index ab074a3..f1fc11d 100644 --- a/drivers/media/rc/mceusb.c +++ b/drivers/media/rc/mceusb.c

[PATCH v2 5/9] [media] mceusb: query device for firmware emulator version

2011-07-18 Thread Jarod Wilson
was hoping to play with, but alas... Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/mceusb.c | 19 +-- 1 files changed, 17 insertions(+), 2 deletions(-) diff --git a/drivers/media/rc/mceusb.c b/drivers/media/rc/mceusb.c index f1fc11d..fb2fa9d 100644 --- a/drivers

[PATCH v2 8/9] [media] mceusb: report actual tx frequencies

2011-07-18 Thread Jarod Wilson
was butchered, and instead of converting 66 to hex (0x42 like above), they put in 0x66, so the hardware reports a default carrier of 24390Hz. Fortunately, I guess, this particular device is rx-only, but I wouldn't put it past other hw to screw up here too. Signed-off-by: Jarod Wilson ja...@redhat.com

Re: [PATCH 0/3] redrat3 driver updates for 3.1

2011-07-14 Thread Jarod Wilson
Mauro Carvalho Chehab wrote: Em 13-07-2011 18:26, Jarod Wilson escreveu: These changes make the redrat3 driver cooperate better with both in-kernel and lirc userspace decoding of signals, tested with RC5, RC6 and NEC. There's probably more we can do to make this a bit less hackish, but its

Re: [PATCH] [media] imon: rate-limit send_packet spew

2011-07-14 Thread Jarod Wilson
Mauro Carvalho Chehab wrote: Em 13-07-2011 18:58, Jarod Wilson escreveu: There are folks with flaky imon hardware out there that doesn't always respond to requests to write to their displays for some reason, which can flood logs quickly when something like lcdproc is trying to constantly update

[PATCH v2] [media] imon: rate-limit send_packet spew

2011-07-14 Thread Jarod Wilson
ratelimit.h include Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/imon.c | 26 ++ 1 files changed, 14 insertions(+), 12 deletions(-) diff --git a/drivers/media/rc/imon.c b/drivers/media/rc/imon.c index 6bc35ee..caa3e3a 100644 --- a/drivers/media/rc/imon.c

[PATCH] [media] redrat3: remove unused dev struct members

2011-07-14 Thread Jarod Wilson
Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/redrat3.c |7 --- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/drivers/media/rc/redrat3.c b/drivers/media/rc/redrat3.c index 5fc2f05..ee1303c 100644 --- a/drivers/media/rc/redrat3.c +++ b/drivers/media/rc

[PATCH] [media] em28xx: add em28xx_ prefix to functions

2011-07-14 Thread Jarod Wilson
Makes it more straight-forward to follow stack traces if the functions don't have generic names. Using this as a crutch while trying to better understand the lockdep warnings I get when loading the em28xx driver. CC: Devin Heitmueller dheitmuel...@kernellabs.com Signed-off-by: Jarod Wilson ja

[PATCH 0/9] mceusb updates per MS docs

2011-07-14 Thread Jarod Wilson
things are better explained now, with most of the command and response bits lining up with what MS has documented. Jarod Wilson (9): [media] mceusb: command/response updates from MS docs [media] mceusb: give hardware time to reply to cmds [media] mceusb: set wakeup bits for IR-based resume

[PATCH 2/9] [media] mceusb: give hardware time to reply to cmds

2011-07-14 Thread Jarod Wilson
Sometimes the init routine is blasting commands out to the hardware faster than it can reply. Throw a brief delay in there to give the hardware a chance to reply before we send the next command. Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/mceusb.c |2 ++ 1 files changed

[PATCH 3/9] [media] mceusb: set wakeup bits for IR-based resume

2011-07-14 Thread Jarod Wilson
Its not uncommon for folks to force these bits enabled, because people do want to wake their htpc kit via their remote. Lets just set the bits for 'em. Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/mceusb.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff

[PATCH 4/9] [media] mceusb: issue device resume cmd when needed

2011-07-14 Thread Jarod Wilson
According to MS docs, the device firmware may halt after receiving an unknown instruction, but that it should be possible to tell the firmware to continue running by simply sending a device resume command. So lets do that. Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc

[PATCH 8/9] [media] mceusb: report actual tx frequencies

2011-07-14 Thread Jarod Wilson
was butchered, and instead of converting 66 to hex (0x42 like above), they put in 0x66, so the hardware reports a default carrier of 24390Hz. Fortunately, I guess, this particular device is rx-only, but I wouldn't put it past other hw to screw up here too. Signed-off-by: Jarod Wilson ja...@redhat.com

[PATCH 7/9] [media] mceusb: flash LED (emu v2+ only) to signal end of init

2011-07-14 Thread Jarod Wilson
Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/mceusb.c | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/drivers/media/rc/mceusb.c b/drivers/media/rc/mceusb.c index e4171f7..bbd79c0 100644 --- a/drivers/media/rc/mceusb.c +++ b/drivers/media

[PATCH 9/9] [media] mceusb: update version, copyright, author

2011-07-14 Thread Jarod Wilson
Add note about recent updates coming from Microsoft's publicly available specs on Windows Media Center remotes and receivers/transmitters. Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/mceusb.c | 11 --- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git

[PATCH 5/9] [media] mceusb: query device for firmware emulator version

2011-07-14 Thread Jarod Wilson
was hoping to play with, but alas... Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/mceusb.c | 19 +-- 1 files changed, 17 insertions(+), 2 deletions(-) diff --git a/drivers/media/rc/mceusb.c b/drivers/media/rc/mceusb.c index a777623..114fb13 100644 --- a/drivers

[PATCH 6/9] [media] mceusb: get misc port data from hardware

2011-07-14 Thread Jarod Wilson
reports having them), and most report the active sensor correctly, but only one of eight reports cabled tx ports correctly. So for the most part, this is just for informational purposes. Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/mceusb.c | 51

[PATCH 1/9] [media] mceusb: command/response updates from MS docs

2011-07-14 Thread Jarod Wilson
entirely by reverse-engineering. First up, I'm updating the defines for all the MCE commands and responses to match their names in the spec. More to come... Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/mceusb.c | 293 ++-- 1 files changed

[PATCH] [media] rc-rc6-mce: minor keymap updates

2011-07-13 Thread Jarod Wilson
it off. Adjust accordingly. While we're here, lets also remove the duplicate KEY_PLAYPAUSE entry. Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/keymaps/rc-rc6-mce.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/media/rc/keymaps/rc-rc6-mce.c b

[PATCH v2] [media] rc-core support for Microsoft IR keyboard/mouse

2011-07-13 Thread Jarod Wilson
mod-mce author... CC: Florian Demski fdem...@users.sourceforge.net Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/Kconfig | 11 + drivers/media/rc/Makefile |1 + drivers/media/rc/ir-mce_kbd-decoder.c | 448

[PATCH 0/3] redrat3 driver updates for 3.1

2011-07-13 Thread Jarod Wilson
These changes make the redrat3 driver cooperate better with both in-kernel and lirc userspace decoding of signals, tested with RC5, RC6 and NEC. There's probably more we can do to make this a bit less hackish, but its working quite well here for me right now. Jarod Wilson (3): [media] redrat3

[PATCH 1/3] [media] redrat3: sending extra trailing space was useless

2011-07-13 Thread Jarod Wilson
We already add a trailing space, this wasn't doing anything useful, and actually confused lirc userspace a bit. Rip it out. CC: Chris Dodge ch...@redrat.co.uk CC: Andrew Vincer andrew.vin...@redrat.co.uk CC: Stephen Cox scox...@yahoo.com Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers

[PATCH 2/3] [media] redrat3: cap duration in the right place

2011-07-13 Thread Jarod Wilson
Trying to cap duration before multiplying it was obviously wrong. CC: Chris Dodge ch...@redrat.co.uk CC: Andrew Vincer andrew.vin...@redrat.co.uk CC: Stephen Cox scox...@yahoo.com Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/redrat3.c |6 +++--- 1 files changed, 3

[PATCH 3/3] [media] redrat3: improve compat with lirc userspace decode

2011-07-13 Thread Jarod Wilson
adds a missing del_timer_sync call to the module unload path. CC: Chris Dodge ch...@redrat.co.uk CC: Andrew Vincer andrew.vin...@redrat.co.uk CC: Stephen Cox scox...@yahoo.com Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/redrat3.c | 43

[PATCH] [media] imon: rate-limit send_packet spew

2011-07-13 Thread Jarod Wilson
There are folks with flaky imon hardware out there that doesn't always respond to requests to write to their displays for some reason, which can flood logs quickly when something like lcdproc is trying to constantly update the display, so lets rate-limit all that error spew. Signed-off-by: Jarod

Re: Imon module Oops and kernel hang

2011-07-13 Thread Jarod Wilson
On Jul 13, 2011, at 1:42 AM, Chris W wrote: On 13/07/11 14:20, Jarod Wilson wrote: Chris W wrote: The rc keymap modules have been built (en masse as a result of CONFIG_RC_MAP=m) but I am not explicitly loading them and they do not get automatically loaded. Huh. That's unexpected

Re: Imon module Oops and kernel hang

2011-07-12 Thread Jarod Wilson
*** -- 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 -- Jarod Wilson ja...@wilsonet.com -- To unsubscribe from this list: send the line unsubscribe

[GIT PULL] last-minute IR fixes for 3.0

2011-07-11 Thread Jarod Wilson
: Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging (2011-07-10 10:24:47 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jarod/linux-2.6-ir.git/ for-3.0 Jarod Wilson (2): Revert V4L/DVB: cx23885: Enable

Re: [git:v4l-dvb/for_v3.1] [media] rc: call input_sync after scancode reports

2011-07-07 Thread Jarod Wilson
: Subject: [media] rc: call input_sync after scancode reports Author:  Jarod Wilson ja...@redhat.com Date:    Thu Jun 23 10:40:55 2011 -0300 Due to commit cdda911c34006f1089f3c87b1a1f31ab3a4722f2, evdev only becomes readable when the buffer contains an EV_SYN/SYN_REPORT event. If we get

Re: [PATCH] [staging] lirc_serial: allocate irq at init time

2011-07-07 Thread Jarod Wilson
On Tue, Jul 5, 2011 at 1:21 PM, Greg KH g...@kroah.com wrote: On Thu, Jun 16, 2011 at 03:31:46PM -0400, Jarod Wilson wrote: There's really no good reason not to just grab the desired IRQ at driver init time, instead of every time the lirc device node is accessed. This also improves the speed

[PATCH] Revert V4L/DVB: cx23885: Enable Message Signaled Interrupts(MSI)

2011-06-29 Thread Jarod Wilson
://www.spinics.net/lists/linux-media/msg33676.html http://www.spinics.net/lists/linux-media/msg34734.html CC: Andy Walls awa...@md.metrocast.net CC: Kusanagi Kouichi sl...@ac.auone-net.jp Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/video/cx23885/cx23885-core.c |9 ++--- 1 files changed

Re: [PATCH] Revert V4L/DVB: cx23885: Enable Message Signaled Interrupts(MSI)

2011-06-29 Thread Jarod Wilson
On Jun 29, 2011, at 7:35 PM, Andy Walls wrote: On Wed, 2011-06-29 at 17:49 -0400, Jarod Wilson wrote: This reverts commit e38030f3ff02684eb9e25e983a03ad318a10a2ea. MSI flat-out doesn't work right on cx2388x devices yet. There are now multiple reports of cards that hard-lock systems when MSI

Re: HVR-1250/CX23885 IR Rx

2011-06-28 Thread Jarod Wilson
On Jun 28, 2011, at 6:30 AM, Andy Walls wrote: Jarod Wilson ja...@wilsonet.com wrote: On Apr 10, 2011, at 7:08 PM, Andy Walls wrote: On Sat, 2011-04-09 at 21:39 -0400, Jarod Wilson wrote: Jarod, The HVR-1850 uses a raw IR receiver in the CX23888 and older HVR-1250s use the raw IR

Re: HVR-1250/CX23885 IR Rx

2011-06-28 Thread Jarod Wilson
On Jun 28, 2011, at 6:32 PM, Andy Walls wrote: On Tue, 2011-06-28 at 17:39 -0400, Jarod Wilson wrote: Up and running on 3.0-rc5 now, and I'm not seeing the panic, but the box keeps hard-locking after some number of keypresses. Can't get a peep out of it with sysrq, nmi watchdog doesn't seem

Re: cx18 init lockdep spew

2011-06-26 Thread Jarod Wilson
On Jun 24, 2011, at 5:34 PM, Andy Walls wrote: On Fri, 2011-06-24 at 13:39 -0400, Jarod Wilson wrote: I only just recently acquired a Hauppauge HVR-1600 cards, and at least both 2.6.39 and 3.0-rc4 kernels with copious debug spew enabled spit out the lockdep spew included below. Haven't looked

cx18 init lockdep spew

2011-06-24 Thread Jarod Wilson
load of v4l-cx23418-dig.fw firmware (16382 bytes) -- 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

[GIT PULL] IR Fixups for 3.0

2011-06-23 Thread Jarod Wilson
... Thanks much, The following changes since commit 56299378726d5f2ba8d3c8cbbd13cb280ba45e4f: Linux 3.0-rc4 (2011-06-20 20:25:46 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jarod/linux-2.6-ir.git/ for-3.0 Jarod Wilson (20): [media] mceusb: add

[PATCH] [media] rc: call input_sync after scancode reports

2011-06-23 Thread Jarod Wilson
Raue sr...@openelec.tv CC: Mauro Carvalho Chehab mche...@redhat.com CC: Jeff Brown jeffbr...@android.com CC: Dmitry Torokhov d...@mail.ru Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/rc-main.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers

Re: Last key repeated after every keypress on remote control (saa7134 lirc devinput driver)

2011-06-23 Thread Jarod Wilson
On Jun 7, 2011, at 12:04 PM, Jarod Wilson wrote: On Jun 7, 2011, at 2:45 AM, Radim wrote: Pôvodná správa Od: Jarod Wilson ja...@redhat.com Predmet: Re: Last key repeated after every keypress on remote control (saa7134 lirc devinput driver) Dátum: 06.6.2011 20

Re: [PATCH] [media] rc: call input_sync after scancode reports

2011-06-23 Thread Jarod Wilson
Dmitry Torokhov wrote: Hi Jarod, On Thu, Jun 23, 2011 at 01:58:06PM -0400, Jarod Wilson wrote: @@ -623,6 +624,7 @@ static void ir_do_keydown(struct rc_dev *dev, int scancode, u32 keycode, u8 toggle) { input_event(dev-input_dev, EV_MSC, MSC_SCAN, scancode

[PATCH v2] [media] rc: call input_sync after scancode reports

2011-06-23 Thread Jarod Wilson
last_keycode. Reported-by: Stephan Raue sr...@openelec.tv CC: Stephan Raue sr...@openelec.tv CC: Mauro Carvalho Chehab mche...@redhat.com CC: Jeff Brown jeffbr...@android.com CC: Dmitry Torokhov d...@mail.ru Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/rc-main.c | 48

[PATCH] [media] rc: fix ghost keypresses with certain hw

2011-06-16 Thread Jarod Wilson
for providing the hardware to investigate this issue. CC: Devin Heitmueller dheitmuel...@kernellabs.com Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/ir-raw.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/media/rc/ir-raw.c b/drivers/media/rc/ir

[PATCH] [staging] lirc_serial: allocate irq at init time

2011-06-16 Thread Jarod Wilson
to a multi-digit channel) don't have to spend time acquiring and then releasing the IRQ for every digit, sometimes multiple times, if lircd has been told to use the min_repeat parameter. CC: de...@driverdev.osuosl.org Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/staging/lirc/lirc_serial.c

[PATCH] [media] saa7134: fix raw IR timeout value

2011-06-16 Thread Jarod Wilson
The comment says wait 15ms, but the code says jiffies_to_msecs(15) instead of msecs_to_jiffies(15). Fix that. Tested, works fine with both rc5 and rc6 decode, in-kernel and via lirc userspace, with an HVR-1150. Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/video/saa7134/saa7134

Re: [PATCH] [media] rc-core support for Microsoft IR keyboard/mouse

2011-06-12 Thread Jarod Wilson
On Jun 11, 2011, at 9:38 AM, Mauro Carvalho Chehab wrote: Em 03-06-2011 18:28, Jarod Wilson escreveu: This is a custom IR protocol decoder, for the RC-6-ish protocol used by the Microsoft Remote Keyboard. http://www.amazon.com/Microsoft-Remote-Keyboard-Windows-ZV1-4/dp/B000AOAAN8 Its

[PATCH] [media] ite-cir: 8709 needs to use pnp resource 2

2011-06-09 Thread Jarod Wilson
García de Soria skanda...@gmail.com CC: sta...@kernel.org Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/ite-cir.c | 12 +--- drivers/media/rc/ite-cir.h |3 +++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/drivers/media/rc/ite-cir.c b/drivers

[PATCH] [media] keymaps: fix table for pinnacle pctv hd devices

2011-06-09 Thread Jarod Wilson
usb stick). CC: sta...@kernel.org Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/rc/keymaps/rc-pinnacle-pctv-hd.c | 58 +++- 1 files changed, 27 insertions(+), 31 deletions(-) diff --git a/drivers/media/rc/keymaps/rc-pinnacle-pctv-hd.c b/drivers/media/rc

[PATCH] [media] lirc_zilog: fix spinning rx thread

2011-06-09 Thread Jarod Wilson
5bd6b0464b68d429bc8a3fe6595d19c39dfc4d95, and I'm not sure how I missed it before, as I swear I tested the patchset that was included in, but alas, stuff happens... CC: Andy Walls awa...@md.metrocast.net CC: sta...@kernel.org Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/staging/lirc/lirc_zilog.c |4

Re: Last key repeated after every keypress on remote control (saa7134 lirc devinput driver)

2011-06-07 Thread Jarod Wilson
On Jun 7, 2011, at 2:45 AM, Radim wrote: Pôvodná správa Od: Jarod Wilson ja...@redhat.com Predmet: Re: Last key repeated after every keypress on remote control (saa7134 lirc devinput driver) Dátum: 06.6.2011 20:39:50

Re: [PATCH] [media] rc-core support for Microsoft IR keyboard/mouse

2011-06-04 Thread Jarod Wilson
On Jun 3, 2011, at 5:28 PM, Jarod Wilson wrote: This is a custom IR protocol decoder, for the RC-6-ish protocol used by the Microsoft Remote Keyboard. http://www.amazon.com/Microsoft-Remote-Keyboard-Windows-ZV1-4/dp/B000AOAAN8 Its a standard keyboard with embedded thumb stick mouse

  1   2   3   4   5   6   7   >