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
*
Fix compiler warnings, mostly signed issues,
hselasky
2012-04-02
59
-255
/
+242
*
Add definitions and structures for USB 2.0 Link Power Management, LPM.
hselasky
2012-04-02
3
-3
/
+69
*
Load the firmware during init not attach, as a root filesystem might
bschmidt
2012-03-21
1
-8
/
+8
*
Add new USB device IDs.
hselasky
2012-03-08
2
-0
/
+2
*
Fix for DWC OTG interrupt register programming.
hselasky
2012-03-05
3
-22
/
+44
*
Make sure that the USB system suspend event is executed synchronously
hselasky
2012-03-03
1
-2
/
+21
*
Style change: Expand redundant #if's. Remove a couple of empty lines.
hselasky
2012-03-01
1
-101
/
+12
*
Close a detach race. Make sure all pending
hselasky
2012-03-01
1
-2
/
+6
*
Add support for the MCS7832
kevlo
2012-02-28
3
-1
/
+6
*
Add new USB device ID.
hselasky
2012-02-14
2
-0
/
+2
*
Remove direct access to si_name.
ed
2012-02-10
1
-1
/
+1
*
Avoid to check the same cache line/variable from all the locking
attilio
2012-01-28
1
-0
/
+1
*
Add support for the DesignWare USB 2.0 OTG controller chipset.
hselasky
2012-01-21
3
-0
/
+3248
*
Add support for new USB device.
hselasky
2012-01-19
2
-2
/
+2
*
- Add ID for the BeagleBone FTDI serial over usb port.
stas
2012-01-16
2
-0
/
+2
*
Add support for more USB devices.
hselasky
2012-01-16
3
-0
/
+7
*
Export ttyname instead of ttyunit via the sysctl interface.
hselasky
2012-01-16
2
-11
/
+18
*
Export information about USB serial port unit and port numbers
hselasky
2012-01-16
2
-12
/
+42
*
BeagleBone uses an FTDI chip with
kientzle
2012-01-15
2
-0
/
+2
*
Convert files to UTF-8
uqs
2012-01-15
1
-1
/
+1
*
Improve support for USB 3.0 HUBs. In certain states we
hselasky
2012-01-13
2
-24
/
+64
*
Bugfix: Make sure the XHCI driver doesn't clear
hselasky
2012-01-13
1
-1
/
+1
*
Correct use of USB 3.0 POWER bit in the port status register,
hselasky
2012-01-13
2
-10
/
+18
*
- Try to fix support for USB 3.0 HUBs.
hselasky
2012-01-12
5
-20
/
+79
*
ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again
kevlo
2012-01-07
1
-1
/
+0
*
Make sure we probe and attach the root HUB after
hselasky
2012-01-02
1
-0
/
+8
*
Add missing change to XHCI driver similar to changes in r228483.
hselasky
2011-12-31
2
-19
/
+20
*
- Enable usbus on octusb
gonzo
2011-12-24
1
-0
/
+1
*
ukbd: adjust for SCHEDULER_STOPPED() and overhaul locking code
avg
2011-12-21
1
-227
/
+153
*
adapt usb transfer code for SCHEDULER_STOPPED
avg
2011-12-21
1
-3
/
+3
*
Fix for race against user-space applications trying to change the
hselasky
2011-12-21
1
-0
/
+9
*
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
*
Another axe(4), found in ASUS zenbook.
kevlo
2011-12-17
2
-0
/
+2
*
kern cons: introduce infrastructure for console grabbing by kernel
avg
2011-12-17
1
-0
/
+12
*
Fix some net80211 enum nits:
bschmidt
2011-12-17
7
-47
/
+47
*
Improve fix for random USB transfer time out.
hselasky
2011-12-14
1
-12
/
+13
*
Fix for random USB transfer time out.
hselasky
2011-12-14
1
-7
/
+11
*
Fix definition of XHCI port power bit.
hselasky
2011-12-14
1
-1
/
+1
*
Implement better support for USB controller suspend and resume.
hselasky
2011-12-14
32
-727
/
+674
*
Correct some bInterval USB template descriptor values.
hselasky
2011-12-06
4
-10
/
+10
*
Fix compile warning when using clang to compile the code.
hselasky
2011-12-06
1
-1
/
+1
*
Add quirk for Micron RealSSD eUSB failing on unsupported SCSI command
emaste
2011-12-03
2
-0
/
+5
*
Fix a compile warning with clang.
hselasky
2011-12-03
1
-1
/
+1
*
Fix checks for error return from urtw_alloc_rx_data_list() and
kevlo
2011-12-02
1
-2
/
+2
*
This commit marks the beginning of a new internal USB
hselasky
2011-11-28
1
-0
/
+114
*
Use DEVMETHOD_END.
marius
2011-11-23
1
-1
/
+1
*
Rename device_delete_all_children() into device_delete_children().
hselasky
2011-11-22
12
-12
/
+12
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
17
-66
/
+20
[next]