dragonboard initial

Signed-off-by: August <mingxin.android@gmail.com>
This commit is contained in:
August 2018-07-27 18:51:08 +08:00
parent 27c50c5cef
commit 048c9cdb42
2 changed files with 65 additions and 82 deletions

View file

@ -75,7 +75,7 @@ module_args =
;-------------------------------------------------------------------------------
[gsensor]
display_name= "重力感应器"
activated = 1
activated = 0
program = "gsensortester.sh"
category = 0
run_type = 1
@ -146,7 +146,7 @@ test_size = 128
;-------------------------------------------------------------------------------
[bluetooth]
display_name= "蓝牙"
activated = 1
activated = 0
program = "bttester.sh"
test_time = 3
category = 0
@ -167,7 +167,7 @@ run_type = 1
[udisk]
display_name= "U盘"
activated = 1
activated = 0
program = "udisktester.sh"
category = 1
run_type = 1
@ -227,7 +227,7 @@ module1_path= "/system/vendor/modules/hdmi.ko"
;-------------------------------------------------------------------------------
[key]
display_name= "按键"
activated = 1
activated = 0
program = "keytester"
category = 1
run_type = 1
@ -266,7 +266,7 @@ module_path = "/system/vendor/modules/sunxi-ir-rx.ko"
;------------------------------------------------------------------------------------
[mic]
display_name= "录音耳机"
activated = 1
activated = 0
program = "mictester"
category = 1
run_type = 1
@ -290,7 +290,7 @@ mic2_threshold =8191
;-------------------------------------------------------------------------------
[tp]
display_name= "触摸"
type = 1
type = 0
module_path = "/system/vendor/modules/ft5x16_ts.ko"
device_name = "ft5x_ts"
@ -301,7 +301,7 @@ device_name = "ft5x_ts"
; 'x' is the index of module, starts from 0.
;-------------------------------------------------------------------------------
[camera]
activated = 1
activated = 0
module_count= 8
module1_path= "/system/vendor/modules/videobuf2-core.ko"
module2_path= "/system/vendor/modules/videobuf2-memops.ko"