Skip to content

Commit 141a128

Browse files
author
Benjamin Tissoires
committed
Merge branch 'for-6.6/sensor-hub' into for-linus
Allow multi-function sensor devices in sensor-hub by Daniel Thompson
2 parents b949116 + 666cf30 commit 141a128

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, 0);
635+
ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT);
636636
if (ret) {
637637
hid_err(hdev, "hw start failed\n");
638638
return ret;

0 commit comments

Comments
 (0)