aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/keymaps/rc-tt-1500.c
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
commit8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch)
treea8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /drivers/media/rc/keymaps/rc-tt-1500.c
parent406089d01562f1e2bf9f089fd7637009ebaad589 (diff)
Patched in Tegra support.
Diffstat (limited to 'drivers/media/rc/keymaps/rc-tt-1500.c')
-rw-r--r--drivers/media/rc/keymaps/rc-tt-1500.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/rc/keymaps/rc-tt-1500.c b/drivers/media/rc/keymaps/rc-tt-1500.c
index 80217ffc91d..295f3738e30 100644
--- a/drivers/media/rc/keymaps/rc-tt-1500.c
+++ b/drivers/media/rc/keymaps/rc-tt-1500.c
@@ -11,7 +11,6 @@
11 */ 11 */
12 12
13#include <media/rc-map.h> 13#include <media/rc-map.h>
14#include <linux/module.h>
15 14
16/* for the Technotrend 1500 bundled remotes (grey and black): */ 15/* for the Technotrend 1500 bundled remotes (grey and black): */
17 16
@@ -61,7 +60,7 @@ static struct rc_map_list tt_1500_map = {
61 .map = { 60 .map = {
62 .scan = tt_1500, 61 .scan = tt_1500,
63 .size = ARRAY_SIZE(tt_1500), 62 .size = ARRAY_SIZE(tt_1500),
64 .rc_type = RC_TYPE_RC5, 63 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
65 .name = RC_MAP_TT_1500, 64 .name = RC_MAP_TT_1500,
66 } 65 }
67}; 66};