From: Idan Koblik <me@idank.dev>
To: sofia@schn.dev
Cc: bentiss@kernel.org, jikos@kernel.org,
linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
Idan Koblik <me@idank.dev>
Subject: [PATCH] Add support for HyperX cloud 2 wireless.
Date: Thu, 13 Aug 2026 18:53:10 +0300 [thread overview]
Message-ID: <20260813155312.106584-1-me@idank.dev> (raw)
In-Reply-To: <20260804032337.315750-1-sofia@schn.dev>
Add the device ID for HyperX cloud 2 wireless, which requires
the same handling as the devices support by this driver.
Tested with HyperX cloud 2 wireless.
(
I was about to submit a patch for my own driver for HyperX devices
(https://github.com/IdanKoblik/hid-hyperx), but I noticed that you had
already submitted support for the HyperX Cloud III Wireless last week :(
Anyway, here's a small patch to add support for the HyperX Cloud II
Wireless to the existing driver.
)
Signed-off-by: Idan Koblik <me@idank.dev>
---
drivers/hid/hid-hp.c | 2 ++
drivers/hid/hid-ids.h | 1 +
2 files changed, 3 insertions(+)
diff --git a/drivers/hid/hid-hp.c b/drivers/hid/hid-hp.c
index fa53d5f6c..84ea358ea 100644
--- a/drivers/hid/hid-hp.c
+++ b/drivers/hid/hid-hp.c
@@ -381,6 +381,8 @@ static void hp_remove(struct hid_device *hdev)
static const struct hid_device_id hp_devices[] = {
{ HID_USB_DEVICE(USB_VENDOR_ID_HP,
USB_DEVICE_ID_HP_HYPERX_CLOUD_III_WIRELESS) },
+ { HID_USB_DEVICE(USB_VENDOR_ID_HP,
+ USB_DEVICE_ID_HP_HYPERX_CLOUD_II_WIRELESS) },
{}
};
MODULE_DEVICE_TABLE(hid, hp_devices);
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
index aa2c3a713..a8a37a936 100644
--- a/drivers/hid/hid-ids.h
+++ b/drivers/hid/hid-ids.h
@@ -697,6 +697,7 @@
#define USB_PRODUCT_ID_HP_PIXART_OEM_USB_OPTICAL_MOUSE_0641 0x0641
#define USB_PRODUCT_ID_HP_PIXART_OEM_USB_OPTICAL_MOUSE_1f4a 0x1f4a
#define USB_DEVICE_ID_HP_HYPERX_CLOUD_III_WIRELESS 0x05b7
+#define USB_DEVICE_ID_HP_HYPERX_CLOUD_II_WIRELESS 0x0995
#define USB_VENDOR_ID_HUION 0x256c
#define USB_DEVICE_ID_HUION_TABLET 0x006e
base-commit: 3d6d817622b0a9721e3cc404df3469171582be13
prerequisite-patch-id: 8d99df67dab75c0c6cbc887b2ea6be90be288037
--
2.55.0
prev parent reply other threads:[~2026-08-13 15:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-04 3:23 [PATCH v4] HID: hp: Add support for HyperX headset devices Sofia Schneider
2026-08-13 15:53 ` Idan Koblik [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=20260813155312.106584-1-me@idank.dev \
--to=me@idank.dev \
--cc=bentiss@kernel.org \
--cc=jikos@kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sofia@schn.dev \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.