1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/dev/usb
Weongyo Jeong 6e3cb00068 Introduces IFF_CANTCONFIG interface flag to point that the interface
isn't configurable in a meaningful way.  This is for ifconfig(8) or
other tools not to change code whenever IFT_USB-like interfaces are
registered at the interface list.

Reviewed by:	brooks
No objections:	gavin, jkim
2010-12-07 20:23:47 +00:00
..
controller Removes a unused function `usb_bus_find'. 2010-11-25 22:56:26 +00:00
input Fix compiler warnings. 2010-11-13 19:26:45 +00:00
misc Add missing MODULE_VERSION() definitions, this resolves problems around 2010-09-01 23:47:53 +00:00
net Add initial AX88772A support. 2010-11-28 01:56:44 +00:00
quirk Add a man page for usb_quirk module, plus references in other man pages, 2010-11-10 23:45:44 +00:00
serial Support the Falcom Twist USB GSM/GPRS modem in uftdi(4) 2010-11-29 08:17:44 +00:00
storage Allow umass to use bigger transactions for USB 3.0 devices. It is less 2010-10-16 19:29:37 +00:00
template
wlan Add new device ids. 2010-11-29 15:08:18 +00:00
ufm_ioctl.h
usb_bus.h Removes all duplicated code with BPF that it's greatly simplified and 2010-11-24 19:11:32 +00:00
usb_busdma.c Use saner nsegments and maxsegsz parameters when creating certain DMA tags; 2010-09-14 20:41:06 +00:00
usb_busdma.h
usb_cdc.h USB network (NCM driver): 2010-10-13 22:04:55 +00:00
usb_compat_linux.c Add missing MODULE_VERSION() definitions, this resolves problems around 2010-09-01 23:47:53 +00:00
usb_compat_linux.h
usb_controller.h Removes a unused function `usb_bus_find'. 2010-11-25 22:56:26 +00:00
usb_core.c
usb_core.h
usb_debug.c
usb_debug.h
usb_dev.c Serialise USB re-enumeration with the USB explore thread. 2010-10-04 22:21:30 +00:00
usb_dev.h
usb_device.c We need to define a cdev variable associated with each USB device, 2010-11-30 08:25:57 +00:00
usb_device.h This commit adds full support for USB 3.0 devices in host and device 2010-10-04 23:18:05 +00:00
usb_dynamic.c
usb_dynamic.h
usb_endian.h
usb_error.c
usb_freebsd.h Add possibility to generate devctl notifications regardless of UGEN presence. 2010-10-22 20:13:45 +00:00
usb_generic.c Serialise USB re-enumeration with the USB explore thread. 2010-10-04 22:21:30 +00:00
usb_generic.h
usb_handle_request.c Add missing #if's 2010-10-04 22:50:08 +00:00
usb_hid.c
usb_hub.c Add support for setting per-interface PnP information. 2010-10-27 17:38:05 +00:00
usb_hub.h This commit adds full support for USB 3.0 devices in host and device 2010-10-04 23:18:05 +00:00
usb_if.m
usb_ioctl.h - Add support for LibUSB in 32-bit compatibility mode. 2010-10-14 20:38:18 +00:00
usb_lookup.c
usb_mbuf.c
usb_mbuf.h
usb_msctest.c We already have dummy receive buffer in sc->buffer. 2010-10-12 09:41:42 +00:00
usb_msctest.h Add support to Alcatel/TCTMobile X080S USB 3G modem. The device needs 2010-10-06 14:29:00 +00:00
usb_parse.c This commit adds full support for USB 3.0 devices in host and device 2010-10-04 23:18:05 +00:00
usb_pci.h
usb_pf.c Introduces IFF_CANTCONFIG interface flag to point that the interface 2010-12-07 20:23:47 +00:00
usb_pf.h Removes all duplicated code with BPF that it's greatly simplified and 2010-11-24 19:11:32 +00:00
usb_process.c
usb_process.h
usb_request.c Re-add a status check which sneaked out during r214804. 2010-12-07 08:20:20 +00:00
usb_request.h Add code to warm reset a USB 3.0 port. 2010-11-04 19:24:21 +00:00
usb_transfer.c Adds a USB packet filter feature to the stack that it could capture 2010-11-22 01:11:28 +00:00
usb_transfer.h This commit adds full support for USB 3.0 devices in host and device 2010-10-04 23:18:05 +00:00
usb_util.c
usb_util.h
usb.h Add missing USB 3.0 definitions. Correct some wrong ones. 2010-10-04 21:38:10 +00:00
usbdevs Add new device ids. 2010-11-29 15:08:18 +00:00
usbdi_util.h This commit adds full support for USB 3.0 devices in host and device 2010-10-04 23:18:05 +00:00
usbdi.h Add support for setting per-interface PnP information. 2010-10-27 17:38:05 +00:00
usbhid.h