Re: [patch 0/2] [PATCH] input: correctly handle keys without hardware release event

2007-05-14 Thread Giel de Nijs
On 5/14/07, Dmitry Torokhov [EMAIL PROTECTED] wrote: This patch adds a soft release key mask to input_dev, to enable keyboard drivers to determine which keys never generate a hardware release event and hence add a release event after every press event of such keys. The mask is controlled by

Re: [patch 0/2] [PATCH] input: correctly handle keys without hardware release event

2007-05-13 Thread Dmitry Torokhov
Hi Giel, On Friday 11 May 2007 13:23, Giel de Nijs wrote: Hi, This patch adds a soft release key mask to input_dev, to enable keyboard drivers to determine which keys never generate a hardware release event and hence add a release event after every press event of such keys. The mask is