diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-10-28 14:16:20 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-10-30 11:16:25 +0100 |
commit | 4b2ab533d404784b2c708114032864271f53a062 (patch) | |
tree | b1828d5531186ea6fcdadc9e9decad07cbaaccef /target/linux/brcm2708/patches-4.19/950-0548-usb-xhci-hack-xhci_urb_enqueue-to-support-hid.mousep.patch | |
parent | 0787b7247f0af07bc40b82634034c92ff1719618 (diff) | |
download | upstream-4b2ab533d404784b2c708114032864271f53a062.tar.gz upstream-4b2ab533d404784b2c708114032864271f53a062.tar.bz2 upstream-4b2ab533d404784b2c708114032864271f53a062.zip |
kernel: bump 4.19 to 4.19.80
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/brcm2708/patches-4.19/950-0548-usb-xhci-hack-xhci_urb_enqueue-to-support-hid.mousep.patch')
-rw-r--r-- | target/linux/brcm2708/patches-4.19/950-0548-usb-xhci-hack-xhci_urb_enqueue-to-support-hid.mousep.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm2708/patches-4.19/950-0548-usb-xhci-hack-xhci_urb_enqueue-to-support-hid.mousep.patch b/target/linux/brcm2708/patches-4.19/950-0548-usb-xhci-hack-xhci_urb_enqueue-to-support-hid.mousep.patch index 06a0a5abf2..d5e37d87db 100644 --- a/target/linux/brcm2708/patches-4.19/950-0548-usb-xhci-hack-xhci_urb_enqueue-to-support-hid.mousep.patch +++ b/target/linux/brcm2708/patches-4.19/950-0548-usb-xhci-hack-xhci_urb_enqueue-to-support-hid.mousep.patch @@ -20,7 +20,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.org> --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c -@@ -1416,6 +1416,87 @@ command_cleanup: +@@ -1428,6 +1428,87 @@ command_cleanup: } /* @@ -108,7 +108,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.org> * non-error returns are a promise to giveback() the urb later * we drop ownership so next owner (or urb unlink) can get it */ -@@ -1483,6 +1564,11 @@ static int xhci_urb_enqueue(struct usb_h +@@ -1495,6 +1576,11 @@ static int xhci_urb_enqueue(struct usb_h } } |