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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make several timing parameters of the USB enumeration sequence tuneable.
hselasky
2012-10-24
8
-106
/
+195
*
remove duplicate semicolons where possible.
eadler
2012-10-22
1
-1
/
+1
*
Make uhid attach to devices that look like keyboards
eadler
2012-10-22
1
-3
/
+4
*
Add support for iPhone 5 tethering.
eadler
2012-10-21
2
-0
/
+4
*
Make the "struct if_clone" opaque to users of the cloning API. Users
glebius
2012-10-16
1
-13
/
+11
*
Implement modem control in u3g. Tested on Option GTM382W, Huawei E220,
n_hibma
2012-10-14
1
-4
/
+173
*
Add support for the extrememory Snippy
eadler
2012-10-14
2
-0
/
+3
*
Add support for Feiya Elango USB MicroSD
eadler
2012-10-14
2
-0
/
+2
*
Add support for the Buffalo RUF2 flash drive.
eadler
2012-10-14
2
-0
/
+4
*
- Remove ancient checks for sim->softc == NULL. It can't be NULL, as it is
mav
2012-10-10
1
-57
/
+3
*
Revert previous commit...
kevlo
2012-10-10
1
-1
/
+1
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-1
/
+1
*
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
10
-37
/
+5
*
If devclass_get_devices(9) returns success but a count of 0,
kevlo
2012-09-29
1
-0
/
+1
*
Make sure we don't leak a mbuf in a fail case.
hselasky
2012-09-28
1
-2
/
+5
*
Remove some trailing bytes which are not part of the ethernet packet.
hselasky
2012-09-28
1
-1
/
+3
*
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
*
Correct driver name.
hselasky
2012-09-23
1
-1
/
+1
*
Apply some more casting.
hselasky
2012-09-22
1
-5
/
+5
*
Apply correct casting.
hselasky
2012-09-22
1
-2
/
+2
*
Fix typo.
hselasky
2012-09-20
1
-1
/
+1
*
Fix typo: s/protocl/protocol
kevlo
2012-09-20
1
-1
/
+1
*
Add entries for two USB devices I have locally.
gavin
2012-09-18
1
-0
/
+5
*
Add UQ_UMS_IGNORE quirk.
hselasky
2012-09-17
3
-2
/
+10
*
Remove unused variable cd.
kevlo
2012-09-17
1
-2
/
+0
*
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
*
Restart the USB transfer if the error is not USB_ERR_CANCELLED.
kevlo
2012-09-12
1
-7
/
+0
*
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
*
Support another uchcom(4) device.
gavin
2012-09-04
2
-0
/
+2
*
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
*
Add new USB device ID.
hselasky
2012-08-22
2
-0
/
+2
*
Style.
hselasky
2012-08-21
1
-1
/
+1
*
Fix USB drivers for KB920X target.
hselasky
2012-08-21
2
-6
/
+26
[next]