Changed the id entry for the iNexio to match the kernel serio.h entry.
[inexio.git] / serio-ids.h
blob5535a4d5c27cbf26cfc6b61da62b27b459b1f152
1 #ifndef _SERIO_IDS_H
2 #define _SERIO_IDS_H
4 #ifndef SERIO_RS232
5 # define SERIO_RS232 0x02
6 #endif
8 /*
9 * Serio types
11 #ifndef SERIO_UNKNOWN
12 # define SERIO_UNKNOWN 0x00
13 #endif
14 #ifndef SERIO_MSC
15 # define SERIO_MSC 0x01
16 #endif
17 #ifndef SERIO_SUN
18 # define SERIO_SUN 0x02
19 #endif
20 #ifndef SERIO_MS
21 # define SERIO_MS 0x03
22 #endif
23 #ifndef SERIO_MP
24 # define SERIO_MP 0x04
25 #endif
26 #ifndef SERIO_MZ
27 # define SERIO_MZ 0x05
28 #endif
29 #ifndef SERIO_MZP
30 # define SERIO_MZP 0x06
31 #endif
32 #ifndef SERIO_MZPP
33 # define SERIO_MZPP 0x07
34 #endif
35 #ifndef SERIO_VSXXXAA
36 # define SERIO_VSXXXAA 0x08
37 #endif
38 #ifndef SERIO_SUNKBD
39 # define SERIO_SUNKBD 0x10
40 #endif
41 #ifndef SERIO_WARRIOR
42 # define SERIO_WARRIOR 0x18
43 #endif
44 #ifndef SERIO_SPACEORB
45 # define SERIO_SPACEORB 0x19
46 #endif
47 #ifndef SERIO_MAGELLAN
48 # define SERIO_MAGELLAN 0x1a
49 #endif
50 #ifndef SERIO_SPACEBALL
51 # define SERIO_SPACEBALL 0x1b
52 #endif
53 #ifndef SERIO_GUNZE
54 # define SERIO_GUNZE 0x1c
55 #endif
56 #ifndef SERIO_IFORCE
57 # define SERIO_IFORCE 0x1d
58 #endif
59 #ifndef SERIO_STINGER
60 # define SERIO_STINGER 0x1e
61 #endif
62 #ifndef SERIO_NEWTON
63 # define SERIO_NEWTON 0x1f
64 #endif
65 #ifndef SERIO_STOWAWAY
66 # define SERIO_STOWAWAY 0x20
67 #endif
68 #ifndef SERIO_H3600
69 # define SERIO_H3600 0x21
70 #endif
71 #ifndef SERIO_PS2SER
72 # define SERIO_PS2SER 0x22
73 #endif
74 #ifndef SERIO_TWIDKBD
75 # define SERIO_TWIDKBD 0x23
76 #endif
77 #ifndef SERIO_TWIDJOY
78 # define SERIO_TWIDJOY 0x24
79 #endif
80 #ifndef SERIO_HIL
81 # define SERIO_HIL 0x25
82 #endif
83 #ifndef SERIO_SNES232
84 # define SERIO_SNES232 0x26
85 #endif
86 #ifndef SERIO_SEMTECH
87 # define SERIO_SEMTECH 0x27
88 #endif
89 #ifndef SERIO_LKKBD
90 # define SERIO_LKKBD 0x28
91 #endif
92 #ifndef SERIO_ELO
93 # define SERIO_ELO 0x29
94 #endif
95 #ifndef SERIO_MICROTOUCH
96 # define SERIO_MICROTOUCH 0x30
97 #endif
98 #ifndef SERIO_PENMOUNT
99 # define SERIO_PENMOUNT 0x31
100 #endif
101 #ifndef SERIO_TOUCHRIGHT
102 # define SERIO_TOUCHRIGHT 0x32
103 #endif
104 #ifndef SERIO_TOUCHWIN
105 # define SERIO_TOUCHWIN 0x33
106 #endif
107 #ifndef SERIO_FUJITSU
108 # define SERIO_FUJITSU 0x34
109 #endif
110 #ifndef SERIO_ZHENHUA
111 # define SERIO_ZHENHUA 0x36
112 #endif
113 #ifndef SERIO_INEXIO
114 # define SERIO_INEXIO 0x37
115 #endif
117 #endif