freebsd-dev/sys/dev/usb
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
..
controller xhci(4): Ensure the so-called data toggle gets properly reset. 2022-04-21 17:01:13 +02:00
gadget
input uhid_snes: Remove USB_ST_TRANSFERRED handling for the status request. 2022-04-18 12:27:48 -07:00
misc usb: Use __diagused for variables only used in KASSERT(). 2022-04-13 16:08:20 -07:00
net usb: Add a __usbdebug_used for variables only used under #ifdef USB_DEBUG. 2022-04-13 16:08:20 -07:00
quirk Add devices and quirks for some Olympus cameras. 2022-03-23 12:40:28 +11:00
serial usb: Remove some double words in source code comments 2022-04-09 10:34:48 +02:00
storage ustorage_fs_verify: eliminate write only variables file_offset and file_offset 2022-04-04 22:30:40 -06:00
template
video
wlan if_urtw: Remove unused variables. 2022-04-07 17:01:29 -07:00
ufm_ioctl.h
uftdiio.h
uled_ioctl.h
usb_bus.h
usb_busdma.c Fix busdma resource leak on usb device detach. 2021-09-28 13:29:10 -06:00
usb_busdma.h Fix busdma resource leak on usb device detach. 2021-09-28 13:29:10 -06:00
usb_cdc.h
usb_controller.h
usb_core.c
usb_core.h
usb_debug.c
usb_debug.h usb: Add a __usbdebug_used for variables only used under #ifdef USB_DEBUG. 2022-04-13 16:08:20 -07:00
usb_dev.c usb: real freebsd32 support for most ioctls 2021-12-17 21:28:13 +00:00
usb_dev.h usb: add 32-bit compat for FIFOs 2021-12-17 21:28:14 +00:00
usb_device.c usb(4): Automagically apply all quirks for USB mass storage devices. 2022-02-24 10:28:55 +01:00
usb_device.h
usb_dynamic.c
usb_dynamic.h
usb_endian.h
usb_error.c
usb_fdt_support.c
usb_fdt_support.h
usb_freebsd_loader.h
usb_freebsd.h
usb_generic.c usb(4): Factor out the usb_check_request() function. 2022-03-03 10:24:24 +01:00
usb_generic.h
usb_handle_request.c
usb_hid.c
usb_hub_acpi.c usb(4): Use the global BUS topology lock where appropriate. 2022-03-17 15:27:45 +01:00
usb_hub_private.h Add USB UEFI locator support 2022-03-01 08:06:42 -07:00
usb_hub.c usb(4): Check return value from bus_generic_get_device_path(). 2022-03-17 15:27:50 +01:00
usb_hub.h
usb_if.m
usb_ioctl.h usb: remove COMPAT_32BIT ifdefs 2021-12-17 21:28:39 +00:00
usb_lookup.c
usb_mbuf.c
usb_mbuf.h
usb_msctest.c usb: Add a __usbdebug_used for variables only used under #ifdef USB_DEBUG. 2022-04-13 16:08:20 -07:00
usb_msctest.h usb(4): Automagically apply all quirks for USB mass storage devices. 2022-02-24 10:28:55 +01:00
usb_parse.c
usb_pci.h
usb_pf.c
usb_pf.h
usb_process.c
usb_process.h
usb_request.c
usb_request.h
usb_transfer.c usb(3): Fix a few typos in source code comments 2022-04-02 10:14:32 +02:00
usb_transfer.h
usb_util.c usb(4): Factor out the usb_check_request() function. 2022-03-03 10:24:24 +01:00
usb_util.h usb(4): Factor out the usb_check_request() function. 2022-03-03 10:24:24 +01:00
usb.h
usbdevs ulpt(4): Add support for Epson TM-U220B. 2022-04-02 02:29:05 +02:00
usbdi_util.h
usbdi.h
usbhid.h