Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Linux58 Apple-Bce Bugs #10

Open
JPyke3 opened this issue Sep 30, 2020 · 0 comments · May be fixed by #11
Open

Linux58 Apple-Bce Bugs #10

JPyke3 opened this issue Sep 30, 2020 · 0 comments · May be fixed by #11
Assignees
Labels
bug Something isn't working
Milestone

Comments

@JPyke3
Copy link
Owner

JPyke3 commented Sep 30, 2020

At the moment this function in Apple-Bce will infinitely loop:

static int bce_vhci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status)
{
    struct bce_vhci_transfer_queue *q = urb->ep->hcpriv;
    pr_info("bce_vhci_urb_dequeue %x\n", urb->ep->desc.bEndpointAddress);
    return bce_vhci_urb_request_cancel(q, urb, status);
}

permalink

This all occurs whilst attempting to load the Touchbar display, after this has happened once this will also taint the install and happen in previous Kernel Versions.

@JPyke3 JPyke3 added the bug Something isn't working label Sep 30, 2020
@JPyke3 JPyke3 added this to the Linux58 milestone Sep 30, 2020
@JPyke3 JPyke3 self-assigned this Sep 30, 2020
@JPyke3 JPyke3 linked a pull request Sep 30, 2020 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant