blob: c1dfdb5e07dce98bf2736542bfb0c264be9d87e1 (
plain)
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
## Multi Input Controller Configurations for GtForce
## /opt/etc/ico/device-input-controller/gtforce_g25.conf
## Sep-08-2013
## Device
[device]
# Device Name
name=Driving Force GT
# Device Input Controller
dic=ico_uxf_dic-gtforce
# Device type('8' is input switch)
type=8
# ECU Id
ecu=0
## Input Switch
[input]
## UpDown key input
0=JS_UPDOWN
# input event from device(type;number)
0.event=2;4
# event code to Multi Input Manager(Up;Down)
0.code=10:Up;11:Down
# fixed send appid (if fixed switch) ... send key event(Up='U',Down='D') to HapticDaemon
0.fixed=10:appid=ico_uxf_dic-haptic:key=22;11:appid=ico_uxf_dic-haptic:key=32
## LeftRight key input
1=JS_LR
# input event from device(type;number)
1.event=2;3
# event code to Multi Input Manager(Left;Right)
1.code=20:Left;21:Right
# fixed send appid (if fixed switch) ... send key event(Left='L',Right='R') to HapticDaemon
1.fixed=20:appid=ico_uxf_dic-haptic:key=38;21:appid=ico_uxf_dic-haptic:key=19
## CROSS Button input
2=JS_CROSS
# input event from device(type;number)
2.event=1;0
# event code to Multi Input Manager
2.code=30
2.fixed=appid=org.tizen.ico.homescreen:key=50
## SQUARE Button input
3=JS_SQUARE
# input event from device(type;number)
3.event=1;1
# event code to Multi Input Manager
3.code=40
3.fixed=shell=/opt/etc/ico/device-input-controller/set_navi_busguide.sh
## CIRCLE Button input
4=JS_CIRCLE
# input event from device(type;number)
4.event=1;2
# event code to Multi Input Manager
4.code=50
4.fixed=appid=ico_uxf_dic-haptic:key=24
## TRIANGLE Button input
5=JS_TRIANGLE
# input event from device(type;number)
5.event=1;3
# event code to Multi Input Manager
5.code=60
# fixed start shell script
5.fixed=shell=/opt/etc/ico/device-input-controller/set_daynight.sh
## PS Button
6=JS_PS
6.event=1;20
6.code=101
6.fixed=shell=/opt/etc/ico/device-input-controller/set_navi_destination.sh
## Home Button
#7=JS_HOME
#7.event=1;19
#7.code=102
## Enter Button
#8=JS_ENTER
#8.event=1;14
#8.code=103
## Start Button
#9=JS_START
#9.event=1;9
#9.code=104
## Select Button
#10=JS_SELECT
#10.event=1;8
#10.code=105
## + Button
#11=JS_PLUS
#11.event=1;15
#11.code=111
## - Button
#12=JS_MINUS
#12.event=1;18
#12.code=112
|