freebsd-skq/sys/dev/usb/template
Hans Petter Selasky 6950c75f40 - Move scratch data from the USB bus structure to the USB device structure
so that simultaneous access cannot happen. Protect scratch area using
the enumeration lock. Also reduce stack usage in usbd_transfer_setup()
by moving some big stack members to the scratch area. This saves around
200 bytes of stack.
- Fix a whitespace.

MFC after:	1 week
2013-02-10 10:56:13 +00:00
..
usb_template_audio.c Use string literals in string descriptors for marginally 2013-01-30 16:05:54 +00:00
usb_template_cdce.c Use string literals in string descriptors for marginally 2013-01-30 16:05:54 +00:00
usb_template_kbd.c Use string literals in string descriptors for marginally 2013-01-30 16:05:54 +00:00
usb_template_modem.c Use string literals in string descriptors for marginally 2013-01-30 16:05:54 +00:00
usb_template_mouse.c Use string literals in string descriptors for marginally 2013-01-30 16:05:54 +00:00
usb_template_msc.c Use string literals in string descriptors for marginally 2013-01-30 16:05:54 +00:00
usb_template_mtp.c Use string literals in string descriptors for marginally 2013-01-30 16:05:54 +00:00
usb_template.c - Move scratch data from the USB bus structure to the USB device structure 2013-02-10 10:56:13 +00:00
usb_template.h