..
controller
xhci(4): Don't allocate an IRQ vector if hw.usb.xhci.use_polling=1 is set.
2022-11-12 13:00:06 +01:00
gadget
usb: clean up empty lines in .c and .h files
2020-09-01 21:26:44 +00:00
input
wsp_intr_callback: eliminate write only variable h
2022-10-01 22:25:56 -06:00
misc
cp2112iic_intr_write_callback: eliminate write only variable psc
2022-10-01 22:25:56 -06:00
net
Revert "usb: Remove a double words in a source code comments"
2022-09-10 08:58:30 +02:00
quirk
USB: add 2 (3) more device IDs for rtw88-usb devices and a quirk
2022-09-21 11:39:18 +00:00
serial
uslcom(4): Clear stall at every open.
2022-11-12 13:00:16 +01:00
storage
ustorage_fs_verify: eliminate write only variables file_offset and file_offset
2022-10-01 22:25:56 -06:00
template
usb: clean up empty lines in .c and .h files
2020-09-01 21:26:44 +00:00
video
usb: clean up empty lines in .c and .h files
2020-09-01 21:26:44 +00:00
wlan
urtw(4): Adjust all pause calls to use milliseconds instead of ticks.
2022-06-16 04:55:52 +02:00
ufm_ioctl.h
Regularize my copyright notice
2019-12-04 16:56:11 +00:00
uftdiio.h
uled_ioctl.h
usb.h
usb(4): Make the enumeration thread nice time a variable.
2022-10-12 17:53:22 +02:00
usb_bus.h
Make USB statistics per device instead of per bus.
2019-12-27 20:29:13 +00:00
usb_busdma.c
usb(4): Bring back an accidently reverted grammar correction
2022-09-10 08:58:54 +02:00
usb_busdma.h
Fix busdma resource leak on usb device detach.
2021-10-06 09:36:02 -06:00
usb_cdc.h
usb_controller.h
usb: clean up empty lines in .c and .h files
2020-09-01 21:26:44 +00:00
usb_core.c
usb_core.h
Use more standard types for manipulating pointers.
2020-12-16 00:27:28 +00:00
usb_debug.c
usb(4): Make the enumeration thread nice time a variable.
2022-10-12 17:53:22 +02:00
usb_debug.h
usb(4): Make the enumeration thread nice time a variable.
2022-10-12 17:53:22 +02:00
usb_dev.c
usb(4): Fix for use after free in combination with EVDEV_SUPPORT.
2021-11-02 09:37:25 +01:00
usb_dev.h
usb_device.c
Create wrapper for Giant taken for newbus
2022-06-21 17:13:20 +02:00
usb_device.h
Refresh the USB device strings when a USB device is re-enumerated.
2020-05-11 20:55:04 +00:00
usb_dynamic.c
usb_dynamic.h
usb_endian.h
usb_error.c
usb_fdt_support.c
Add common support functions for USB devices configured via FDT data.
2019-05-19 16:56:59 +00:00
usb_fdt_support.h
Add common support functions for USB devices configured via FDT data.
2019-05-19 16:56:59 +00:00
usb_freebsd.h
usb(4): Stop checking for failures from malloc(M_WAITOK).
2020-07-22 14:32:47 +00:00
usb_freebsd_loader.h
usb(4): Stop checking for failures from malloc(M_WAITOK).
2020-07-22 14:32:47 +00:00
usb_generic.c
usb(4): Factor out the usb_check_request() function.
2022-03-10 09:18:00 +01:00
usb_generic.h
Implement the USB_GET_DEVICEINFO ioctl(2) for uhid(4).
2020-10-31 21:53:23 +00:00
usb_handle_request.c
usb: clean up empty lines in .c and .h files
2020-09-01 21:26:44 +00:00
usb_hid.c
Factor-out hardware-independent part of USB HID support to new module
2021-01-08 02:18:42 +03:00
usb_hub.c
XHCI: clear warm and port reset
2022-07-01 13:50:19 +00:00
usb_hub.h
usb_hub_acpi.c
usb: clean up empty lines in .c and .h files
2020-09-01 21:26:44 +00:00
usb_hub_private.h
usb: clean up empty lines in .c and .h files
2020-09-01 21:26:44 +00:00
usb_if.m
usb_ioctl.h
hid: Import hidraw(4) - driver for access to raw HID device data
2021-01-08 02:18:43 +03:00
usb_lookup.c
usb: clean up empty lines in .c and .h files
2020-09-01 21:26:44 +00:00
usb_mbuf.c
usb: clean up empty lines in .c and .h files
2020-09-01 21:26:44 +00:00
usb_mbuf.h
usb_msctest.c
usb(4): Automagically apply all quirks for USB mass storage devices.
2022-03-03 15:41:12 +01:00
usb_msctest.h
usb(4): Automagically apply all quirks for USB mass storage devices.
2022-03-03 15:41:12 +01:00
usb_parse.c
Improve handling of alternate settings in the USB stack.
2020-12-15 11:51:17 +00:00
usb_pci.h
usb_pf.c
usb: clean up empty lines in .c and .h files
2020-09-01 21:26:44 +00:00
usb_pf.h
Fix build of USB bootloader code by adding checks for _STANDALONE being defined.
2020-11-18 13:22:22 +00:00
usb_process.c
usb: clean up empty lines in .c and .h files
2020-09-01 21:26:44 +00:00
usb_process.h
usb_request.c
usb(4): Quirk for non-compliant USB devices.
2022-09-03 12:22:07 +02:00
usb_request.h
usb_transfer.c
usb(3): Fix a few typos in source code comments
2022-04-09 08:08:15 +02:00
usb_transfer.h
Factor out repeated code in the USB controller drivers to avoid bugs
2022-03-10 09:29:19 +01:00
usb_util.c
usb(4): Factor out the usb_check_request() function.
2022-03-10 09:18:00 +01:00
usb_util.h
usb(4): Factor out the usb_check_request() function.
2022-03-10 09:18:00 +01:00
usbdevs
USB: add 2 (3) more device IDs for rtw88-usb devices and a quirk
2022-09-21 11:39:18 +00:00
usbdi.h
Improve handling of alternate settings in the USB stack.
2020-12-15 12:05:07 +00:00
usbdi_util.h
usbhid.h
hid: Chase for HID function name changes in existing USB HID drivers
2021-01-08 02:18:42 +03:00