RE: [HID Patchsets for Samsung driver v3 3/6] HID: Samsung : Add Samsung wireless keyboard support.

From: sandeep.cs
Date: Wed Jan 24 2024 - 21:57:25 EST


>On Wed, 24 Jan 2024, Sandeep C S wrote:
>
> Add Support for samsung wireless keyboard with input mapping events.
>
> Device 7021 (Samsung wireless keyboard)
>
> Signed-off-by: Sandeep C S <sandeep.cs@xxxxxxxxxxx>
> Signed-off-by: Junwan Cho <junwan.cho@xxxxxxxxxxx>
> Signed-off-by: Jitender Sajwan <jitender.s21@xxxxxxxxxxx>
> ---
> drivers/hid/hid-ids.h | 2 +
> drivers/hid/hid-samsung.c | 108
> ++++++++++++++++++++++++++++++++++++++
> 2 files changed, 110 insertions(+)
>[ ... snip ... ]
> +#ifdef CONFIG_HID_KK_UPGRADE
>
>Where is CONFIG_HID_KK_UPGRADE coming from, please? This is the first time
I
>am seeing it, and it's definitely not being introduced by your patchset.
>
>Thanks,
>
>--
>Jiri Kosina
>SUSE Labs
Hello

Sorry for oversight!
It is custom handling code for keyboard keys in Samsung driver for android
devices. As suggested I will exclude this macro from open source submission.
I will be sending v4 patchsets shortly.

Thank you