blob: 53d42b5a1ad6352d85086b0177c8a768a72fe2fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[idlenotifier]
# don't read from accellerometers for GTA02
ignoreinput=2,3
[input]
# don't read from accellerometers for GTA02
ignoreinput=2,3
report1 = AUX,key,169,1
report2 = POWER,key,116,1
report3 = CHARGER,key,356,0
report4 = HEADSET,switch,2,0
[ogsmd]
# GTA02 has TI Calypso
modemtype = ti_calypso
[ogpsd]
device = GTA02Device
channel = SerialChannel
path = /dev/ttySAC1
[opreferencesd]
rootdir = ../etc/freesmartphone/opreferences:/etc/freesmartphone/opreferences:/usr/etc/freesmartphone/opreferences
|