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_msctest.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some statical clang analyzer warnings.
hselasky
2013-05-25
1
-1
/
+1
*
- Move scratch data from the USB bus structure to the USB device structure
hselasky
2013-02-10
1
-7
/
+2
*
Fix some nits.
hselasky
2013-02-05
1
-1
/
+1
*
Modify the FreeBSD USB kernel code so that it can be compiled directly
hselasky
2013-01-30
1
-0
/
+4
*
Fix more regression issue after r244503.
hselasky
2012-12-24
1
-4
/
+7
*
Fix regression issue after r244503.
hselasky
2012-12-23
1
-5
/
+8
*
Make sure all USB drivers allocate buffer memory
hselasky
2012-12-20
1
-24
/
+28
*
If a USB mass storage device doesn't respond properly
hselasky
2012-10-30
1
-2
/
+5
*
Improve auto-quirks detection for certain Kingston memory sticks.
hselasky
2012-08-13
1
-1
/
+41
*
Fix compiler warnings, mostly signed issues,
hselasky
2012-04-02
1
-2
/
+3
*
Fix a compile warning with clang.
hselasky
2011-12-03
1
-1
/
+1
*
Style change.
hselasky
2011-11-12
1
-2
/
+2
*
Improve USB mass storage quirk auto detection.
hselasky
2011-10-29
1
-0
/
+28
*
Reduce USB memory usage during enumeration.
hselasky
2011-09-14
1
-3
/
+4
*
Some USB mass storage devices requires that the sense information
hselasky
2011-09-05
1
-2
/
+33
*
This patch adds automatic detection of USB mass storage devices
hselasky
2011-09-02
1
-4
/
+89
*
Remove duplicate header includes
kevlo
2011-06-28
1
-1
/
+0
*
- Move execution of event handlers into the probe and attach function so that
hselasky
2011-06-24
1
-0
/
+18
*
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
jhb
2011-01-11
1
-1
/
+0
*
We already have dummy receive buffer in sc->buffer.
glebius
2010-10-12
1
-3
/
+6
*
Remove extra assignment.
glebius
2010-10-06
1
-1
/
+0
*
Add support to Alcatel/TCTMobile X080S USB 3G modem. The device needs
glebius
2010-10-06
1
-0
/
+7
*
Add support for the E1752 3G modem and the required eject command.
thompsa
2010-02-14
1
-0
/
+8
*
Fix debug printf on 64bit arches.
thompsa
2010-01-07
1
-1
/
+1
*
Improve u3g device ejecting by providing additional methods for the eject
thompsa
2010-01-06
1
-113
/
+145
*
Remove overuse of exclamation marks in kernel printfs, there mere fact a
thompsa
2009-11-26
1
-1
/
+1
*
- Make struct usb_xfer opaque so that drivers can not access the internals
thompsa
2009-06-23
1
-47
/
+63
*
s/usb2_/usb_|usbd_/ on all function names for the USB stack.
thompsa
2009-06-15
1
-21
/
+21
*
Remove usb2_cv_* and just use the kernel condvar implementation, it was needed
thompsa
2009-06-15
1
-4
/
+4
*
Revert the size_t part of the last commit for the moment, this blows up the
thompsa
2009-05-30
1
-3
/
+3
*
s/usb2_/usb_/ on all typedefs for the USB stack.
thompsa
2009-05-29
1
-16
/
+16
*
s/usb2_/usb_/ on all C structs for the USB stack.
thompsa
2009-05-28
1
-15
/
+15
*
MFp4 //depot/projects/usb@159909
thompsa
2009-04-05
1
-21
/
+21
*
MFp4 //depot/projects/usb@159517
thompsa
2009-03-20
1
-3
/
+0
*
MFp4 //depot/projects/usb @159431,159437,159438
thompsa
2009-03-20
1
-9
/
+9
*
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
/
+578