summaryrefslogtreecommitdiff
path: root/sys/src/9/port/usbxhci.c
AgeCommit message (Expand)Author
2022-09-18usbxhci: eliminate "set but not used" warningcinap_lenrek
2022-07-31usb: fix ehci isochronous "in" split transactionscinap_lenrek
2022-02-21usbxhci: endpoint address needs to be masked with Epmax from endpoint numbercinap_lenrek
2021-11-26kernel: support large 64-bit pci membars, increase pc64 VMAPSIZE to 1TBcinap_lenrek
2021-10-13usbxhci: xhcirecover proc does not need to check status every 10mscinap_lenrek
2020-09-13kernel: massive pci code rewritecinap_lenrek
2020-06-21usbxhci: implement isochronous in transfers (for webcam, audio recording)cinap_lenrek
2020-06-06usbxhci: use 64-bit physical addressescinap_lenrek
2020-05-10usbxhci: fix wrong control endpoint 0 output device context addresscinap_lenrek
2019-09-22usbxhci: fix endpoint stall recovery, handle Ep.clrhalt flagcinap_lenrek
2019-07-17usbxhci: implement portable dma flush operations and move to port/cinap_lenrek