luckfox-pico-sdk/sysdrv/source/kernel/include/dt-bindings/input/rk-ir.h
luckfox-eng29 8f34c2760d project:build.sh: Added fastboot support; custom modifications to U-Boot and kernel implemented using patches.
project:cfg:BoardConfig_IPC: Added fastboot BoardConfig file and firmware post-scripts, distinguishing between
the BoardConfigs for Luckfox Pico Pro and Luckfox Pico Max. project:app: Added fastboot_client and rk_smart_door
for quick boot applications; updated rkipc app to adapt to the latest media library. media:samples: Added more
usage examples. media:rockit: Fixed bugs; removed support for retrieving data frames from VPSS. media:isp:
Updated rkaiq library and related tools to support connection to RKISP_Tuner. sysdrv:Makefile: Added support for
compiling drv_ko on Luckfox Pico Ultra W using Ubuntu; added support for custom root filesystem.
sysdrv:tools:board: Updated Buildroot optional mirror sources, updated some software versions, and stored device
tree files and configuration files that undergo multiple modifications for U-Boot and kernel separately.
sysdrv:source:mcu: Used RISC-V MCU SDK with RT-Thread system, mainly for initializing camera AE during quick
boot. sysdrv:source:uboot: Added support for fastboot; added high baud rate DDR bin for serial firmware upgrades.
sysdrv:source:kernel: Upgraded to version 5.10.160; increased NPU frequency for RV1106G3; added support for
fastboot.

Signed-off-by: luckfox-eng29 <eng29@luckfox.com>
2024-10-14 09:47:04 +08:00

34 lines
1019 B
C

/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
/*
* Copyright (c) 2022 Rockchip Electronics Co., Ltd.
*/
#ifndef _DT_BINDINGS_RK_IR_H
#define _DT_BINDINGS_RK_IR_H
/* STB KEYS */
#define KEY_CHANNEL_UP 249
#define KEY_CHANNEL_DN 250
#define KEY_HOME_PAGE 251
#define KEY_CH_CUT_BACK 252
#define KEY_DIRECT_SEEDING 253
#define KEY_REVIEW 254
#define KEY_ON_DEMAND 255
#define KEY_INFO1 256
#define KEY_SOUND1 257
#define KEY_X1 258
#define KEY_X2 259
#define KEY_LOCAL 260
#define KEY_APPLICATION 261
#define KEY_POS 262
#define KEY_GO_BEGINNING 263
#define KEY_INTERX 264
#define KEY_FAVORITE 265
#define KEY_CHANNEL_POS 266
#define KEY_EVENT 267
#define KEY_COMM 268
#define KEY_LAUNCH 269
#define KEY_TRACK 270
#define KEY_PORTAL 271
#endif