Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scripts: patch-hid ignore 5.15.0-72+ #11825

Merged
merged 1 commit into from May 24, 2023

Conversation

dmipx
Copy link
Contributor

@dmipx dmipx commented May 22, 2023

HID fix for gyro and accel submitted and approved. Kernel version affected - 5.15.0-72

HID fix for gyro and accel submitted and approved.
Kernel version affected - 5.15.0-72

Signed-off-by: Dmitry Perchanov <dmitry.perchanov@intel.com>
@dmipx dmipx requested a review from Nir-Az May 22, 2023 16:12
@@ -76,6 +76,10 @@ if [[ ( ${xhci_patch} -eq 1 ) && ( ${k_maj_min} -ne 404 ) ]]; then
echo -e "\e[43mThe xhci_patch flag is compatible with LTS branch 4.4 only, currently selected kernel is $(uname -r)\e[0m"
exit 1
fi
k_tick=$(echo ${kernel_version[2]} | awk -F'-' '{print $2}')
# For version 5.15.0-72 hid patch already applied
[ $k_maj_min -gt 515 ] && skip_hid_patch=1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about 5.19? we probably have versions that do not include the patch, right?

Is it the same for focal / jammy?

Do we also need to change the other (none HWE) script?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will apply for 5.19 also.
I have 5.19 prepared but we need to merge this first.

@dmipx dmipx requested a review from Nir-Az May 24, 2023 15:00
Copy link
Collaborator

@Nir-Az Nir-Az left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

@Nir-Az Nir-Az merged commit 6539149 into IntelRealSense:development May 24, 2023
16 checks passed
@dmipx dmipx deleted the hid-bugfix branch January 7, 2024 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants