]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
HID: quirks: Add quirk for 2 Chicony Electronics HP 5MP Cameras
authorChia-Lin Kao (AceLan) <acelan.kao@canonical.com>
Tue, 6 May 2025 05:50:15 +0000 (13:50 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Jul 2025 16:25:05 +0000 (18:25 +0200)
commit35f1a5360ac68d9629abbb3930a0a07901cba296
treec7a65b39b066a872cc050825d3f6ead5cfda1cb7
parent99599f99894594faa310c586f7f36505feccf098
HID: quirks: Add quirk for 2 Chicony Electronics HP 5MP Cameras

[ Upstream commit 54bae4c17c11688339eb73a04fd24203bb6e7494 ]

The Chicony Electronics HP 5MP Cameras (USB ID 04F2:B824 & 04F2:B82C)
report a HID sensor interface that is not actually implemented.
Attempting to access this non-functional sensor via iio_info causes
system hangs as runtime PM tries to wake up an unresponsive sensor.

Add these 2 devices to the HID ignore list since the sensor interface is
non-functional by design and should not be exposed to userspace.

Signed-off-by: Chia-Lin Kao (AceLan) <acelan.kao@canonical.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/hid/hid-ids.h
drivers/hid/hid-quirks.c