kernel: refresh hack patches
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
206b60a003
commit
024a34436d
@ -115,7 +115,7 @@ Signed-off-by: Zhi Chen <zhichen@codeaurora.org>
|
|||||||
depends on NETFILTER_ADVANCED
|
depends on NETFILTER_ADVANCED
|
||||||
--- a/net/netfilter/nf_conntrack_core.c
|
--- a/net/netfilter/nf_conntrack_core.c
|
||||||
+++ b/net/netfilter/nf_conntrack_core.c
|
+++ b/net/netfilter/nf_conntrack_core.c
|
||||||
@@ -2572,6 +2572,9 @@ int nf_conntrack_init_net(struct net *ne
|
@@ -2570,6 +2570,9 @@ int nf_conntrack_init_net(struct net *ne
|
||||||
nf_conntrack_helper_pernet_init(net);
|
nf_conntrack_helper_pernet_init(net);
|
||||||
nf_conntrack_proto_pernet_init(net);
|
nf_conntrack_proto_pernet_init(net);
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
{QMI_QUIRK_SET_DTR(0x2c7c, 0x0195, 4)}, /* Quectel EG95 */
|
{QMI_QUIRK_SET_DTR(0x2c7c, 0x0195, 4)}, /* Quectel EG95 */
|
||||||
--- a/drivers/usb/serial/option.c
|
--- a/drivers/usb/serial/option.c
|
||||||
+++ b/drivers/usb/serial/option.c
|
+++ b/drivers/usb/serial/option.c
|
||||||
@@ -392,6 +392,7 @@ static void option_instat_callback(struc
|
@@ -393,6 +393,7 @@ static void option_instat_callback(struc
|
||||||
* Mobidata, etc sell under their own brand names.
|
* Mobidata, etc sell under their own brand names.
|
||||||
*/
|
*/
|
||||||
#define LONGCHEER_VENDOR_ID 0x1c9e
|
#define LONGCHEER_VENDOR_ID 0x1c9e
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
/* 4G Systems products */
|
/* 4G Systems products */
|
||||||
/* This is the 4G XS Stick W14 a.k.a. Mobilcom Debitel Surf-Stick *
|
/* This is the 4G XS Stick W14 a.k.a. Mobilcom Debitel Surf-Stick *
|
||||||
@@ -599,6 +600,16 @@ static void option_instat_callback(struc
|
@@ -603,6 +604,16 @@ static void option_instat_callback(struc
|
||||||
/* Device needs ZLP */
|
/* Device needs ZLP */
|
||||||
#define ZLP BIT(17)
|
#define ZLP BIT(17)
|
||||||
|
|
||||||
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
static const struct usb_device_id option_ids[] = {
|
static const struct usb_device_id option_ids[] = {
|
||||||
{ USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_COLT) },
|
{ USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_COLT) },
|
||||||
@@ -633,6 +644,8 @@ static const struct usb_device_id option
|
@@ -637,6 +648,8 @@ static const struct usb_device_id option
|
||||||
{ USB_DEVICE(QUANTA_VENDOR_ID, QUANTA_PRODUCT_GLE) },
|
{ USB_DEVICE(QUANTA_VENDOR_ID, QUANTA_PRODUCT_GLE) },
|
||||||
{ USB_DEVICE(QUANTA_VENDOR_ID, 0xea42),
|
{ USB_DEVICE(QUANTA_VENDOR_ID, 0xea42),
|
||||||
.driver_info = RSVD(4) },
|
.driver_info = RSVD(4) },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user