linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Savin <envelsavinds@gmail.com>
To: jikos@kernel.org, bentiss@kernel.org, linux-input@vger.kernel.org
Cc: terry.wong2@yahoo.com, Dmitry Savin <envelsavinds@gmail.com>
Subject: [PATCH 0/1] Enable touchpad for Lenovo 13x ThinkBook Gen 4 (GT7868Q)
Date: Tue, 16 Jul 2024 23:27:56 +0100	[thread overview]
Message-ID: <20240716222757.22931-1-envelsavinds@gmail.com> (raw)

Hi,
This patch adds Goodix GT7868Q device support to hid-multitouch.
The device is used on Lenovo ThinkBook 13x Gen 4 series of laptops
and have incorrect descriptor that hid-parse fails to parse
hence device is not working.

Terry Wong made a driver (fixup) that uses report_fixup to correct
the values in the descriptor. This is mostly re-using hid-multitouch
code. With his permission, I added the fixup to the driver itself.

Open to the feedback if there's a better approach to solving
the issue.

https://github.com/ty2/goodix-gt7868q-linux-driver/blob/main/goodix-gt7868q.c

Dmitry Savin (1):
  HID: multitouch: Add support for GT7868Q

 drivers/hid/hid-ids.h        |  2 ++
 drivers/hid/hid-multitouch.c | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

-- 
2.45.2


             reply	other threads:[~2024-07-16 22:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-16 22:27 Dmitry Savin [this message]
2024-07-16 22:27 ` [PATCH 1/1] HID: multitouch: Add support for GT7868Q Dmitry Savin
2024-08-02 11:00   ` Jiri Kosina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240716222757.22931-1-envelsavinds@gmail.com \
    --to=envelsavinds@gmail.com \
    --cc=bentiss@kernel.org \
    --cc=jikos@kernel.org \
    --cc=linux-input@vger.kernel.org \
    --cc=terry.wong2@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).