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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Integrate Efika MX project back to home.
ray
2013-03-20
1
-0
/
+282
*
Fix spelling.
hselasky
2013-03-20
1
-1
/
+2
*
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
3
-39
/
+33
*
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...
sbz
2013-01-30
1
-1
/
+2
*
Do not unnecessarily split a string literal, because
hselasky
2013-01-30
1
-2
/
+2
*
Use string literals in string descriptors for marginally
hselasky
2013-01-30
6
-25
/
+12
*
Provide one global language string descriptor for
hselasky
2013-01-30
6
-36
/
+12
*
Modify the FreeBSD USB kernel code so that it can be compiled directly
hselasky
2013-01-30
11
-26
/
+75
*
Add missing NULL pointer check.
hselasky
2013-01-30
1
-0
/
+6
*
Shave off another register write to save some more
hselasky
2013-01-08
1
-12
/
+17
*
Optimise the XHCI interrupt handling.
hselasky
2013-01-07
1
-2
/
+6
*
- Add support for Etron EJ168 USB 3.0 Host Controllers.
hselasky
2012-12-01
2
-20
/
+52
*
Fix LOW and FULL speed USB INTERRUPT endpoint support for the
hselasky
2012-11-09
3
-41
/
+159
*
Allow using the embedded EHCI host controller in Freescale SoCs
marcel
2012-11-03
2
-6
/
+12
*
Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.
hselasky
2012-10-26
6
-21
/
+17
*
Make several timing parameters of the USB enumeration sequence tuneable.
hselasky
2012-10-24
3
-4
/
+4
*
Inherit USB mode from RootHUB port where the USB device is connected.
hselasky
2012-10-01
9
-36
/
+1
*
Correct NYET handling. Remove superfluous transfer complete interrupt mask.
hselasky
2012-09-28
1
-34
/
+23
*
Make sure the "wMaxPacketSize" limitations are respected.
hselasky
2012-09-27
1
-3
/
+28
*
Make sure we record NAK tokens in the TD structure for IN direction.
hselasky
2012-09-27
3
-63
/
+43
*
Make sure the DWC OTG host mode channels are given enough time to disable.
hselasky
2012-09-26
2
-1
/
+18
*
DWC OTG host mode improvements:
hselasky
2012-09-24
1
-3
/
+36
*
DWC OTG host mode improvements. Add support for the 3-strikes and you are
hselasky
2012-09-23
3
-458
/
+627
*
DWC OTG improvements. Implement full support for SPLIT transactions, in other
hselasky
2012-09-14
3
-208
/
+445
*
Fix TX FIFO sizes. Correct FIFO handling in Host mode.
hselasky
2012-09-12
2
-66
/
+84
*
Reduce DWC OTG polling rate by using the SOF interrupt.
hselasky
2012-09-12
2
-42
/
+75
*
Fix missing parts of DWC OTG host mode support. The host mode support
hselasky
2012-09-11
2
-193
/
+168
*
Poll VBUS status every second, hence the AT91 GPIO library doesn't support
hselasky
2012-09-10
2
-51
/
+15
*
Fix for IRQ hang in DWC OTG host mode.
hselasky
2012-09-10
1
-19
/
+27
*
Cleanup interrupt handling in Host Mode.
hselasky
2012-09-10
2
-45
/
+45
*
Implement missing USB suspend and resume support for DWC OTG driver.
hselasky
2012-09-09
1
-6
/
+60
*
Add support for DWC OTG.
hselasky
2012-09-09
1
-0
/
+3
*
Add support for host mode to the DWC OTG controller driver.
hselasky
2012-09-09
3
-193
/
+1174
*
Add more DWC OTG register definitions.
hselasky
2012-09-03
1
-3
/
+21
*
Preparations for adding USB HOST mode to the DWC OTG driver.
hselasky
2012-08-30
3
-506
/
+980
*
Add tunable for XHCI port routing.
hselasky
2012-08-23
3
-5
/
+19
*
Style.
hselasky
2012-08-21
1
-1
/
+1
*
Fix USB drivers for KB920X target.
hselasky
2012-08-21
2
-6
/
+26
*
Compile fix.
hselasky
2012-08-12
1
-1
/
+0
*
Add support for the so-called streams feature of BULK endpoints
hselasky
2012-08-12
8
-64
/
+157
*
Make this compile again. Also note that it is AT91RM9200+KB9202B
imp
2012-07-27
1
-2
/
+2
*
Minor style(9) nit.
imp
2012-07-27
1
-0
/
+1
*
For Intel Panther/Lynx Point USB 3.0 xHCI controllers enable SuperSpeed USB
mav
2012-07-17
2
-0
/
+14
*
Add IDs for some USB controllers I have around. Just a cosmetics.
mav
2012-07-02
3
-4
/
+25
*
Import EHCI attachment driver for Freescale integrated controller.
raj
2012-05-26
1
-0
/
+423
*
Make the VIA workaround application somewhat more consistent with the
marius
2012-05-26
1
-1
/
+2
*
Make the VIA workaround actually do its intended job.
marius
2012-05-26
1
-1
/
+1
*
Make sure the EHCI bandwidth allocation algorithm
hselasky
2012-05-03
1
-0
/
+18
*
Add support for Multi-TT mode of modern USB HUBs.
hselasky
2012-04-29
2
-38
/
+52
[next]