Re: [PATCH v2] Input: goodix: Add support for capacitive home button found on some x86 tablets
From: Sergei A. Trusov <hidden>
Date: 2017-06-20 12:30:27
On Tuesday, 20 June 2017 21:47:39 +10 Bastien Nocera wrote:
On Tue, 2017-06-20 at 21:08 +1000, Sergei A. Trusov wrote:quoted
On some x86 tablets with a goodix touchscreen the windows logo on the"Goodix" and "Windows", comma after "touchscreen".quoted
front is a capacitive home button. Touching this button results in a touch with bit 4 of the first byte set, while normally only the lower 4 bitsAdd "(0-3)" after "bits".quoted
are used to indicate the number of touches. Detect this and report a KEY_LEFTMETA press when this happens. NoteYou can remove the "Detect this and".quoted
the hardware might support more than one button, the number of a button is reported by the 'id' byte of coor_data."Note that the hardware might support more than one button, in which case the "id" byte of coor_data would identify the button in question. This is not implemented as we don't have access to hardware with multiple buttons."quoted
Now we ignore button id.Remove that last sentence.quoted
Signed-off-by: Sergei A. Trusov <redacted>Looks good from me. Sergei, Dmitry, let me know if you want me to re- send the patch with a fixed up commit message.
Thanks for all these corrections and patience (with a newbe like me). I think it would be better if you re-send the correct patch. I just do not know what should I do with this now.
Acked-by: Bastien Nocera <hadess@hadess.net> Cheers