summaryrefslogtreecommitdiffstats
path: root/drivers/media/IR/ir-sysfs.c
diff options
context:
space:
mode:
authorJarod Wilson <jarod@redhat.com>2010-07-03 01:07:53 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-08-02 15:16:20 -0300
commitca4146985db7cbb97816e9b961b8db79e63d9e86 (patch)
treedd44b6e835a4f381acc949226277fe4de91c4219 /drivers/media/IR/ir-sysfs.c
parent4a62a5ab59742331a4e17ccaa894968d40ed9b16 (diff)
V4L/DVB: IR: add ir-core to lirc userspace decoder bridge driver
v2: copy of buffer data from userspace done inside this plugin/driver, keeping the actual drivers minimal, and more flexible in what we can deliver to them later on (they may be fed from within kernelspace later on, by an in-kernel IR encoder). Signed-off-by: Jarod Wilson <jarod@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/IR/ir-sysfs.c')
-rw-r--r--drivers/media/IR/ir-sysfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/IR/ir-sysfs.c b/drivers/media/IR/ir-sysfs.c
index f176fbff9488..6273047e915b 100644
--- a/drivers/media/IR/ir-sysfs.c
+++ b/drivers/media/IR/ir-sysfs.c
@@ -43,6 +43,7 @@ static struct {
{ IR_TYPE_RC6, "rc-6" },
{ IR_TYPE_JVC, "jvc" },
{ IR_TYPE_SONY, "sony" },
+ { IR_TYPE_LIRC, "lirc" },
};
#define PROTO_NONE "none"