Skip to content

Commit

Permalink
Merge branch 'for-6.8/sensor-hub' into for-linus
Browse files Browse the repository at this point in the history
- fix for custom sensor-hub sensors (hinge angle sensor and LISS sensors) not
  working (Yauhen Kharuzhy)
  • Loading branch information
Jiri Kosina committed Jan 8, 2024
2 parents 1cb09b5 + 8e2f79f commit 333b217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hid/hid-sensor-hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 333b217

Please sign in to comment.