freebsd-skq/sys/dev/usb
Marius Strobl 4b7ec27007 - There's no need to overwrite the default device method with the default
one. Interestingly, these are actually the default for quite some time
  (bus_generic_driver_added(9) since r52045 and bus_generic_print_child(9)
  since r52045) but even recently added device drivers do this unnecessarily.
  Discussed with: jhb, marcel
- While at it, use DEVMETHOD_END.
  Discussed with: jhb
- Also while at it, use __FBSDID.
2011-11-22 21:28:20 +00:00
..
controller - There's no need to overwrite the default device method with the default 2011-11-22 21:28:20 +00:00
input Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. 2011-11-07 15:43:11 +00:00
misc Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. 2011-11-07 15:43:11 +00:00
net - There's no need to overwrite the default device method with the default 2011-11-22 21:28:20 +00:00
quirk Quirk all of ALCOR's mass storage devices instead of 2011-11-17 10:46:51 +00:00
serial - This patch adds custom IOCTLs to read and write the 4 GPIO pins on the 2011-11-12 08:40:52 +00:00
storage Enable power save mode for the USB storage device driver. 2011-11-12 08:19:36 +00:00
template Style change. 2011-11-12 08:16:45 +00:00
wlan Add new USB IDs to RUN driver. 2011-11-21 07:50:29 +00:00
ufm_ioctl.h
usb_bus.h
usb_busdma.c Style change. 2011-11-12 08:16:45 +00:00
usb_busdma.h
usb_cdc.h
usb_compat_linux.c Style change. 2011-11-12 08:16:45 +00:00
usb_compat_linux.h
usb_controller.h
usb_core.c
usb_core.h
usb_debug.c
usb_debug.h
usb_dev.c Style change. 2011-11-12 08:16:45 +00:00
usb_dev.h
usb_device.c Improve USB mass storage quirk auto detection. 2011-10-29 12:32:13 +00:00
usb_device.h This patch adds automatic detection of USB mass storage devices 2011-09-02 18:50:44 +00:00
usb_dynamic.c Refactor auto-quirk solution so that we break as few external 2011-09-10 15:55:36 +00:00
usb_dynamic.h Refactor auto-quirk solution so that we break as few external 2011-09-10 15:55:36 +00:00
usb_endian.h
usb_error.c
usb_freebsd.h This patch adds automatic detection of USB mass storage devices 2011-09-02 18:50:44 +00:00
usb_generic.c Style change. 2011-11-12 08:16:45 +00:00
usb_generic.h
usb_handle_request.c
usb_hid.c
usb_hub.c Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. 2011-11-07 15:43:11 +00:00
usb_hub.h
usb_if.m
usb_ioctl.h - This patch adds custom IOCTLs to read and write the 4 GPIO pins on the 2011-11-12 08:40:52 +00:00
usb_lookup.c
usb_mbuf.c
usb_mbuf.h
usb_msctest.c Style change. 2011-11-12 08:16:45 +00:00
usb_msctest.h This patch adds automatic detection of USB mass storage devices 2011-09-02 18:50:44 +00:00
usb_parse.c
usb_pci.h
usb_pf.c
usb_pf.h
usb_process.c Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. 2011-11-07 15:43:11 +00:00
usb_process.h
usb_request.c Style change. 2011-11-12 08:16:45 +00:00
usb_request.h
usb_transfer.c Style change. 2011-11-12 08:16:45 +00:00
usb_transfer.h
usb_util.c Simplify the usb_pause_mtx() function by factoring out the generic parts 2011-11-19 11:17:27 +00:00
usb_util.h Move the device_delete_all_children() function from usb_util.c 2011-11-19 10:11:50 +00:00
usb.h Fix size of USB 3.0 descriptor field. 2011-11-09 18:48:36 +00:00
usbdevs Add new USB IDs to RUN driver. 2011-11-21 07:50:29 +00:00
usbdi_util.h
usbdi.h Refactor auto-quirk solution so that we break as few external 2011-09-10 15:55:36 +00:00
usbhid.h