Conversation
Owner
Author
|
Update: PR is now in a merge-ready state. What changed
Current status
Notes
If desired after merge, a follow-up cleanup can squash some of the iterative CI-fix commits, but functionally the PR is ready. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Restructured the repository with dedicated branches for each LTS kernel version. Users checkout the branch matching their kernel, then choose between out-of-tree module build or in-kernel patching.
New Branch Structure
v5.4v5.15v6.1v6.6v6.12What Changed
qmi_wwan_q.cwith QMAP multiplexing supportMakefilefor out-of-treemakebuildREADME.mdwith both build methodsTwo Build Methods (per branch)
make && sudo make install— buildsoption.ko,usb_wwan.ko,qmi_wwan_q.kopatch -p1 < patches/option.c.patch— applies Quectel device ID backport to kernel sourceSupported Quectel Modules
UC15, UC20, EC20, EC21, EC25, EG91, EG95, BG96, BG95, AG35, EP06, EM05G series, EM060K/EM061K series, EM12, EM160R-GL, RM500Q, RM520N, RM500K, RM500U, RG650V, EC200S, EC200A, EC200T, EC200U, EG912Y, EG916Q
Source Attribution