Merge "improveTouch: enable improvetouch hbtp service for sdm450"
This commit is contained in:
commit
a29f3196b1
|
@ -1130,7 +1130,7 @@ case "$target" in
|
|||
fi
|
||||
|
||||
case "$soc_id" in
|
||||
"293" | "304" )
|
||||
"293" | "304" | "338" )
|
||||
|
||||
# Start Host based Touch processing
|
||||
case "$hw_platform" in
|
||||
|
|
|
@ -325,7 +325,7 @@ case "$target" in
|
|||
hw_platform=`cat /sys/devices/system/soc/soc0/hw_platform`
|
||||
fi
|
||||
case "$soc_id" in
|
||||
"293" | "304" )
|
||||
"293" | "304" | "338" )
|
||||
case "$hw_platform" in
|
||||
"Surf")
|
||||
setprop qemu.hw.mainkeys 0
|
||||
|
|
Loading…
Reference in New Issue