aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/nuvoton-cir.h
diff options
context:
space:
mode:
authorJarod Wilson <jarod@redhat.com>2011-08-08 17:20:40 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-09-11 09:33:40 -0300
commitde4ed0c111ed078b8729a5cc49c23197740f5bad (patch)
tree9bc12cde603365fb41d422c0fe99aef7d137d9ad /drivers/media/rc/nuvoton-cir.h
parent[media] [Resend] viacam: Don't explode if pci_find_bus() returns NULL (diff)
downloadlinux-dev-de4ed0c111ed078b8729a5cc49c23197740f5bad.tar.xz
linux-dev-de4ed0c111ed078b8729a5cc49c23197740f5bad.zip
[media] nuvoton-cir: simplify raw IR sample handling
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 that related to a timeout change, which actually becomes correct when coupled with this change. Tested with RC6 and RC5 on my own nuvoton-cir hardware atop vanilla 3.0.0, after verifying quirky behavior in 3.0 due to the timeout change. Reported-by: Stephan Raue <sraue@openelec.tv> CC: Stephan Raue <sraue@openelec.tv> CC: stable@vger.kernel.org Signed-off-by: Jarod Wilson <jarod@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to '')
-rw-r--r--drivers/media/rc/nuvoton-cir.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/rc/nuvoton-cir.h b/drivers/media/rc/nuvoton-cir.h
index 1241fc89a36c..0d5e0872a2ea 100644
--- a/drivers/media/rc/nuvoton-cir.h
+++ b/drivers/media/rc/nuvoton-cir.h
@@ -67,7 +67,6 @@ static int debug;
struct nvt_dev {
struct pnp_dev *pdev;
struct rc_dev *rdev;
- struct ir_raw_event rawir;
spinlock_t nvt_lock;