mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Tjark Effenberger <mail@teffenberger.de>
To: linux-input@vger.kernel.org
Cc: jikos@kernel.org, bentiss@kernel.org,
	linux-kernel@vger.kernel.org,
	Tjark Effenberger <mail@teffenberger.de>
Subject: [PATCH] HID: Kysona: Add support for Kysona M600V2 variant
Date: Sat, 26 Sep 2026 14:43:37 +0200	[thread overview]
Message-ID: <20260926124337.45870-1-mail@teffenberger.de> (raw)

The M600V2 has a different HID ID on the wireless dongle.

Signed-off-by: Tjark Effenberger <mail@teffenberger.de>
---
 drivers/hid/hid-ids.h    | 1 +
 drivers/hid/hid-kysona.c | 1 +
 2 files changed, 2 insertions(+)

diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
index 9a473f72c8cb..7ac47f585910 100644
--- a/drivers/hid/hid-ids.h
+++ b/drivers/hid/hid-ids.h
@@ -822,6 +822,7 @@
 
 #define USB_VENDOR_ID_KYSONA		0x3554
 #define USB_DEVICE_ID_KYSONA_M600_DONGLE	0xF57C
+#define USB_DEVICE_ID_KYSONA_M600V2_DONGLE	0xf5d5
 #define USB_DEVICE_ID_KYSONA_M600_WIRED	0xF57D
 
 #define USB_VENDOR_ID_LABTEC		0x1020
diff --git a/drivers/hid/hid-kysona.c b/drivers/hid/hid-kysona.c
index ccbd8380064e..8457cb7df7bb 100644
--- a/drivers/hid/hid-kysona.c
+++ b/drivers/hid/hid-kysona.c
@@ -272,6 +272,7 @@ static void kysona_remove(struct hid_device *hdev)
 static const struct hid_device_id kysona_devices[] = {
 	{ HID_USB_DEVICE(USB_VENDOR_ID_KYSONA, USB_DEVICE_ID_KYSONA_M600_DONGLE) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_KYSONA, USB_DEVICE_ID_KYSONA_M600_WIRED) },
+	{ HID_USB_DEVICE(USB_VENDOR_ID_KYSONA, USB_DEVICE_ID_KYSONA_M600V2_DONGLE) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_VXE, USB_DEVICE_ID_VXE_DRAGONFLY_R1_PRO_DONGLE) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_VXE, USB_DEVICE_ID_VXE_DRAGONFLY_R1_PRO_WIRED) },
 	{ }
-- 
2.55.0


                 reply	other threads:[~2026-09-26 13:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20260926124337.45870-1-mail@teffenberger.de \
    --to=mail@teffenberger.de \
    --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

all inboxes | Powered by JetHome®