[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200227072239.GA293173@kroah.com>
Date: Thu, 27 Feb 2020 08:22:39 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: ycho1399@...il.com
Cc: linux-input@...r.kernel.org, voyandrea@...il.com,
andrea.ho@...antech.com.tw, oakley.ding@...antech.com.tw,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Mauro Carvalho Chehab <mchehab+samsung@...nel.org>,
"David S. Miller" <davem@...emloft.net>,
Rob Herring <robh@...nel.org>,
Jonathan Cameron <Jonathan.Cameron@...wei.com>,
Luca Weiss <luca@...tu.xyz>,
Maximilian Luz <luzmaximilian@...il.com>,
Lee Jones <lee.jones@...aro.org>,
Bartosz Golaszewski <bgolaszewski@...libre.com>,
Thomas Gleixner <tglx@...utronix.de>,
Pavel Machek <pavel@....cz>, linux-kernel@...r.kernel.org
Subject: Re: [V1,1/1] Input/misc: add support for Advantech software defined
button
On Thu, Feb 27, 2020 at 03:15:31AM +0000, ycho1399@...il.com wrote:
> From: "Andrea.Ho" <Andrea.Ho@...antech.com.tw>
>
> 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@...antech.com.tw>
> ---
> ...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 :(
Powered by blists - more mailing lists