freebsd-dev/sys/dev/usb
Brooks Davis 6469bdcdb6 Move most of the contents of opt_compat.h to opt_global.h.
opt_compat.h is mentioned in nearly 180 files. In-progress network
driver compabibility improvements may add over 100 more so this is
closer to "just about everywhere" than "only some files" per the
guidance in sys/conf/options.

Keep COMPAT_LINUX32 in opt_compat.h as it is confined to a subset of
sys/compat/linux/*.c.  A fake _COMPAT_LINUX option ensure opt_compat.h
is created on all architectures.

Move COMPAT_LINUXKPI to opt_dontuse.h as it is only used to control the
set of compiled files.

Reviewed by:	kib, cem, jhb, jtl
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D14941
2018-04-06 17:35:35 +00:00
..
controller If sc->sc_ep_max is already set use it to find the number of RX and TX 2018-03-23 11:08:59 +00:00
gadget
input Move most of the contents of opt_compat.h to opt_global.h. 2018-04-06 17:35:35 +00:00
misc
net Fix race when detach is called right after attach in if_axge, that the 2018-02-24 08:44:51 +00:00
quirk Add new USB quirk. 2018-02-13 08:13:20 +00:00
serial Flag the first interface on a KTLINK FTDI-based jtag+uart device as being 2018-03-04 17:30:16 +00:00
storage Add SPDX identifiers to linux_ptrace.c and cfumass.c. 2018-01-24 17:04:01 +00:00
template Give USB template SYSUNINIT()'s a uniq name to avoid symbol name collision 2018-02-07 18:46:08 +00:00
video
wlan urtw(4), zyd(4): reduce code verbosity. 2018-03-16 00:38:10 +00:00
ufm_ioctl.h
uftdiio.h
uled_ioctl.h
usb_bus.h
usb_busdma.c
usb_busdma.h
usb_cdc.h
usb_controller.h
usb_core.c
usb_core.h
usb_debug.c
usb_debug.h
usb_dev.c Do pass removing some write-only variables from the kernel. 2017-12-25 04:48:39 +00:00
usb_dev.h
usb_device.c Make the handler routine for the hw.usb.template sysctl trigger the USB 2018-01-30 10:08:11 +00:00
usb_device.h
usb_dynamic.c
usb_dynamic.h
usb_endian.h
usb_error.c
usb_freebsd_loader.h
usb_freebsd.h
usb_generic.c
usb_generic.h
usb_handle_request.c
usb_hid.c
usb_hub.c Revert redundant parts of r329440 after recent devmatch(8) changes. 2018-02-17 12:38:46 +00:00
usb_hub.h
usb_if.m
usb_ioctl.h
usb_lookup.c Remove unused bus_autoconf section from usb.ko. 2018-02-17 14:44:03 +00:00
usb_mbuf.c
usb_mbuf.h
usb_msctest.c
usb_msctest.h
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_transfer.h
usb_util.c
usb_util.h
usb.h
usbdevs Add new USB quirk. 2018-02-13 08:13:20 +00:00
usbdi_util.h
usbdi.h Correct the PNP information generated by the usb driver to match the 2018-02-17 06:57:17 +00:00
usbhid.h