diff options
author | Jarod Wilson <jarod@redhat.com> | 2011-04-26 12:25:02 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-04-29 09:26:22 -0300 |
commit | b30039333ae2a1cdd19ebd856a69e96918a46637 (patch) | |
tree | 311b7a5983e00418cfce2bb362365e21762751e7 /drivers/media | |
parent | d7516c7cf37a5fcb84b8f229947e3f52c62e19ae (diff) | |
download | linux-b30039333ae2a1cdd19ebd856a69e96918a46637.tar.bz2 |
[media] rc: show RC_TYPE_OTHER in sysfs
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/rc/rc-main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/rc/rc-main.c b/drivers/media/rc/rc-main.c index 5ac1baf45c8e..9f0a2d9f3d1e 100644 --- a/drivers/media/rc/rc-main.c +++ b/drivers/media/rc/rc-main.c @@ -733,6 +733,7 @@ static struct { { RC_TYPE_SONY, "sony" }, { RC_TYPE_RC5_SZ, "rc-5-sz" }, { RC_TYPE_LIRC, "lirc" }, + { RC_TYPE_OTHER, "other" }, }; #define PROTO_NONE "none" |