stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [X/B/F/G/H/Unstable][SRU][PATCH 1/1] Input: i8042 - add ByteSpeed touchpad to noloop table
       [not found] <20201210061415.35591-1-po-hsu.lin@canonical.com>
@ 2020-12-10  6:14 ` Po-Hsu Lin
  2020-12-10  6:38   ` Dmitry Torokhov
  2020-12-17  1:08   ` APPLIED[X/B/F/G]: " Ian May
  0 siblings, 2 replies; 4+ messages in thread
From: Po-Hsu Lin @ 2020-12-10  6:14 UTC (permalink / raw)
  To: kernel-team; +Cc: stable, Dmitry Torokhov

BugLink: https://bugs.launchpad.net/bugs/1906128

It looks like the C15B laptop got another vendor: ByteSpeed LLC.

Avoid AUX loopback on this touchpad as well, thus input subsystem will
be able to recognize a Synaptics touchpad in the AUX port.

BugLink: https://bugs.launchpad.net/bugs/1906128
Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
Link: https://lore.kernel.org/r/20201201054723.5939-1-po-hsu.lin@canonical.com
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
(cherry picked from commit a48491c65b513e5cdc3e7a886a4db915f848a5f5)
Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
---
 drivers/input/serio/i8042-x86ia64io.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
index 82ff446..1f45010 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -223,6 +223,10 @@ static const struct dmi_system_id __initconst i8042_dmi_noloop_table[] = {
 			DMI_MATCH(DMI_SYS_VENDOR, "PEGATRON CORPORATION"),
 			DMI_MATCH(DMI_PRODUCT_NAME, "C15B"),
 		},
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "ByteSpeed LLC"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "ByteSpeed Laptop C15B"),
+		},
 	},
 	{ }
 };
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [X/B/F/G/H/Unstable][SRU][PATCH 1/1] Input: i8042 - add ByteSpeed touchpad to noloop table
  2020-12-10  6:14 ` [X/B/F/G/H/Unstable][SRU][PATCH 1/1] Input: i8042 - add ByteSpeed touchpad to noloop table Po-Hsu Lin
@ 2020-12-10  6:38   ` Dmitry Torokhov
  2020-12-10  6:58     ` Po-Hsu Lin
  2020-12-17  1:08   ` APPLIED[X/B/F/G]: " Ian May
  1 sibling, 1 reply; 4+ messages in thread
From: Dmitry Torokhov @ 2020-12-10  6:38 UTC (permalink / raw)
  To: Po-Hsu Lin; +Cc: kernel-team, stable

Hi Po-Hsu,

On Thu, Dec 10, 2020 at 02:14:15PM +0800, Po-Hsu Lin wrote:
> BugLink: https://bugs.launchpad.net/bugs/1906128
> 
> It looks like the C15B laptop got another vendor: ByteSpeed LLC.
> 
> Avoid AUX loopback on this touchpad as well, thus input subsystem will
> be able to recognize a Synaptics touchpad in the AUX port.
> 
> BugLink: https://bugs.launchpad.net/bugs/1906128
> Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
> Link: https://lore.kernel.org/r/20201201054723.5939-1-po-hsu.lin@canonical.com
> Cc: stable@vger.kernel.org
> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> (cherry picked from commit a48491c65b513e5cdc3e7a886a4db915f848a5f5)
> Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>

Why are you forwarding this again?

> ---
>  drivers/input/serio/i8042-x86ia64io.h | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
> index 82ff446..1f45010 100644
> --- a/drivers/input/serio/i8042-x86ia64io.h
> +++ b/drivers/input/serio/i8042-x86ia64io.h
> @@ -223,6 +223,10 @@ static const struct dmi_system_id __initconst i8042_dmi_noloop_table[] = {
>  			DMI_MATCH(DMI_SYS_VENDOR, "PEGATRON CORPORATION"),
>  			DMI_MATCH(DMI_PRODUCT_NAME, "C15B"),
>  		},
> +		.matches = {
> +			DMI_MATCH(DMI_SYS_VENDOR, "ByteSpeed LLC"),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "ByteSpeed Laptop C15B"),
> +		},
>  	},
>  	{ }
>  };
> -- 
> 2.7.4
> 

Thanks.

-- 
Dmitry

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [X/B/F/G/H/Unstable][SRU][PATCH 1/1] Input: i8042 - add ByteSpeed touchpad to noloop table
  2020-12-10  6:38   ` Dmitry Torokhov
@ 2020-12-10  6:58     ` Po-Hsu Lin
  0 siblings, 0 replies; 4+ messages in thread
From: Po-Hsu Lin @ 2020-12-10  6:58 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Kernel team list, stable

On Thu, Dec 10, 2020 at 2:39 PM Dmitry Torokhov
<dmitry.torokhov@gmail.com> wrote:
>
> Hi Po-Hsu,
>
> On Thu, Dec 10, 2020 at 02:14:15PM +0800, Po-Hsu Lin wrote:
> > BugLink: https://bugs.launchpad.net/bugs/1906128
> >
> > It looks like the C15B laptop got another vendor: ByteSpeed LLC.
> >
> > Avoid AUX loopback on this touchpad as well, thus input subsystem will
> > be able to recognize a Synaptics touchpad in the AUX port.
> >
> > BugLink: https://bugs.launchpad.net/bugs/1906128
> > Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
> > Link: https://lore.kernel.org/r/20201201054723.5939-1-po-hsu.lin@canonical.com
> > Cc: stable@vger.kernel.org
> > Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> > (cherry picked from commit a48491c65b513e5cdc3e7a886a4db915f848a5f5)
> > Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
>
> Why are you forwarding this again?

Oops,
I forgot to add the --suppress-cc flag when sending this out to the
Ubuntu kernel mailing list.
Sorry for the noise.

Regards

>
> > ---
> >  drivers/input/serio/i8042-x86ia64io.h | 4 ++++
> >  1 file changed, 4 insertions(+)
> >
> > diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
> > index 82ff446..1f45010 100644
> > --- a/drivers/input/serio/i8042-x86ia64io.h
> > +++ b/drivers/input/serio/i8042-x86ia64io.h
> > @@ -223,6 +223,10 @@ static const struct dmi_system_id __initconst i8042_dmi_noloop_table[] = {
> >                       DMI_MATCH(DMI_SYS_VENDOR, "PEGATRON CORPORATION"),
> >                       DMI_MATCH(DMI_PRODUCT_NAME, "C15B"),
> >               },
> > +             .matches = {
> > +                     DMI_MATCH(DMI_SYS_VENDOR, "ByteSpeed LLC"),
> > +                     DMI_MATCH(DMI_PRODUCT_NAME, "ByteSpeed Laptop C15B"),
> > +             },
> >       },
> >       { }
> >  };
> > --
> > 2.7.4
> >
>
> Thanks.
>
> --
> Dmitry

^ permalink raw reply	[flat|nested] 4+ messages in thread

* APPLIED[X/B/F/G]: [X/B/F/G/H/Unstable][SRU][PATCH 1/1] Input: i8042 - add ByteSpeed touchpad to noloop table
  2020-12-10  6:14 ` [X/B/F/G/H/Unstable][SRU][PATCH 1/1] Input: i8042 - add ByteSpeed touchpad to noloop table Po-Hsu Lin
  2020-12-10  6:38   ` Dmitry Torokhov
@ 2020-12-17  1:08   ` Ian May
  1 sibling, 0 replies; 4+ messages in thread
From: Ian May @ 2020-12-17  1:08 UTC (permalink / raw)
  To: Po-Hsu Lin; +Cc: kernel-team, Dmitry Torokhov, stable

Applied to:
  xenial/linux
  bionic/linux
  focal/linux
  groovy/linux

Thanks,
Ian

On 2020-12-10 14:14:15 , Po-Hsu Lin wrote:
> BugLink: https://bugs.launchpad.net/bugs/1906128
> 
> It looks like the C15B laptop got another vendor: ByteSpeed LLC.
> 
> Avoid AUX loopback on this touchpad as well, thus input subsystem will
> be able to recognize a Synaptics touchpad in the AUX port.
> 
> BugLink: https://bugs.launchpad.net/bugs/1906128
> Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
> Link: https://lore.kernel.org/r/20201201054723.5939-1-po-hsu.lin@canonical.com
> Cc: stable@vger.kernel.org
> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> (cherry picked from commit a48491c65b513e5cdc3e7a886a4db915f848a5f5)
> Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
> ---
>  drivers/input/serio/i8042-x86ia64io.h | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
> index 82ff446..1f45010 100644
> --- a/drivers/input/serio/i8042-x86ia64io.h
> +++ b/drivers/input/serio/i8042-x86ia64io.h
> @@ -223,6 +223,10 @@ static const struct dmi_system_id __initconst i8042_dmi_noloop_table[] = {
>  			DMI_MATCH(DMI_SYS_VENDOR, "PEGATRON CORPORATION"),
>  			DMI_MATCH(DMI_PRODUCT_NAME, "C15B"),
>  		},
> +		.matches = {
> +			DMI_MATCH(DMI_SYS_VENDOR, "ByteSpeed LLC"),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "ByteSpeed Laptop C15B"),
> +		},
>  	},
>  	{ }
>  };
> -- 
> 2.7.4
> 
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-17  1:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20201210061415.35591-1-po-hsu.lin@canonical.com>
2020-12-10  6:14 ` [X/B/F/G/H/Unstable][SRU][PATCH 1/1] Input: i8042 - add ByteSpeed touchpad to noloop table Po-Hsu Lin
2020-12-10  6:38   ` Dmitry Torokhov
2020-12-10  6:58     ` Po-Hsu Lin
2020-12-17  1:08   ` APPLIED[X/B/F/G]: " Ian May

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).