.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* rc-tivo.c - Keytable for TiVo remotes |
---|
2 | 3 | * |
---|
3 | 4 | * Copyright (c) 2011 by Jarod Wilson <jarod@redhat.com> |
---|
4 | | - * |
---|
5 | | - * This program is free software; you can redistribute it and/or modify |
---|
6 | | - * it under the terms of the GNU General Public License as published by |
---|
7 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
8 | | - * (at your option) any later version. |
---|
9 | 5 | */ |
---|
10 | 6 | |
---|
11 | 7 | #include <media/rc-map.h> |
---|
.. | .. |
---|
77 | 73 | .map = { |
---|
78 | 74 | .scan = tivo, |
---|
79 | 75 | .size = ARRAY_SIZE(tivo), |
---|
80 | | - .rc_proto = RC_PROTO_NEC, |
---|
| 76 | + .rc_proto = RC_PROTO_NEC32, |
---|
81 | 77 | .name = RC_MAP_TIVO, |
---|
82 | 78 | } |
---|
83 | 79 | }; |
---|