From 6e857031d0b1d8f2050c6fee6e765b071959672c Mon Sep 17 00:00:00 2001 From: Sebastian Panceac Date: Fri, 27 Jul 2018 11:48:19 +0200 Subject: [PATCH 1/2] linux-mainline: Enable CONFIG_USB_SERIAL_OPTION necessary for modems functionality Signed-off-by: Sebastian Panceac --- CHANGELOG.md | 2 ++ .../recipes-kernel/linux/linux-mainline_%.bbappend | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 208d759..c1ce1d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ Change log ----------- +* linux-mainline: Enable CONFIG_USB_SERIAL_OPTION necessary for modems functionality [Sebastian] + # v2.14.0+rev2 ## (2018-07-26) diff --git a/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend b/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend index b4d02d8..158cba4 100644 --- a/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend +++ b/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend @@ -39,6 +39,7 @@ RESIN_CONFIGS[hdmi] ="\ RESIN_CONFIGS_append = " huawei_modems" RESIN_CONFIGS_DEPS[huawei_modems] = "\ + CONFIG_USB_SERIAL_OPTION=m \ CONFIG_USB_USBNET=m \ " RESIN_CONFIGS[huawei_modems] ="\ From eb3bf7049ee199b4a4090746e3a083d5dac8e47a Mon Sep 17 00:00:00 2001 From: Sebastian Panceac Date: Fri, 27 Jul 2018 11:49:12 +0200 Subject: [PATCH 2/2] Release v2.14.0+rev3 Signed-off-by: Sebastian Panceac --- CHANGELOG.md | 3 +++ VERSION | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1ce1d4..d4b0dd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Change log ----------- +# v2.14.0+rev3 +## (2018-07-27) + * linux-mainline: Enable CONFIG_USB_SERIAL_OPTION necessary for modems functionality [Sebastian] # v2.14.0+rev2 diff --git a/VERSION b/VERSION index 135801f..9884325 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.14.0+rev2 +2.14.0+rev3