diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2014-04-23 16:43:07 +0200 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2014-04-24 14:58:48 +0200 |
commit | 6361460615e5cd8ddfe63c2daa378446d56ee128 (patch) | |
tree | 21bf0d3fe641b8cd3f950faf2440420d888366ba /rootdir | |
parent | d39e4639c1c49ae21f32acf73cfe8358df6317ed (diff) | |
download | device_goldelico_gta04-6361460615e5cd8ddfe63c2daa378446d56ee128.zip device_goldelico_gta04-6361460615e5cd8ddfe63c2daa378446d56ee128.tar.gz device_goldelico_gta04-6361460615e5cd8ddfe63c2daa378446d56ee128.tar.bz2 |
GTA04 GPS
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/ueventd.gta04.rc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rootdir/ueventd.gta04.rc b/rootdir/ueventd.gta04.rc index 7be3ef3..2188b41 100644 --- a/rootdir/ueventd.gta04.rc +++ b/rootdir/ueventd.gta04.rc @@ -1,3 +1,7 @@ +# Common + +/dev/rfkill 0660 system system + # Modem /dev/ttyHS0 0660 radio radio @@ -10,3 +14,8 @@ /dev/ttyHS7 0660 radio radio /dev/ttyHS8 0660 radio radio /dev/ttyHS9 0660 radio radio + +# GPS + +/dev/ttyO1 0660 gps gps +/sys/class/switch/gps_antenna/state 0660 gps gps |