index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
template
/
usb_template.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add USB MIDI template for USB device side mode.
hselasky
2015-06-01
1
-0
/
+3
*
Add usb template SERIALNET allowing us to have both USB CDC Ethernet
br
2015-01-13
1
-0
/
+3
*
Add new USB phone descriptor template for USB device side mode.
hselasky
2014-08-05
1
-3
/
+6
*
USB method structures for USB controllers and USB pipes should be
hselasky
2013-12-11
1
-1
/
+1
*
- Add more defines to limit USB memory usage and number of allocations
hselasky
2013-05-03
1
-7
/
+4
*
- Move scratch data from the USB bus structure to the USB device structure
hselasky
2013-02-10
1
-26
/
+39
*
Modify the FreeBSD USB kernel code so that it can be compiled directly
hselasky
2013-01-30
1
-0
/
+4
*
Fix compiler warnings, mostly signed issues,
hselasky
2012-04-02
1
-1
/
+1
*
Correct some bInterval USB template descriptor values.
hselasky
2011-12-06
1
-1
/
+1
*
Style change.
hselasky
2011-11-12
1
-2
/
+2
*
- Add more USB templates for various USB device classes
hselasky
2011-06-23
1
-3
/
+45
*
Minor cleanup:
hselasky
2011-02-09
1
-1
/
+1
*
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
jhb
2011-01-11
1
-1
/
+0
*
isochronous endpoint descriptors should have two more bytes which are zero by
thompsa
2010-03-11
1
-7
/
+16
*
- make the usb_temp_setup() and usb_temp_unsetup() functions public so that
thompsa
2010-03-11
1
-19
/
+12
*
Remove overuse of exclamation marks in kernel printfs, there mere fact a
thompsa
2009-11-26
1
-3
/
+3
*
- Make struct usb_xfer opaque so that drivers can not access the internals
thompsa
2009-06-23
1
-9
/
+28
*
s/usb2_/usb_|usbd_/ on all function names for the USB stack.
thompsa
2009-06-15
1
-116
/
+116
*
s/usb2_/usb_/ on all typedefs for the USB stack.
thompsa
2009-05-29
1
-9
/
+9
*
s/usb2_/usb_/ on all C structs for the USB stack.
thompsa
2009-05-28
1
-92
/
+92
*
Use enums for speed and rev data types.
thompsa
2009-05-21
1
-8
/
+8
*
MFp4 //depot/projects/usb@160930
thompsa
2009-04-22
1
-3
/
+4
*
MFp4 //depot/projects/usb @159430
thompsa
2009-03-20
1
-1
/
+0
*
Move the new USB stack into its new home.
thompsa
2009-02-23
1
-0
/
+1312