mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
parent
2dfbfd7173
commit
3195311b53
14
repos/dde_linux/patches/usb_xhci-ring.patch
Normal file
14
repos/dde_linux/patches/usb_xhci-ring.patch
Normal file
@ -0,0 +1,14 @@
|
||||
--- a/drivers/usb/host/xhci-ring.c
|
||||
+++ b/drivers/usb/host/xhci-ring.c
|
||||
@@ -688,6 +688,11 @@
|
||||
{
|
||||
struct xhci_virt_ep *ep = &xhci->devs[slot_id]->eps[ep_index];
|
||||
|
||||
+ if (!deq_state->new_deq_seg) {
|
||||
+ deq_state->new_deq_ptr = 0;
|
||||
+ return;
|
||||
+ }
|
||||
+
|
||||
xhci_dbg_trace(xhci, trace_xhci_dbg_cancel_urb,
|
||||
"Set TR Deq Ptr cmd, new deq seg = %p (0x%llx dma), "
|
||||
"new deq ptr = %p (0x%llx dma), new cycle = %u",
|
@ -1 +1 @@
|
||||
05e511f67c46656002d976289a648ec58684bce2
|
||||
4bb8e968b614220a0c3931aa669e06f1ad99579b
|
||||
|
@ -151,6 +151,7 @@ PATCH_OPT(patches/usb_mem.patch) := $(USB_OPT)
|
||||
PATCH_OPT(patches/usb_usbnet.patch) := $(USB_OPT)
|
||||
PATCH_OPT(patches/usb_xchi-quirks.patch) := $(USB_OPT)
|
||||
PATCH_OPT(patches/usb_wacom.patch) := $(USB_OPT)
|
||||
PATCH_OPT(patches/usb_xhci-ring.patch) := $(USB_OPT)
|
||||
|
||||
#IP stack
|
||||
LXIP_OPT = -p1 -d$(SRC_DIR_LXIP)
|
||||
|
Loading…
x
Reference in New Issue
Block a user