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_device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a kernel function to delist our kernel character devices, so that
hselasky
2015-01-14
1
-1
/
+4
*
Resolve a special case deadlock: When two or more threads are
hselasky
2015-01-13
1
-60
/
+42
*
Fix for deadlock in USB device side mode.
hselasky
2014-08-05
1
-6
/
+13
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-6
/
+3
*
Revert r267961, r267973:
gjb
2014-06-27
1
-3
/
+6
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-6
/
+3
*
Avoid the USB device disconnected and controller shutdown clutter on system
marius
2014-06-10
1
-6
/
+10
*
Try to resolve a possible deadlock when detaching USB devices which
hselasky
2014-03-20
1
-8
/
+70
*
Fix a possible memory use after free and leak situation associated
hselasky
2014-01-17
1
-10
/
+14
*
Implement better error recovery for Transaction Translators, TTs,
hselasky
2014-01-13
1
-2
/
+2
*
USB method structures for USB controllers and USB pipes should be
hselasky
2013-12-11
1
-1
/
+1
*
Fix some statical clang analyzer warnings.
hselasky
2013-05-25
1
-3
/
+0
*
Fix compile warning.
hselasky
2013-05-03
1
-1
/
+2
*
- Add more defines to limit USB memory usage and number of allocations
hselasky
2013-05-03
1
-2
/
+2
*
Add some defines to limit USB memory usage in reduced memory systems.
hselasky
2013-05-03
1
-12
/
+15
*
Allow the default USB template to be specified at compile time.
hselasky
2013-05-03
1
-1
/
+5
*
Add missing ifdef's for reduced feature compilations.
hselasky
2013-04-03
1
-0
/
+4
*
- Make quirk for reading device descriptor from broken USB devices.
hselasky
2013-03-13
1
-3
/
+7
*
Resolve a LOR after r246616. Protect control requests using the USB device
hselasky
2013-02-13
1
-4
/
+0
*
- Move scratch data from the USB bus structure to the USB device structure
hselasky
2013-02-10
1
-45
/
+40
*
Add defines to more easily allow a single threaded version of the FreeBSD
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
*
Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.
hselasky
2012-10-26
1
-3
/
+3
*
Fix for missing locks due to recent change.
hselasky
2012-08-13
1
-1
/
+11
*
Add support for the so-called streams feature of BULK endpoints
hselasky
2012-08-12
1
-16
/
+71
*
Style.
hselasky
2012-08-10
1
-2
/
+2
*
Improve support for detaching kernel drivers on a per interface basis.
hselasky
2012-06-01
1
-4
/
+10
*
Fix compiler warnings, mostly signed issues,
hselasky
2012-04-02
1
-2
/
+0
*
Improve USB mass storage quirk auto detection.
hselasky
2011-10-29
1
-1
/
+2
*
Refactor auto-quirk solution so that we break as few external
hselasky
2011-09-10
1
-6
/
+16
*
This patch adds automatic detection of USB mass storage devices
hselasky
2011-09-02
1
-1
/
+33
*
Use synchronous device destruction instead of asynchronous, so that a new
hselasky
2011-08-11
1
-32
/
+47
*
- Ensure that we get all the required nomatch devd events.
hselasky
2011-06-24
1
-9
/
+10
*
- Move execution of event handlers into the probe and attach function so that
hselasky
2011-06-24
1
-6
/
+16
*
usb: change to one-pass probing of device drivers
avg
2011-05-18
1
-11
/
+0
*
Cleanup usb_notify_addq_compat(). It should not
hselasky
2011-05-08
1
-75
/
+0
*
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
jhb
2011-01-11
1
-1
/
+0
*
We need to define a cdev variable associated with each USB device,
hselasky
2010-11-30
1
-0
/
+4
*
Bugfix: Move the 'at <location string' to the beginning of the attach
n_hibma
2010-11-05
1
-4
/
+3
*
Don't terminate the notification with \n. This is done in
n_hibma
2010-11-04
1
-2
/
+2
*
Add support for setting per-interface PnP information.
hselasky
2010-10-27
1
-4
/
+46
*
Add possibility to generate devctl notifications regardless of UGEN presence.
hselasky
2010-10-22
1
-15
/
+46
*
This commit adds full support for USB 3.0 devices in host and device
hselasky
2010-10-04
1
-49
/
+68
*
Reduce the need to accesss struct usb_device by providing functions to access
thompsa
2010-09-02
1
-7
/
+28
*
Add support for power mode filtering as some USB hardware does not support
thompsa
2010-09-02
1
-1
/
+1
*
fix a few cases where a string is passed via format argument instead of
avg
2010-06-11
1
-1
/
+1
*
If a USB device is suspended and a USB set config request is issued when the
thompsa
2010-05-12
1
-3
/
+30
*
Use a more obvious prefix for the USB control (endpoint 0) transfers rather
thompsa
2010-04-22
1
-23
/
+23
*
Properly name the sxlocks, mutexes and condvars.
thompsa
2010-04-22
1
-19
/
+19
*
Use SX_DUPOK rather than making the string unique.
thompsa
2010-04-22
1
-2
/
+2
[next]