Skip to content

Commit

Permalink
quectel-qmi-wwan: Update to 1.2.9
Browse files Browse the repository at this point in the history
Removed upstreamed patch.

Signed-off-by: Tianling Shen <[email protected]>
(cherry picked from commit d67c20d)
  • Loading branch information
1715173329 committed Feb 24, 2025
1 parent 44afeea commit 378277c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kernel/quectel-qmi-wwan/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=quectel-qmi-wwan
PKG_VERSION:=1.2.6
PKG_VERSION:=1.2.9
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@IMMORTALWRT
PKG_HASH:=9fc83f9fdb168bc562e87676919081bb9f582baa3db98ab9b56d77e6295abb6b
PKG_HASH:=40ad970b524565f5145fd8d6aefe5ec2306238abc182bf4aa344dcaf63366716

PKG_LICENSE:=GPL-2.0-only
PKG_MAINTAINER:=Tianling Shen <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/qmi_wwan_q.c
+++ b/qmi_wwan_q.c
@@ -59,9 +59,8 @@ struct rmnet_nss_cb {
@@ -62,9 +62,8 @@ struct rmnet_nss_cb {
int (*nss_tx)(struct sk_buff *skb);
};
static struct rmnet_nss_cb __read_mostly *nss_cb = NULL;
Expand Down
2 changes: 1 addition & 1 deletion kernel/quectel-qmi-wwan/patches/100-add-more-usb-ids.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/qmi_wwan_q.c
+++ b/qmi_wwan_q.c
@@ -2526,6 +2526,13 @@ static const struct usb_device_id produc
@@ -2550,6 +2550,13 @@ static const struct usb_device_id produc
{ QMI_FIXED_RAWIP_INTF(0x2C7C, 0x0800, 4, sdx55) }, /* Quectel RG500 */
{ QMI_FIXED_RAWIP_INTF(0x2C7C, 0x0801, 4, sdx55) }, /* Quectel RG520 */
{ QMI_FIXED_RAWIP_INTF(0x2C7C, 0x0122, 4, sdx55) }, /* Quectel RG650 */
Expand Down

0 comments on commit 378277c

Please sign in to comment.