-------------------------------------------------------------------------------
* 6c098c4 It wasn't enough to just check of failed open
* aaf6936 - Kernel internal dect procesing in endpoint MUST only be started when it's available, or a crash occur. - Debug prints
-------------------------------------------------------------------------------
commit 6c098c4b82bf3ce4cf3e25b398198914c16c05ad
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-05-27 17:25:35 +0200
It wasn't enough to just check of failed open
Base directory -> /
channels/chan_brcm_dect.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit aaf6936820de345c05e60e3c2226e49223227402
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-05-27 15:03:16 +0200
- Kernel internal dect procesing in endpoint MUST only be started when it's
available, or a crash occur. - Debug prints
Base directory -> /
channels/chan_brcm_dect.c | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
* 7199297 Detect if touch panel is covered.
* 866b2c6 remove some whitespace.
* 77184fe Filter all button on proximity.
-------------------------------------------------------------------------------
commit 7199297d1c051782cf0d140253b325a3fa8d7eae
Author: Kenneth Johansson <kenneth@southpole.se>
Date: 2016-05-23 14:33:24 +0200
Detect if touch panel is covered.
If we have proximity event for more than 30 seconds assume that something
covers the panel or box is put upside down.
Base directory -> /
src/button.c | 6 ++++-
src/touch_sx9512.c | 77 ++++++++++++++++++++++++++++++++++++++++++++----------
2 files changed, 68 insertions(+), 15 deletions(-)
-------------------------------------------------------------------------------
commit 866b2c6deb38439496e2d60265533d4d314c9a69
Author: Kenneth Johansson <kenneth@southpole.se>
Date: 2016-05-23 11:26:32 +0200
remove some whitespace.
Base directory -> /
src/touch_sx9512.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit 77184fe0b43c82564a49dd03a9b0e048a3fb6861
Author: Kenneth Johansson <kenneth@southpole.se>
Date: 2016-05-20 18:54:32 +0200
Filter all button on proximity.
Only report button presses if we also have a proximity near state active.
This is to make it a little harder to get ghost presses.
Base directory -> /
src/led.c | 2 +-
src/touch_sx9512.c | 77 ++++++++++++++++++++++++++++++++++++------------------
2 files changed, 52 insertions(+), 27 deletions(-)
-------------------------------------------------------------------------------