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
*
Add the device ID for a new flavor of FTDI serial adapter (model 232EX).
ian
2013-09-01
2
-0
/
+2
*
Sync USB bluetooth product list with Linux.
hselasky
2013-08-31
1
-0
/
+2
*
Bugfix: The endpoint profile should only be checked in device mode when
hselasky
2013-08-25
2
-15
/
+17
*
Force keyboards which don't have the required
hselasky
2013-08-20
1
-2
/
+6
*
Fix some USB controller names according to pciconf output.
hselasky
2013-08-17
2
-1
/
+3
*
Bring datasheet URL up to date.
kevlo
2013-08-16
1
-1
/
+1
*
- Try to fix build of 32-bit compatibility USB support for FreeBSD and
hselasky
2013-08-12
4
-24
/
+32
*
Correct an EHCI register write.
hselasky
2013-08-12
1
-1
/
+1
*
Cleanup the allocations when the attachment fails.
rpaulo
2013-07-31
1
-5
/
+8
*
Unbreak sparc64 LINT. Need to fix this correctly at some point in the future.
rpaulo
2013-07-30
1
-6
/
+6
*
Import OpenBSD's rsu(4) WLAN driver.
rpaulo
2013-07-30
2
-0
/
+3263
*
Fix alignment of USB WLAN radiotap headers. This makes USB WLAN adapters
hselasky
2013-07-29
8
-16
/
+16
*
Assume that all Apple products using interface class 255, subclass 253
hselasky
2013-07-26
1
-0
/
+8
*
per style(9):
obrien
2013-07-24
4
-12
/
+12
*
Add some USB gadget example drivers for USB audio, USB keyboard,
hselasky
2013-07-22
8
-0
/
+2174
*
Fix an XHCI regression:
hselasky
2013-07-21
1
-11
/
+9
*
There's nothing to free if the unit wasn't allocated.
np
2013-07-19
1
-1
/
+0
*
Add a tunable to force disable MSI use for xhci(4).
kib
2013-07-16
1
-7
/
+12
*
Revert r252725 as it breaks WPA.
rpaulo
2013-07-14
7
-42
/
+0
*
Allow regular off-the-shelf keyboards to be overclocked like so-called
hselasky
2013-07-13
1
-3
/
+22
*
Adding urtwn(4) firmware and related changes.
hiren
2013-07-10
1
-1
/
+0
*
Use MSI for xhci(4), if supported.
kib
2013-07-09
2
-6
/
+19
*
- Add initial host mode support for Mentor Graphics USB OTG controller
gonzo
2013-07-07
3
-104
/
+1568
*
Set ic_cryptocaps to make sure wpa_supplicant works with WEP.
rpaulo
2013-07-04
7
-0
/
+42
*
Add Planex MZK-UE150N.
hrs
2013-07-02
2
-0
/
+2
*
Add RealTek 8192SU product IDs.
rpaulo
2013-07-02
1
-1
/
+38
*
Fix a typo.
rpaulo
2013-06-30
1
-1
/
+1
*
Fix the RSSI calculation.
rpaulo
2013-06-30
1
-0
/
+6
*
Fix the ni_txrate calculation.
rpaulo
2013-06-30
1
-1
/
+1
*
Fix a reference count bug in urtwn_ra_init().
rpaulo
2013-06-30
1
-0
/
+4
*
Add support for the NTT Docomo L-02C card.
remko
2013-06-27
1
-0
/
+2
*
Add support for the NTT Docomo L-02C card.
remko
2013-06-27
1
-0
/
+1
*
Add support for D-Link DWA-131.
kevlo
2013-06-25
2
-0
/
+2
*
Add Lenovo USB 2.0 Ethernet adapter.
yongari
2013-06-25
2
-0
/
+5
*
When RX checksum offloading is active, AX88772B will prepend a
yongari
2013-06-24
1
-6
/
+5
*
Revert previous change to uark.c (restore previous rev), which was
thomas
2013-06-23
1
-20
/
+1
*
Fix minor typo in comment
thomas
2013-06-23
2
-2
/
+21
*
- Use the consistenly PHY-specific reset routine PHY_RESET() rather than
kevlo
2013-06-14
5
-22
/
+18
*
Remove unused variable sc_tx_bufsz.
kevlo
2013-06-13
2
-5
/
+0
*
Fix a typo: s/KLSI/CATC/
kevlo
2013-06-13
1
-1
/
+1
*
Use STRUCT_USB_HOST_ID to make sure we have the right ELF section.
rpaulo
2013-06-10
1
-1
/
+1
*
Import Kevin Lo's port of urtwn(4) from OpenBSD. urtwn(4) is a driver for the
rpaulo
2013-06-08
3
-0
/
+4976
*
Fix some recent regression issues:
hselasky
2013-06-07
1
-47
/
+55
*
Add support for polling the XHCI interrupt handler when
hselasky
2013-06-07
3
-15
/
+49
*
Fixing a typo.
hiren
2013-06-03
1
-1
/
+1
*
Correct the TD size computation. npkt should reflect the number of packets
hselasky
2013-06-02
1
-2
/
+6
*
Correct TRB type for multi TRB transfers of non-NORMAL type, like isochronous.
hselasky
2013-06-02
1
-6
/
+14
*
Use the correct constant for 8000 IRQ/s.
hselasky
2013-06-02
1
-1
/
+1
*
Block event interrupts when we don't need it as soon as possible.
hselasky
2013-06-02
1
-9
/
+24
*
Don't set the start ISOC ASAP bit for non-isochronous TRBs.
hselasky
2013-06-02
1
-5
/
+8
[next]