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
*
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
*
Provide a better commit log for r190735, forced by making a whitespace change.
thompsa
2009-04-06
1
-1
/
+1
*
MFp4 //depot/projects/usb@159922
thompsa
2009-04-05
1
-50
/
+1
*
MFp4 //depot/projects/usb@159909
thompsa
2009-04-05
1
-1
/
+14
*
MFp4 //depot/projects/usb@159866
thompsa
2009-04-05
1
-2
/
+2
*
MFp4 //depot/projects/usb@159700
thompsa
2009-04-05
1
-6
/
+3
*
Add a how argument to root_mount_hold() so it can be passed NOWAIT and be called
thompsa
2009-04-03
1
-1
/
+1
*
MFp4 //depot/projects/usb@159392
thompsa
2009-03-20
1
-11
/
+15
*
MFp4 //depot/projects/usb @159430
thompsa
2009-03-20
1
-1
/
+0
*
Fix a possible NULL pointer access at controller attach.
thompsa
2009-03-11
1
-1
/
+2
*
Move the new USB stack into its new home.
thompsa
2009-02-23
1
-0
/
+620