Commit 333b217c authored by Jiri Kosina's avatar Jiri Kosina
Browse files

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)
parents 1cb09b55 8e2f79f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -632,7 +632,7 @@ static int sensor_hub_probe(struct hid_device *hdev,
	}
	INIT_LIST_HEAD(&hdev->inputs);

	ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT);
	ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT | HID_CONNECT_DRIVER);
	if (ret) {
		hid_err(hdev, "hw start failed\n");
		return ret;