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_request.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-add a status check which sneaked out during r214804.
hselasky
2010-12-07
1
-0
/
+4
*
Add code to warm reset a USB 3.0 port.
hselasky
2010-11-04
1
-4
/
+97
*
This commit adds full support for USB 3.0 devices in host and device
hselasky
2010-10-04
1
-24
/
+187
*
Add more strict USB string filtering.
hselasky
2010-10-04
1
-6
/
+13
*
Reduce diffs to p4.
thompsa
2010-05-12
1
-24
/
+163
*
If a USB device is suspended and a USB set config request is issued when the
thompsa
2010-05-12
1
-6
/
+18
*
Use a more obvious prefix for the USB control (endpoint 0) transfers rather
thompsa
2010-04-22
1
-2
/
+2
*
Properly name the sxlocks, mutexes and condvars.
thompsa
2010-04-22
1
-4
/
+4
*
Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had
thompsa
2010-04-22
1
-6
/
+6
*
Remove overuse of exclamation marks in kernel printfs, there mere fact a
thompsa
2009-11-26
1
-2
/
+2
*
USB core:
alfred
2009-07-30
1
-4
/
+4
*
- Make struct usb_xfer opaque so that drivers can not access the internals
thompsa
2009-06-23
1
-9
/
+29
*
s/usb2_/usb_|usbd_/ on all function names for the USB stack.
thompsa
2009-06-15
1
-152
/
+152
*
Remove usb2_cv_* and just use the kernel condvar implementation, it was needed
thompsa
2009-06-15
1
-2
/
+2
*
Rename usb pipes to endpoints as it better represents what they are, and struct
thompsa
2009-06-07
1
-25
/
+25
*
Reorgansise the logic for tranversing the pipe list.
thompsa
2009-06-02
1
-9
/
+9
*
s/usb2_/usb_/ on all typedefs for the USB stack.
thompsa
2009-05-29
1
-48
/
+48
*
s/usb2_/usb_/ on all C structs for the USB stack.
thompsa
2009-05-28
1
-86
/
+86
*
Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.
thompsa
2009-05-21
1
-3
/
+3
*
- rename usb2_mode to usb_mode [1]
thompsa
2009-05-21
1
-2
/
+2
*
Track the usb device state as its powered on, addressed and configured. This ...
thompsa
2009-04-25
1
-0
/
+6
*
MFp4 //depot/projects/usb@160930
thompsa
2009-04-22
1
-56
/
+59
*
Provide a better commit log for r190735, forced by making a whitespace change.
thompsa
2009-04-06
1
-1
/
+1
*
MFp4 //depot/projects/usb@159948
thompsa
2009-04-05
1
-5
/
+8
*
MFp4 //depot/projects/usb@159922
thompsa
2009-04-05
1
-6
/
+58
*
MFp4 //depot/projects/usb@159909
thompsa
2009-04-05
1
-6
/
+7
*
MFp4 //depot/projects/usb@159871
thompsa
2009-04-05
1
-3
/
+4
*
MFp4 //depot/projects/usb@159811
thompsa
2009-04-05
1
-0
/
+34
*
MFp4 //depot/projects/usb @159431,159437,159438
thompsa
2009-03-20
1
-7
/
+7
*
MFp4 //depot/projects/usb@159392
thompsa
2009-03-20
1
-7
/
+15
*
MFp4 //depot/projects/usb @159430
thompsa
2009-03-20
1
-1
/
+0
*
MFp4 //depot/projects/usb@157909
thompsa
2009-02-24
1
-14
/
+27
*
MFp4 //depot/projects/usb@157853
thompsa
2009-02-24
1
-10
/
+2
*
Move the new USB stack into its new home.
thompsa
2009-02-23
1
-0
/
+1486