Lines Matching +full:disable +full:- +full:key +full:- +full:power
11 - compatible: should be one of the following valid compatible string lines:
12 "dlg,da9061-onkey", "dlg,da9062-onkey"
13 "dlg,da9062-onkey"
14 "dlg,da9063-onkey"
18 - dlg,disable-key-power : Disable power-down using a long key-press. If this
19 entry exists the OnKey driver will remove support for the KEY_POWER key
26 compatible = "dlg,da9063-onkey";
27 dlg,disable-key-power;
35 compatible = "dlg,da9062-onkey";
36 dlg,disable-key-power;
40 Example: DA9061 using a fall-back compatible for the DA9062 onkey driver
44 compatible = "dlg,da9061-onkey", "dlg,da9062-onkey";
45 dlg,disable-key-power;