Skip to content

Commit 333b217

Browse files
author
Jiri Kosina
committed
Merge branch 'for-6.8/sensor-hub' into for-linus
- fix for custom sensor-hub sensors (hinge angle sensor and LISS sensors) not working (Yauhen Kharuzhy)
2 parents 1cb09b5 + 8e2f79f commit 333b217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hid/hid-sensor-hub.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ static int sensor_hub_probe(struct hid_device *hdev,
632632
}
633633
INIT_LIST_HEAD(&hdev->inputs);
634634

635-
ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT);
635+
ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT | HID_CONNECT_DRIVER);
636636
if (ret) {
637637
hid_err(hdev, "hw start failed\n");
638638
return ret;

0 commit comments

Comments
 (0)