-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Revert USB core changes to workaround Z-Wave stick issues #3224
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Revert changes in the USB driver causing Z-Wave sticks (Z-Wave.me a and Aeotec at least) failing to enumerate. Issue is reported upstream but reverting the patches is a feasible workaround for the time being. Refs #2995
sairon
added
board/raspberrypi
Raspberry Pi Boards
board/ova
Open Virtual Appliance (Virtual Machine)
board/odroid
Hardkernel's ODROID Boards
board/tinker
ASUS' Tinker Boards
board/generic-x86-64
Generic x86-64 Boards (like Intel NUC)
board/khadas
Khadas VIM Boards
board/yellow
Home Assistant Yellow
board/generic-aarch64
Generic aarch64 machine
board/green
Home Assistant Green
labels
Mar 6, 2024
agners
approved these changes
Mar 6, 2024
sairon
added a commit
that referenced
this pull request
Mar 12, 2024
Fix regression caused by #3224 which introduced version-specific directory for linux patches, causing the upper-level patch not being applied. Move the patch to the version folder instead.
sairon
added a commit
that referenced
this pull request
Mar 12, 2024
Fix regression caused by #3224 which introduced version-specific directory for linux patches, causing the upper-level patch not being applied. Copy the patch to the version folder instead. Also we need to keep it in the upper directory for RPi kernels.
sairon
added a commit
that referenced
this pull request
Mar 12, 2024
Fix regression caused by #3224 which introduced version-specific directory for linux patches, causing the upper-level patch not being applied. Copy the patch to the version folder instead. Also we need to keep it in the upper directory for RPi kernels.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
board/generic-aarch64
Generic aarch64 machine
board/generic-x86-64
Generic x86-64 Boards (like Intel NUC)
board/green
Home Assistant Green
board/khadas
Khadas VIM Boards
board/odroid
Hardkernel's ODROID Boards
board/ova
Open Virtual Appliance (Virtual Machine)
board/raspberrypi
Raspberry Pi Boards
board/tinker
ASUS' Tinker Boards
board/yellow
Home Assistant Yellow
cla-signed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Revert changes in the USB driver causing Z-Wave sticks (Z-Wave.me a and Aeotec at least) failing to enumerate. Issue is reported upstream but reverting the patches is a feasible workaround for the time being.
Refs #2995