public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: buingoc67@gmail.com
To: Jiri Kosina <jikos@kernel.org>, Benjamin Tissoires <bentiss@kernel.org>
Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
	hmtheboy154 <buingoc67@gmail.com>
Subject: [PATCH 2/2] HID: multitouch: add support for Dell Pro Rugged 12 Tablet RA02260
Date: Fri,  3 Apr 2026 16:28:48 +0700	[thread overview]
Message-ID: <20260403092848.10223-3-buingoc67@gmail.com> (raw)
In-Reply-To: <20260403092848.10223-1-buingoc67@gmail.com>

From: hmtheboy154 <buingoc67@gmail.com>

Tested both multitouch & stylus.

Signed-off-by: hmtheboy154 <buingoc67@gmail.com>
---
 drivers/hid/hid-ids.h        | 1 +
 drivers/hid/hid-multitouch.c | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
index afcee13bad61..2d40d33a6a90 100644
--- a/drivers/hid/hid-ids.h
+++ b/drivers/hid/hid-ids.h
@@ -447,6 +447,7 @@
 #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_A001	0xa001
 #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_C000	0xc000
 #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_C002	0xc002
+#define I2C_DEVICE_ID_DELL_PRO_RUGGED_12_RA02260	0xc005
 
 #define USB_VENDOR_ID_EDIFIER		0x2d99
 #define USB_DEVICE_ID_EDIFIER_QR30	0xa101	/* EDIFIER Hal0 2.0 SE */
diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c
index 9e46028746fd..228fcffc3423 100644
--- a/drivers/hid/hid-multitouch.c
+++ b/drivers/hid/hid-multitouch.c
@@ -2250,6 +2250,10 @@ static const struct hid_device_id mt_devices[] = {
 		HID_DEVICE(HID_BUS_ANY, HID_GROUP_MULTITOUCH_WIN_8,
 			USB_VENDOR_ID_DWAV,
 			USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_C002) },
+	{ .driver_data = MT_CLS_EGALAX_WIN8,
+		HID_DEVICE(BUS_I2C, HID_GROUP_MULTITOUCH_WIN_8,
+			USB_VENDOR_ID_DWAV,
+			I2C_DEVICE_ID_DELL_PRO_RUGGED_12_RA02260) },
 
 	/* Elan devices */
 	{ .driver_data = MT_CLS_WIN_8_FORCE_MULTI_INPUT,
-- 
2.53.0


      parent reply	other threads:[~2026-04-03  9:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-03  9:28 [PATCH 0/2] HID: multitouch: Add support for Dell Pro Rugged 12 Tablet RA02260 buingoc67
2026-04-03  9:28 ` [PATCH 1/2] HID: multitouch: rename MT_CLS_EGALAX_P80H84 to MT_CLS_EGALAX_WIN8 buingoc67
2026-04-03  9:28 ` buingoc67 [this message]

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=20260403092848.10223-3-buingoc67@gmail.com \
    --to=buingoc67@gmail.com \
    --cc=bentiss@kernel.org \
    --cc=jikos@kernel.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /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