Modify how known_ev event is handled in preparation for adding new keycode
range.
Signed-off-by: Mark Pearson
---
Changes in v2:
- New addition to series based on recommendations from review.
- Note previous input patch was dropped so in numbering gets replaced by this.
drivers/platform/x86/
New Lenovo platforms are adding the FN+N key to generate system debug
details that support can use for collecting important details on any
customer cases for Windows.
Add the infrastructure so we can do the same on Linux by generating a
SYS_VENDOR keycode to userspace.
Signed-off-by: Mark Pearson
The hotkey combination FN+G can be used to disable the trackpoint
doubletap feature on Windows.
Add matching functionality for Linux.
Signed-off-by: Mark Pearson
Signed-off-by: Vishnu Sankar
---
Changes in v2:
- Improved comments on keycodes in init function
drivers/platform/x86/thinkpad_acp
Lenovo trackpoints are adding the ability to generate a doubletap event.
This handles the doubletap event and sends the KEY_PROG1 event to
userspace.
Signed-off-by: Mark Pearson
Signed-off-by: Vishnu Sankar
---
Changes in v2:
- Use KEY_PROG1 instead of KEY_DOUBLETAP as input maintainer doesn't
Hi Mark,
Thank you for the new version of this series, overall this looks good,
one small remark below.
On 4/17/24 7:31 PM, Mark Pearson wrote:
> Lenovo trackpoints are adding the ability to generate a doubletap event.
> This handles the doubletap event and sends the KEY_PROG1 event to
> userspac
Hi Mark,
On 4/17/24 9:39 PM, Hans de Goede wrote:
> Hi Mark,
>
> Thank you for the new version of this series, overall this looks good,
> one small remark below.
>
> On 4/17/24 7:31 PM, Mark Pearson wrote:
>> Lenovo trackpoints are adding the ability to generate a doubletap event.
>> This handle
Hi Hans,
On Wed, Apr 17, 2024, at 4:06 PM, Hans de Goede wrote:
> Hi Mark,
>
> On 4/17/24 9:39 PM, Hans de Goede wrote:
>> Hi Mark,
>>
>> Thank you for the new version of this series, overall this looks good,
>> one small remark below.
>>
>> On 4/17/24 7:31 PM, Mark Pearson wrote:
>>> Lenovo tra