On Thu, Feb 27, 2020 at 03:15:31AM +0000, ycho1399@xxxxxxxxx wrote: > From: "Andrea.Ho" <Andrea.Ho@xxxxxxxxxxxxxxxx> > > Advantech sw_button is a ACPI event trigger button. > > With this driver, we can report KEY_EVENTs on the > Advantech Tabletop Network Appliances products and it has been > tested in FWA1112VC. > > Add the software define button support to report KEY_EVENTs by > different acts of pressing button (like double-click, long pressed > and tick) that cloud be get on user interface and trigger the > customized actions. > > Signed-off-by: Andrea.Ho <Andrea.Ho@xxxxxxxxxxxxxxxx> > --- > ...define.patch.EXPERIMENTAL-checkpatch-fixes | 554 ++++++++++++++++++ > MAINTAINERS | 5 + > drivers/input/misc/Kconfig | 11 + > drivers/input/misc/Makefile | 2 +- > drivers/input/misc/adv_swbutton.c | 473 +++++++++++++++ > 5 files changed, 1044 insertions(+), 1 deletion(-) > create mode 100644 0001-Input-misc-add-support-for-Advantech-software-define.patch.EXPERIMENTAL-checkpatch-fixes > create mode 100644 drivers/input/misc/adv_swbutton.c > > diff --git a/0001-Input-misc-add-support-for-Advantech-software-define.patch.EXPERIMENTAL-checkpatch-fixes b/0001-Input-misc-add-support-for-Advantech-software-define.patch.EXPERIMENTAL-checkpatch-fixes > new file mode 100644 > index 000000000000..45e49aee5b47 > --- /dev/null > +++ b/0001-Input-misc-add-support-for-Advantech-software-define.patch.EXPERIMENTAL-checkpatch-fixes <snip> I doubt you ment to commit the patch itself into the patch :(