mbox series

[0/1,SRU,B/OEM-B/OEM-OSP1/D/E/F] UBUNTU: SAUCE: Add LG I2C touchscreen multitouch support

Message ID 20191225124608.5147-1-aaron.ma@canonical.com
Headers show
Series UBUNTU: SAUCE: Add LG I2C touchscreen multitouch support | expand

Message

Aaron Ma Dec. 25, 2019, 12:46 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1857541

[Impact]
The current kernel didn't support multitouch for LG I2C touchscreen.

[Fix]
Add LG I2C id to hid-multitouch to support it.

[Test]
Verified on hardware with a positive result.

[Regression Potential]
Low.
Add new I2C id with positive verification.

This patch is backported from maintainer's tree.

Aaron Ma (1):
  UBUNTU: SAUCE: HID: multitouch: Add LG MELF0410 I2C touchscreen
    support

 drivers/hid/hid-ids.h        | 1 +
 drivers/hid/hid-multitouch.c | 3 +++
 2 files changed, 4 insertions(+)

Comments

Kleber Sacilotto de Souza Jan. 7, 2020, 2:35 p.m. UTC | #1
On 2019-12-25 13:46, Aaron Ma wrote:
> BugLink: https://bugs.launchpad.net/bugs/1857541
> 
> [Impact]
> The current kernel didn't support multitouch for LG I2C touchscreen.
> 
> [Fix]
> Add LG I2C id to hid-multitouch to support it.
> 
> [Test]
> Verified on hardware with a positive result.
> 
> [Regression Potential]
> Low.
> Add new I2C id with positive verification.
> 
> This patch is backported from maintainer's tree.
> 
> Aaron Ma (1):
>   UBUNTU: SAUCE: HID: multitouch: Add LG MELF0410 I2C touchscreen
>     support
> 
>  drivers/hid/hid-ids.h        | 1 +
>  drivers/hid/hid-multitouch.c | 3 +++
>  2 files changed, 4 insertions(+)
> 

Applied to bionic/linux, disco/linux and eoan/linux.

Thanks,
Kleber
Seth Forshee Jan. 8, 2020, 3:46 a.m. UTC | #2
On Wed, Dec 25, 2019 at 08:46:07PM +0800, Aaron Ma wrote:
> BugLink: https://bugs.launchpad.net/bugs/1857541
> 
> [Impact]
> The current kernel didn't support multitouch for LG I2C touchscreen.
> 
> [Fix]
> Add LG I2C id to hid-multitouch to support it.
> 
> [Test]
> Verified on hardware with a positive result.
> 
> [Regression Potential]
> Low.
> Add new I2C id with positive verification.
> 
> This patch is backported from maintainer's tree.

Applied to focal/master-next and unstable/master, thanks!