~ubuntu-branches/ubuntu/quantal/joystick/quantal

« back to all changes in this revision

Viewing changes to utils/serio-ids.h

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Kitt
  • Date: 2010-05-16 16:11:59 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100516161159-tf754mo83ojh1yqj
Tags: 20051019-11
evtest: flush standard output, thanks Florian Fainelli! Closes:
#581740.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _SERIO_IDS_H
 
2
#define _SERIO_IDS_H
 
3
 
 
4
#ifndef SERIO_RS232
 
5
# define SERIO_RS232    0x02
 
6
#endif
 
7
 
 
8
/*
 
9
 * Serio types
 
10
 */
 
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_TAOSEVM
 
108
# define SERIO_TAOSEVM          0x34
 
109
#endif
 
110
#ifndef SERIO_FUJITSU
 
111
# define SERIO_FUJITSU          0x35
 
112
#endif
 
113
#ifndef SERIO_ZHENHUA
 
114
# define SERIO_ZHENHUA          0x36
 
115
#endif
 
116
#ifndef SERIO_INEXIO
 
117
# define SERIO_INEXIO           0x37
 
118
#endif
 
119
#ifndef SERIO_TOUCHIT213
 
120
# define SERIO_TOUCHIT213       0x38
 
121
#endif
 
122
#ifndef SERIO_W8001
 
123
# define SERIO_W8001            0x39
 
124
#endif
 
125
 
 
126
#endif