Updated package changelog.
[profile/ivi/ico-uxf-device-input-controller.git] / joystick_gtforce.conf
1 ## Multi Input Controller Configurations for joystick_gtforce
2 ##  /opt/etc/ico-uxf-device-input-controller/joystick_gtforce.conf
3 ##      Feb-08-2013
4
5 ## Device
6 [device]
7 # Device Name
8 name=DrivingForceGT
9 # Device Input Controller
10 ictl=ico_ictl-joystick
11 # Device type('8' is input switch)
12 type=8
13 # ECU Id
14 ecu=0
15
16 ## Input Switch
17 [input]
18 ## UpDown key input
19 0=JS_UPDOWN
20 # input event from device(type;number)
21 0.event=2;3
22 # event code to Multi Input Manager(Up;Down)
23 0.code=10:Up;11:Down
24
25 ## LeftRight key input
26 1=JS_LR
27 # input event from device(type;number)
28 1.event=2;2
29 # event code to Multi Input Manager(Left;Right)
30 1.code=20:Left;21:Right
31
32 ## CROSS Button input
33 2=JS_CROSS
34 # input event from device(type;number)
35 2.event=1;0
36 # event code to Multi Input Manager
37 2.code=30
38
39 ## SQUARE Button input
40 3=JS_SQUARE
41 # input event from device(type;number)
42 3.event=1;1
43 # event code to Multi Input Manager
44 3.code=40
45
46 ## CIRCLE Button input
47 4=JS_CIRCLE
48 # input event from device(type;number)
49 4.event=1;2
50 # event code to Multi Input Manager
51 4.code=50
52
53 ## TRIANGLE Button input
54 5=JS_TRIANGLE
55 # input event from device(type;number)
56 5.event=1;3
57 # event code to Multi Input Manager
58 5.code=60
59