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
/
controller
/
usb_controller.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r269565:
hselasky
2014-08-13
1
-1
/
+1
*
MFC: r267321
marius
2014-06-23
1
-2
/
+3
*
MFC r267240:
hselasky
2014-06-11
1
-1
/
+7
*
MFC r267212:
hselasky
2014-06-10
1
-2
/
+2
*
MFC r265358, r265427, r265777, r265783,
hselasky
2014-05-23
1
-0
/
+4
*
MFC r259023 and r259095:
hselasky
2013-12-19
1
-3
/
+56
*
Add convenience wrapper functions to run callbacks in the context of the
hselasky
2013-04-23
1
-0
/
+25
*
Resolve a LOR after r246616. Protect control requests using the USB device
hselasky
2013-02-13
1
-6
/
+12
*
Add defines to more easily allow a single threaded version of the FreeBSD
hselasky
2013-02-05
1
-28
/
+30
*
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...
sbz
2013-01-30
1
-1
/
+2
*
Modify the FreeBSD USB kernel code so that it can be compiled directly
hselasky
2013-01-30
1
-1
/
+18
*
Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.
hselasky
2012-10-26
1
-1
/
+1
*
Add support for DWC OTG.
hselasky
2012-09-09
1
-0
/
+3
*
Make sure that the USB system suspend event is executed synchronously
hselasky
2012-03-03
1
-2
/
+21
*
Make sure we probe and attach the root HUB after
hselasky
2012-01-02
1
-0
/
+8
*
- Enable usbus on octusb
gonzo
2011-12-24
1
-0
/
+1
*
Make the recently added "no_shutdown_wait" sysctl writeable.
hselasky
2011-12-19
1
-1
/
+1
*
Add code to wait for USB shutdown to be executed at system shutdown.
hselasky
2011-12-19
1
-1
/
+15
*
Add missing unlock of USB controller's lock, when
hselasky
2011-12-19
1
-0
/
+12
*
Implement better support for USB controller suspend and resume.
hselasky
2011-12-14
1
-16
/
+231
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
- Correct USB 3.0 wire-speed to 5.0Gbps
hselasky
2011-02-26
1
-1
/
+1
*
Minor cleanup:
hselasky
2011-02-09
1
-4
/
+4
*
Make USB packet filtering code optional.
hselasky
2011-01-18
1
-2
/
+4
*
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
jhb
2011-01-11
1
-1
/
+0
*
Removes a unused function `usb_bus_find'.
weongyo
2010-11-25
1
-26
/
+0
*
Handles the unit number correctly that the previous commit had a problem
weongyo
2010-11-25
1
-4
/
+4
*
Removes all duplicated code with BPF that it's greatly simplified and
weongyo
2010-11-24
1
-1
/
+1
*
Adds a USB packet filter feature to the stack that it could capture
weongyo
2010-11-22
1
-0
/
+32
*
This commit adds full support for USB 3.0 devices in host and device
hselasky
2010-10-04
1
-0
/
+6
*
Add missing DRIVER_MODULE() entry for the musbotg driver.
hselasky
2010-10-04
1
-0
/
+4
*
The root mount hold reference was not released on USB controller
hselasky
2010-10-04
1
-8
/
+14
*
Add missing ifdefs for usb power saving support.
thompsa
2010-05-12
1
-1
/
+4
*
Wrap the proc wakeup special case for ddb in ifdef DDB.
thompsa
2010-03-11
1
-0
/
+6
*
Remove overuse of exclamation marks in kernel printfs, there mere fact a
thompsa
2009-11-26
1
-3
/
+3
*
MFp4 @ 168387
thompsa
2009-09-28
1
-4
/
+2
*
- allow disabling "root_mount_hold()" by
alfred
2009-08-24
1
-73
/
+29
*
Temporarily revert the new-bus locking for 8.0 release. It will be
jhb
2009-08-20
1
-9
/
+21
*
Make the newbus subsystem Giant free by adding the new newbus sxlock.
attilio
2009-08-02
1
-21
/
+9
*
USB controller:
alfred
2009-07-30
1
-2
/
+9
*
- 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
-99
/
+99
*
Revert the size_t part of the last commit for the moment, this blows up the
thompsa
2009-05-30
1
-3
/
+3
*
Fix function arguments were previously they matched the typedef by accident.
thompsa
2009-05-29
1
-3
/
+3
*
s/usb2_/usb_/ on all typedefs for the USB stack.
thompsa
2009-05-29
1
-4
/
+4
*
s/usb2_/usb_/ on all C structs for the USB stack.
thompsa
2009-05-28
1
-27
/
+27
*
Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.
thompsa
2009-05-21
1
-2
/
+2
*
Use enums for speed and rev data types.
thompsa
2009-05-21
1
-1
/
+1
*
MFp4 //depot/projects/usb@160706
thompsa
2009-04-22
1
-0
/
+8
*
Revert r190676,190677
thompsa
2009-04-10
1
-1
/
+1
[next]