| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* rc-technisat-ts35.c - Keytable for TechniSat TS35 remote |
|---|
| 2 | 3 | * |
|---|
| 3 | 4 | * Copyright (c) 2013 by Jan Klötzke <jan@kloetzke.net> |
|---|
| 4 | | - * |
|---|
| 5 | | - * This program is free software; you can redistribute it and/or |
|---|
| 6 | | - * modify it under the terms of the GNU General Public License as |
|---|
| 7 | | - * published by the Free Software Foundation; either version 2 of the |
|---|
| 8 | | - * License, or (at your option) any later version. |
|---|
| 9 | 5 | */ |
|---|
| 10 | 6 | |
|---|
| 11 | 7 | #include <media/rc-map.h> |
|---|
| .. | .. |
|---|
| 17 | 13 | {0x1c, KEY_AB}, |
|---|
| 18 | 14 | {0x33, KEY_POWER}, |
|---|
| 19 | 15 | |
|---|
| 20 | | - {0x3e, KEY_1}, |
|---|
| 21 | | - {0x3d, KEY_2}, |
|---|
| 22 | | - {0x3c, KEY_3}, |
|---|
| 23 | | - {0x3b, KEY_4}, |
|---|
| 24 | | - {0x3a, KEY_5}, |
|---|
| 25 | | - {0x39, KEY_6}, |
|---|
| 26 | | - {0x38, KEY_7}, |
|---|
| 27 | | - {0x37, KEY_8}, |
|---|
| 28 | | - {0x36, KEY_9}, |
|---|
| 29 | | - {0x3f, KEY_0}, |
|---|
| 16 | + {0x3e, KEY_NUMERIC_1}, |
|---|
| 17 | + {0x3d, KEY_NUMERIC_2}, |
|---|
| 18 | + {0x3c, KEY_NUMERIC_3}, |
|---|
| 19 | + {0x3b, KEY_NUMERIC_4}, |
|---|
| 20 | + {0x3a, KEY_NUMERIC_5}, |
|---|
| 21 | + {0x39, KEY_NUMERIC_6}, |
|---|
| 22 | + {0x38, KEY_NUMERIC_7}, |
|---|
| 23 | + {0x37, KEY_NUMERIC_8}, |
|---|
| 24 | + {0x36, KEY_NUMERIC_9}, |
|---|
| 25 | + {0x3f, KEY_NUMERIC_0}, |
|---|
| 30 | 26 | {0x35, KEY_DIGITS}, |
|---|
| 31 | 27 | {0x2c, KEY_TV}, |
|---|
| 32 | 28 | |
|---|