>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