From: Idan Koblik <me@idank.dev>
To: linux-input@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, bentiss@kernel.org,
jikos@kernel.org, sofia@schn.dev, Idan Koblik <me@idank.dev>
Subject: [PATCH v2] HID: hp: Add support for HyperX Cloud II Wireless
Date: Sun, 16 Aug 2026 13:43:08 +0300 [thread overview]
Message-ID: <20260816104308.31972-1-me@idank.dev> (raw)
In-Reply-To: <20260813155312.106584-1-me@idank.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.
Signed-off-by: Idan Koblik <me@idank.dev>
Reviewed-by: Sofia Schneider <sofia@schn.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
--
2.55.0
prev parent reply other threads:[~2026-08-16 10:43 UTC|newest]
Thread overview: 4+ 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 ` [PATCH] Add support for HyperX cloud 2 wireless Idan Koblik
2026-08-16 4:26 ` Sofia Schneider
2026-08-16 10:43 ` 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=20260816104308.31972-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox