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_hub.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r310242:
hselasky
2017-01-09
1
-0
/
+25
*
MFC r286773:
hselasky
2015-08-29
1
-2
/
+2
*
MFC r279270:
hselasky
2015-03-05
1
-6
/
+14
*
MFC r274020:
hselasky
2014-11-29
1
-2
/
+2
*
MFC r272733, r272807 and r272822:
hselasky
2014-10-27
1
-11
/
+81
*
MFC r261270:
n_hibma
2014-06-18
1
-1
/
+2
*
MFC r267240:
hselasky
2014-06-11
1
-53
/
+109
*
MFC r260588 and r260589:
hselasky
2014-01-24
1
-9
/
+234
*
MFC r257206:
hselasky
2013-10-30
1
-5
/
+33
*
Don't issue USB resume signalling in USB device mode, if the USB power
hselasky
2013-09-12
1
-1
/
+2
*
- Try to fix build of 32-bit compatibility USB support for FreeBSD and
hselasky
2013-08-12
1
-1
/
+0
*
Fix some statical clang analyzer warnings.
hselasky
2013-05-25
1
-1
/
+0
*
- Add more defines to limit USB memory usage and number of allocations
hselasky
2013-05-03
1
-7
/
+19
*
Resolve a LOR after r246616. Protect control requests using the USB device
hselasky
2013-02-13
1
-4
/
+9
*
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
-2
/
+1
*
Make several timing parameters of the USB enumeration sequence tuneable.
hselasky
2012-10-24
1
-6
/
+6
*
Style.
hselasky
2012-10-02
1
-1
/
+1
*
Remove unused field.
hselasky
2012-10-02
1
-4
/
+0
*
Inherit USB mode from RootHUB port where the USB device is connected.
hselasky
2012-10-01
1
-1
/
+4
*
Add support for the so-called streams feature of BULK endpoints
hselasky
2012-08-12
1
-3
/
+5
*
Add support for Multi-TT mode of modern USB HUBs.
hselasky
2012-04-29
1
-119
/
+106
*
Fix compiler warnings, mostly signed issues,
hselasky
2012-04-02
1
-3
/
+3
*
Improve support for USB 3.0 HUBs. In certain states we
hselasky
2012-01-13
1
-6
/
+8
*
Correct use of USB 3.0 POWER bit in the port status register,
hselasky
2012-01-13
1
-8
/
+11
*
- Try to fix support for USB 3.0 HUBs.
hselasky
2012-01-12
1
-12
/
+39
*
Fix for race against user-space applications trying to change the
hselasky
2011-12-21
1
-0
/
+9
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Fix suspend and resume of FULL and HIGH speed USB devices
hselasky
2011-10-26
1
-0
/
+1
*
- Add additional information to the PnP info of USB HUBs children which
hselasky
2011-06-24
1
-1
/
+5
*
Improve enumeration of Low- and Full-speed devices connected through a
hselasky
2011-06-06
1
-3
/
+24
*
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
jhb
2011-01-11
1
-1
/
+0
*
Add support for setting per-interface PnP information.
hselasky
2010-10-27
1
-2
/
+4
*
This commit adds full support for USB 3.0 devices in host and device
hselasky
2010-10-04
1
-76
/
+354
*
Serialise USB re-enumeration with the USB explore thread.
hselasky
2010-10-04
1
-0
/
+22
*
Reduce the need to accesss struct usb_device by providing functions to access
thompsa
2010-09-02
1
-1
/
+2
*
Add support for power mode filtering as some USB hardware does not support
thompsa
2010-09-02
1
-2
/
+29
*
Change argument for usbd_get_dma_delay() from USB bus to USB device, some
thompsa
2010-09-02
1
-2
/
+3
*
Add missing MODULE_VERSION() definitions, this resolves problems around
thompsa
2010-09-01
1
-0
/
+1
*
Provide more information about the device location in the USB system.
thompsa
2010-05-12
1
-2
/
+4
*
If a USB device is suspended and a USB set config request is issued when the
thompsa
2010-05-12
1
-41
/
+83
*
Use a more obvious prefix for the USB control (endpoint 0) transfers rather
thompsa
2010-04-22
1
-1
/
+1
*
Remove overuse of exclamation marks in kernel printfs, there mere fact a
thompsa
2009-11-26
1
-10
/
+10
*
Provide tunables for some of the usb sysctls that affect boot behaviour.
thompsa
2009-11-22
1
-0
/
+2
*
Improve High Speed slot allocation mechanism by moving the computation to the
thompsa
2009-11-22
1
-14
/
+167
*
MFp4 @ 168387
thompsa
2009-09-28
1
-22
/
+41
*
- Patch to allow USB controller to resume operation after
alfred
2009-08-24
1
-8
/
+21
*
Temporarily revert the new-bus locking for 8.0 release. It will be
jhb
2009-08-20
1
-14
/
+5
*
Make the newbus subsystem Giant free by adding the new newbus sxlock.
attilio
2009-08-02
1
-5
/
+14
[next]