Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/external/gpl2/dts/dist/include/dt-bindings/input/linux-event-codes.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/external/gpl2/dts/dist/include/dt-bindings/input/linux-event-codes.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- src/sys/external/gpl2/dts/dist/include/dt-bindings/input/linux-event-codes.h 2019/01/22 15:13:23 1.7 +++ src/sys/external/gpl2/dts/dist/include/dt-bindings/input/linux-event-codes.h 2019/05/25 11:48:05 1.8 @@ -1,4 +1,4 @@ -/* $NetBSD: linux-event-codes.h,v 1.7 2019/01/22 15:13:23 jmcneill Exp $ */ +/* $NetBSD: linux-event-codes.h,v 1.8 2019/05/25 11:48:05 jmcneill Exp $ */ /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* @@ -441,10 +441,12 @@ #define KEY_TITLE 0x171 #define KEY_SUBTITLE 0x172 #define KEY_ANGLE 0x173 -#define KEY_ZOOM 0x174 +#define KEY_FULL_SCREEN 0x174 /* AC View Toggle */ +#define KEY_ZOOM KEY_FULL_SCREEN #define KEY_MODE 0x175 #define KEY_KEYBOARD 0x176 -#define KEY_SCREEN 0x177 +#define KEY_ASPECT_RATIO 0x177 /* HUTRR37: Aspect */ +#define KEY_SCREEN KEY_ASPECT_RATIO #define KEY_PC 0x178 /* Media Select Computer */ #define KEY_TV 0x179 /* Media Select TV */ #define KEY_TV2 0x17a /* Media Select Cable */ @@ -718,6 +720,8 @@ * the situation described above. */ #define REL_RESERVED 0x0a +#define REL_WHEEL_HI_RES 0x0b +#define REL_HWHEEL_HI_RES 0x0c #define REL_MAX 0x0f #define REL_CNT (REL_MAX+1)