diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-10-28 14:15:55 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-10-30 11:16:25 +0100 |
commit | 0787b7247f0af07bc40b82634034c92ff1719618 (patch) | |
tree | 34af587f156f5e8b7b9d7683b8afd035323243af /target/linux | |
parent | 8390dde3f80bec1c40ddad2546a59f57f59a5b85 (diff) | |
download | upstream-0787b7247f0af07bc40b82634034c92ff1719618.tar.gz upstream-0787b7247f0af07bc40b82634034c92ff1719618.tar.bz2 upstream-0787b7247f0af07bc40b82634034c92ff1719618.zip |
kernel: bump 4.14 to 4.14.150
Refreshed all patches.
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/backport-4.14/030-USB-serial-option-fix-dwm-158-3g-modem-interface.patch | 2 | ||||
-rw-r--r-- | target/linux/layerscape/patches-4.14/807-usb-support-layerscape.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/backport-4.14/030-USB-serial-option-fix-dwm-158-3g-modem-interface.patch b/target/linux/generic/backport-4.14/030-USB-serial-option-fix-dwm-158-3g-modem-interface.patch index 438ef0821d..b708fda5ca 100644 --- a/target/linux/generic/backport-4.14/030-USB-serial-option-fix-dwm-158-3g-modem-interface.patch +++ b/target/linux/generic/backport-4.14/030-USB-serial-option-fix-dwm-158-3g-modem-interface.patch @@ -30,7 +30,7 @@ Signed-off-by: Johan Hovold <johan@kernel.org> --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c -@@ -1954,7 +1954,8 @@ static const struct usb_device_id option +@@ -1965,7 +1965,8 @@ static const struct usb_device_id option { USB_DEVICE_INTERFACE_CLASS(0x2001, 0x7d01, 0xff) }, /* D-Link DWM-156 (variant) */ { USB_DEVICE_INTERFACE_CLASS(0x2001, 0x7d02, 0xff) }, { USB_DEVICE_INTERFACE_CLASS(0x2001, 0x7d03, 0xff) }, diff --git a/target/linux/layerscape/patches-4.14/807-usb-support-layerscape.patch b/target/linux/layerscape/patches-4.14/807-usb-support-layerscape.patch index 988afe10ca..70bc3b32aa 100644 --- a/target/linux/layerscape/patches-4.14/807-usb-support-layerscape.patch +++ b/target/linux/layerscape/patches-4.14/807-usb-support-layerscape.patch @@ -1363,7 +1363,7 @@ Signed-off-by: Zhao Chenhui <chenhui.zhao@freescale.com> while (ep_ring->dequeue != td->last_trb) --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c -@@ -1595,13 +1595,38 @@ static int xhci_urb_dequeue(struct usb_h +@@ -1607,13 +1607,38 @@ static int xhci_urb_dequeue(struct usb_h ret = -ENOMEM; goto done; } |