huangcm
2025-08-25 f350412dc55c15118d0a7925d1071877498e5e24
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
/* Generated by ./xlat/gen.sh from ./xlat/evdev_misc.in; do not edit. */
 
#include "gcc_compat.h"
#include "static_assert.h"
 
#if defined(MSC_SERIAL) || (defined(HAVE_DECL_MSC_SERIAL) && HAVE_DECL_MSC_SERIAL)
DIAG_PUSH_IGNORE_TAUTOLOGICAL_COMPARE
static_assert((MSC_SERIAL) == (0x00), "MSC_SERIAL != 0x00");
DIAG_POP_IGNORE_TAUTOLOGICAL_COMPARE
#else
# define MSC_SERIAL 0x00
#endif
#if defined(MSC_PULSELED) || (defined(HAVE_DECL_MSC_PULSELED) && HAVE_DECL_MSC_PULSELED)
DIAG_PUSH_IGNORE_TAUTOLOGICAL_COMPARE
static_assert((MSC_PULSELED) == (0x01), "MSC_PULSELED != 0x01");
DIAG_POP_IGNORE_TAUTOLOGICAL_COMPARE
#else
# define MSC_PULSELED 0x01
#endif
#if defined(MSC_GESTURE) || (defined(HAVE_DECL_MSC_GESTURE) && HAVE_DECL_MSC_GESTURE)
DIAG_PUSH_IGNORE_TAUTOLOGICAL_COMPARE
static_assert((MSC_GESTURE) == (0x02), "MSC_GESTURE != 0x02");
DIAG_POP_IGNORE_TAUTOLOGICAL_COMPARE
#else
# define MSC_GESTURE 0x02
#endif
#if defined(MSC_RAW) || (defined(HAVE_DECL_MSC_RAW) && HAVE_DECL_MSC_RAW)
DIAG_PUSH_IGNORE_TAUTOLOGICAL_COMPARE
static_assert((MSC_RAW) == (0x03), "MSC_RAW != 0x03");
DIAG_POP_IGNORE_TAUTOLOGICAL_COMPARE
#else
# define MSC_RAW 0x03
#endif
#if defined(MSC_SCAN) || (defined(HAVE_DECL_MSC_SCAN) && HAVE_DECL_MSC_SCAN)
DIAG_PUSH_IGNORE_TAUTOLOGICAL_COMPARE
static_assert((MSC_SCAN) == (0x04), "MSC_SCAN != 0x04");
DIAG_POP_IGNORE_TAUTOLOGICAL_COMPARE
#else
# define MSC_SCAN 0x04
#endif
#if defined(MSC_TIMESTAMP) || (defined(HAVE_DECL_MSC_TIMESTAMP) && HAVE_DECL_MSC_TIMESTAMP)
DIAG_PUSH_IGNORE_TAUTOLOGICAL_COMPARE
static_assert((MSC_TIMESTAMP) == (0x05), "MSC_TIMESTAMP != 0x05");
DIAG_POP_IGNORE_TAUTOLOGICAL_COMPARE
#else
# define MSC_TIMESTAMP 0x05
#endif
 
#ifndef XLAT_MACROS_ONLY
 
# ifdef IN_MPERS
 
#  error static const struct xlat evdev_misc in mpers mode
 
# else
 
static
const struct xlat evdev_misc[] = {
 [MSC_SERIAL] = XLAT(MSC_SERIAL),
 [MSC_PULSELED] = XLAT(MSC_PULSELED),
 [MSC_GESTURE] = XLAT(MSC_GESTURE),
 [MSC_RAW] = XLAT(MSC_RAW),
 [MSC_SCAN] = XLAT(MSC_SCAN),
 [MSC_TIMESTAMP] = XLAT(MSC_TIMESTAMP),
 XLAT_END
};
 
# endif /* !IN_MPERS */
 
#endif /* !XLAT_MACROS_ONLY */