freebsd-dev/sys/dev/usb/template
Hans Petter Selasky 271ae033e9 Style change.
- Make it easier to port the USB code to other platforms by only using
one set of memory functions for clearing and copying memory. None of
the memory copies are overlapping. This means using bcopy() is not
required.
- Fix a compile warning when USB_HAVE_BUSDMA=0
- Add missing semicolon in avr32dci.
- Update some comments.

MFC after:	1 week
2011-11-12 08:16:45 +00:00
..
usb_template_audio.c - Add some comments about the origin of some USB descriptors. 2011-06-23 10:35:45 +00:00
usb_template_cdce.c - Add more USB templates for various USB device classes 2011-06-23 07:54:03 +00:00
usb_template_kbd.c - Add some comments about the origin of some USB descriptors. 2011-06-23 10:35:45 +00:00
usb_template_modem.c - Add more USB templates for various USB device classes 2011-06-23 07:54:03 +00:00
usb_template_mouse.c - Add some comments about the origin of some USB descriptors. 2011-06-23 10:35:45 +00:00
usb_template_msc.c - Add more USB templates for various USB device classes 2011-06-23 07:54:03 +00:00
usb_template_mtp.c - Add more USB templates for various USB device classes 2011-06-23 07:54:03 +00:00
usb_template.c Style change. 2011-11-12 08:16:45 +00:00
usb_template.h - Add more USB templates for various USB device classes 2011-06-23 07:54:03 +00:00