diff options
author | Chia-Lin Kao (AceLan) <acelan.kao@canonical.com> | 2025-01-15 15:00:20 +0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.com> | 2025-02-03 11:16:31 +0100 |
commit | 363236d709e75610b628c2a4337ccbe42e454b6d (patch) | |
tree | f2706f6f17024e97555fcc7d15bd2039a393de98 /scripts/gdb/linux/tasks.py | |
parent | a5a056c8d2ba60017dffb914bdf92c5562defc48 (diff) |
HID: ignore non-functional sensor in HP 5MP Camera
The HP 5MP Camera (USB ID 0408:5473) reports 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.
[453] hid-sensor-hub 0003:0408:5473.0003: Report latency attributes: ffffffff:ffffffff
[453] hid-sensor-hub 0003:0408:5473.0003: common attributes: 5:1, 2:1, 3:1 ffffffff:ffffffff
Add this device 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>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions