[PATCH] Revert "staging: nvec: ps2: change serio type to passthrough"

2016-10-25 Thread Paul Fertser
e. Acked-by: Marc Dietrich Signed-off-by: Paul Fertser --- drivers/staging/nvec/nvec_ps2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/nvec/nvec_ps2.c b/drivers/staging/nvec/nvec_ps2.c index a324322..c83eeb4 100644 --- a/drivers/staging/nvec/nvec_ps2.c ++

[PATCH] drivers: staging: nvec: remove bogus reset command for PS/2 interface

2016-10-27 Thread Paul Fertser
This command was sent behind serio's back and the answer to it was confusing atkbd probe function which lead to the elantech touchpad getting detected as a keyboard. To prevent this from happening just let every party do its part of the job. Signed-off-by: Paul Fertser --- drivers/staging

[PATCH v2 0/2] staging: nvec: ps2: fix touchpad operation

2016-10-27 Thread Paul Fertser
first goes the commit that fixes this bug, then the serio type change. Paul Fertser (2): drivers: staging: nvec: remove bogus reset command for PS/2 interface Revert "staging: nvec: ps2: change serio type to passthrough" drivers/staging/nvec/nvec_ps2.c | 6 +- 1 file change

[PATCH v2 1/2] drivers: staging: nvec: remove bogus reset command for PS/2 interface

2016-10-27 Thread Paul Fertser
This command was sent behind serio's back and the answer to it was confusing atkbd probe function which lead to the elantech touchpad getting detected as a keyboard. To prevent this from happening just let every party do its part of the job. Signed-off-by: Paul Fertser --- drivers/staging

[PATCH v2 2/2] Revert "staging: nvec: ps2: change serio type to passthrough"

2016-10-27 Thread Paul Fertser
ommunication is tunneled over master's PS/2 link). "Synaptics PS/2 TouchPad Interfacing Guide" describes such a setup (PS/2 PASS-THROUGH OPTION section). Since paz00's embedded controller is not connected to a PS/2 port itself, the PS/2 interface it exposes is not a pass-throug