opnsense-src/sys/dev/usb/controller
Hans Petter Selasky cda31e7349 xhci(4): Ensure the so-called data toggle gets properly reset.
Use the drop and enable endpoint context commands to force a reset of
the data toggle for USB 2.0 and USB 3.0 after:
 - clear endpoint halt command (when the driver wishes).
 - set config command (when the kernel or user-space wants).
 - set alternate setting command (only affected endpoints).

Some XHCI HW implementations may not allow the endpoint reset command when
the endpoint context is not in the halted state.

Reported by:		Juniper and Gary Jennejohn
MFC after:		1 week
Sponsored by:		NVIDIA Networking
2022-04-21 17:01:13 +02:00
..
atmegadci.c atmegadci: eliminate unused variables sc, ep_no 2022-04-04 22:30:23 -06:00
atmegadci.h
avr32dci.c Fix undefined behaviour in the USB controllers 2022-01-12 13:53:19 +00:00
avr32dci.h
dwc3.c
dwc3.h
dwc_otg.c usb(4): Remove a double word in a source code comment 2022-04-09 11:02:23 +02:00
dwc_otg.h
dwc_otg_acpi.c
dwc_otg_fdt.c
dwc_otg_fdt.h
dwc_otg_hisi.c
dwc_otgreg.h
ehci.c
ehci.h
ehci_fsl.c
ehci_imx.c ehci_imx: Remove unused variable. 2022-04-08 18:31:29 -07:00
ehci_msm.c
ehci_mv.c
ehci_pci.c Add new USB host controller PCI ID's. 2022-02-06 13:18:35 +01:00
ehcireg.h
generic_ehci.c
generic_ehci.h
generic_ehci_acpi.c
generic_ehci_fdt.c usb: Make ext_resources non-optional 2022-02-21 17:28:52 +01:00
generic_ohci.c usb: Make ext_resources non-optional 2022-02-21 17:28:52 +01:00
generic_usb_if.m
generic_xhci.c
generic_xhci.h
generic_xhci_acpi.c
generic_xhci_fdt.c usb: Make ext_resources non-optional 2022-02-21 17:28:52 +01:00
musb_otg.c musb: eliminate write only variable sc 2022-04-04 22:30:26 -06:00
musb_otg.h
musb_otg_allwinner.c
ohci.c usb: Add a __usbdebug_used for variables only used under #ifdef USB_DEBUG. 2022-04-13 16:08:20 -07:00
ohci.h
ohci_pci.c
ohcireg.h
uhci.c uhci: Remove write-only variable. 2022-04-06 16:45:27 -07:00
uhci.h
uhci_pci.c
uhcireg.h
usb_controller.c Create wrapper for Giant taken for newbus 2021-12-09 17:04:45 -07:00
usb_nop_xceiv.c
uss820dci.c uss820dci: eliminate unused variables sc, ep_no 2022-04-04 22:30:31 -06:00
uss820dci.h
xhci.c xhci(4): Ensure the so-called data toggle gets properly reset. 2022-04-21 17:01:13 +02:00
xhci.h xhci(4): Add quirk for "TUSB73x0 USB3.0 xHCI Controller". 2022-03-03 18:14:21 +01:00
xhci_pci.c xhci(4): Add quirk for "Fresco Logic FL1009 USB3.0 xHCI Controller". 2022-03-16 16:49:00 +01:00
xhcireg.h