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
/
usb_util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Move scratch data from the USB bus structure to the USB device structure
hselasky
2013-02-10
1
-7
/
+15
*
Modify the FreeBSD USB kernel code so that it can be compiled directly
hselasky
2013-01-30
1
-0
/
+4
*
Simplify the usb_pause_mtx() function by factoring out the generic parts
hselasky
2011-11-19
1
-20
/
+8
*
Move the device_delete_all_children() function from usb_util.c
hselasky
2011-11-19
1
-25
/
+0
*
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
jhb
2011-01-11
1
-1
/
+0
*
- Make struct usb_xfer opaque so that drivers can not access the internals
thompsa
2009-06-23
1
-3
/
+22
*
s/usb2_/usb_|usbd_/ on all function names for the USB stack.
thompsa
2009-06-15
1
-12
/
+12
*
Remove usb2_cv_* and just use the kernel condvar implementation, it was needed
thompsa
2009-06-15
1
-103
/
+0
*
s/usb2_/usb_/ on all typedefs for the USB stack.
thompsa
2009-05-29
1
-1
/
+1
*
s/usb2_/usb_/ on all C structs for the USB stack.
thompsa
2009-05-28
1
-4
/
+4
*
Allocate the usb serial, manufacturer and product strings rather than use char
thompsa
2009-05-27
1
-4
/
+0
*
Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS.
thompsa
2009-03-20
1
-2
/
+0
*
MFp4 //depot/projects/usb@159446
thompsa
2009-03-20
1
-14
/
+0
*
MFp4 //depot/projects/usb@159392
thompsa
2009-03-20
1
-2
/
+10
*
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
/
+346