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
/
avr32dci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can
hselasky
2015-01-05
1
-1
/
+1
*
- Isochronous transfers should use the alternate next transfer
hselasky
2014-05-13
1
-7
/
+9
*
USB method structures for USB controllers and USB pipes should be
hselasky
2013-12-11
1
-6
/
+6
*
Use string literals in string descriptors for marginally
hselasky
2013-01-30
1
-4
/
+2
*
Provide one global language string descriptor for
hselasky
2013-01-30
1
-6
/
+2
*
Modify the FreeBSD USB kernel code so that it can be compiled directly
hselasky
2013-01-30
1
-4
/
+6
*
Inherit USB mode from RootHUB port where the USB device is connected.
hselasky
2012-10-01
1
-4
/
+0
*
Add support for the so-called streams feature of BULK endpoints
hselasky
2012-08-12
1
-5
/
+8
*
Fix compiler warnings, mostly signed issues,
hselasky
2012-04-02
1
-4
/
+3
*
Implement better support for USB controller suspend and resume.
hselasky
2011-12-14
1
-33
/
+53
*
Style change.
hselasky
2011-11-12
1
-7
/
+6
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
jhb
2011-01-11
1
-1
/
+0
*
Correct some root HUB descriptor fields in multiple controller drivers.
hselasky
2010-10-13
1
-1
/
+1
*
Remove overuse of exclamation marks in kernel printfs, there mere fact a
thompsa
2009-11-26
1
-2
/
+3
*
Initialise variable before use.
thompsa
2009-11-22
1
-0
/
+1
*
USB CORE:
alfred
2009-07-30
1
-0
/
+1
*
Sync to p4
thompsa
2009-06-27
1
-1
/
+1
*
- 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
-12
/
+12
*
Rename usb pipes to endpoints as it better represents what they are, and struct
thompsa
2009-06-07
1
-5
/
+5
*
s/usb2_/usb_/ on all typedefs for the USB stack.
thompsa
2009-05-29
1
-7
/
+7
*
s/usb2_/usb_/ on all C structs for the USB stack.
thompsa
2009-05-28
1
-53
/
+53
*
Add a driver for the AVR32 series USB Device Controller. Not hooked up as
thompsa
2009-05-21
1
-0
/
+2065