HID: sensor-hub: Enable hid core report processing for all devices
authorYauhen Kharuzhy <jekhor@gmail.com>
Tue, 19 Dec 2023 23:15:03 +0000 (01:15 +0200)
committerBenjamin Tissoires <bentiss@kernel.org>
Fri, 22 Dec 2023 18:16:33 +0000 (19:16 +0100)
commit8e2f79f41a5d1b1a4a53ec524eb7609ca89f3c65
treeca5c3f5b7cdd9107682e82132488c972ebb5a85c
parent3f10e214a9de738832b357a58b605c2fbd23aa96
HID: sensor-hub: Enable hid core report processing for all devices

After the commit 666cf30a589a ("HID: sensor-hub: Allow multi-function
sensor devices") hub devices are claimed by hidraw driver in hid_connect().
This causes stoppping of processing HID reports by hid core due to
optimization.

In such case, the hid-sensor-custom driver cannot match a known custom
sensor in hid_sensor_custom_get_known() because it try to check custom
properties which weren't filled from the report because hid core didn't
parsed it.

As result, custom sensors like hinge angle sensor and LISS sensors
don't work.

Mark the sensor hub devices claimed by some driver to avoid hidraw-related
optimizations.

Fixes: 666cf30a589a ("HID: sensor-hub: Allow multi-function sensor devices")
Cc: stable@vger.kernel.org
Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
Tested-by: Daniel Thompson <daniel.thompson@linaro.org>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Link: https://lore.kernel.org/r/20231219231503.1506801-1-jekhor@gmail.com
Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
drivers/hid/hid-sensor-hub.c