Re: [Linuxwacom-devel] [PATCH] Log when the pen device appears to be too worn out

2014-02-14 Thread Egbert Eich
> > Fwiw, this is a complex but obscure enough issue that's hard to explain in > two sentences. It will trigger false positives that result in bug reports, > especially with messages like "maybe not broken" - that's probably quite > confusing to users. > > So how about changing the warning to inc

Re: [Linuxwacom-devel] [PATCH] Log when the pen device appears to be too worn out

2014-02-13 Thread Jason Gerecke
On Wed, Feb 12, 2014 at 11:02 AM, Egbert Eich wrote: > From: Egbert Eich > > Worn out pens have an initial pressure != 0. If this condition happens > 3 consecutive times warn about it. If the condition doesn't persist, > also notify. > This condition may also occur intermittently on abusive opera

Re: [Linuxwacom-devel] [PATCH] Log when the pen device appears to be too worn out

2014-02-13 Thread Peter Hutterer
On Wed, Feb 12, 2014 at 08:02:12PM +0100, Egbert Eich wrote: > From: Egbert Eich > > Worn out pens have an initial pressure != 0. If this condition happens > 3 consecutive times warn about it. If the condition doesn't persist, > also notify. > This condition may also occur intermittently on abusi

[Linuxwacom-devel] [PATCH] Log when the pen device appears to be too worn out

2014-02-12 Thread Egbert Eich
From: Egbert Eich Worn out pens have an initial pressure != 0. If this condition happens 3 consecutive times warn about it. If the condition doesn't persist, also notify. This condition may also occur intermittently on abusive operation. Signed-off-by: Egbert Eich --- src/wcmCommon.c | 55