| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* keytable for Twinhan DTV CAB CI Remote Controller |
|---|
| 2 | 3 | * |
|---|
| 3 | 4 | * Copyright (c) 2010 by Igor M. Liplianin <liplianin@me.by> |
|---|
| 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> |
|---|
| .. | .. |
|---|
| 19 | 15 | { 0x23, KEY_EPG}, |
|---|
| 20 | 16 | { 0x3b, KEY_F22}, /* Record List */ |
|---|
| 21 | 17 | |
|---|
| 22 | | - { 0x3c, KEY_1}, |
|---|
| 23 | | - { 0x3e, KEY_2}, |
|---|
| 24 | | - { 0x39, KEY_3}, |
|---|
| 25 | | - { 0x36, KEY_4}, |
|---|
| 26 | | - { 0x22, KEY_5}, |
|---|
| 27 | | - { 0x20, KEY_6}, |
|---|
| 28 | | - { 0x32, KEY_7}, |
|---|
| 29 | | - { 0x26, KEY_8}, |
|---|
| 30 | | - { 0x24, KEY_9}, |
|---|
| 31 | | - { 0x2a, KEY_0}, |
|---|
| 18 | + { 0x3c, KEY_NUMERIC_1}, |
|---|
| 19 | + { 0x3e, KEY_NUMERIC_2}, |
|---|
| 20 | + { 0x39, KEY_NUMERIC_3}, |
|---|
| 21 | + { 0x36, KEY_NUMERIC_4}, |
|---|
| 22 | + { 0x22, KEY_NUMERIC_5}, |
|---|
| 23 | + { 0x20, KEY_NUMERIC_6}, |
|---|
| 24 | + { 0x32, KEY_NUMERIC_7}, |
|---|
| 25 | + { 0x26, KEY_NUMERIC_8}, |
|---|
| 26 | + { 0x24, KEY_NUMERIC_9}, |
|---|
| 27 | + { 0x2a, KEY_NUMERIC_0}, |
|---|
| 32 | 28 | |
|---|
| 33 | 29 | { 0x33, KEY_CANCEL}, |
|---|
| 34 | 30 | { 0x2c, KEY_BACK}, |
|---|