index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
Age
Commit message (
Expand
)
Author
2018-02-20
Attach uftdi to each interface found in the device separately.
ws
2018-02-08
Typos.
dholland
2018-02-07
xhci.c: avoid unused variable in non-DIAGNOSTIC build
prlw1
2018-02-03
Fix non-DIAGNOSTIC build
skrll
2018-02-01
Replace ovbcopy -> memmove, same.
maxv
2018-02-01
Fix KASSERT panic. When detaching USB host controoler, the following panic
msaitoh
2018-02-01
Mark DVF_DETACH_SHUTDOWN to USB root HUB. This change makes USB host
msaitoh
2018-02-01
- Fix panic on shutdown reported by ozaki-r in PR kern/52961. Use callot_halt()
msaitoh
2018-01-30
Avoid panic while detaching xhci. The xhci driver has both sc_child and
msaitoh
2018-01-21
PR kern/52931 Kernel panics with Atheros usb wireless interface
skrll
2018-01-09
tidy up debugging (make it compile with the 'ALL' kernel)
christos
2017-12-26
Fix typo in a comment
khorben
2017-12-22
missing comma 🙄
jakllsch
2017-12-22
Add RT Systems RTS-03
jakllsch
2017-12-22
Add West Mountain Radio RIGblaster. From OpenBSD uslcom(4).
jakllsch
2017-12-22
regen
jakllsch
2017-12-22
Add West Mountain Radio IDs from OpenBSD
jakllsch
2017-12-22
Add RT Systems RTS-03 USB to Serial Adapter
jakllsch
2017-12-20
Fix the logic around TT Hub Slot ID, TT Port Number and Multi-TT in
skrll
2017-12-19
Trailing whitespace
skrll
2017-12-19
Add missing if_free() in the detach path.
msaitoh
2017-12-18
Whitespace
skrll
2017-12-18
Use lowercase for hex constant. NFC.
skrll
2017-12-18
ukbd_cngetc: poll once for data in the buffer, otherwise return type 0 (no data)
jmcneill
2017-12-10
Use USB_DEBUG, not XHCI_DEBUG to protect `dci', DPRINTFN() always uses it.
hannken
2017-12-10
Factor out bus-independant HID code so that it can be shared by USB, bluetooth
bouyer
2017-12-09
adjust for hexdump signature
christos
2017-12-08
coalesce the two copies of hexdump into libkern
christos
2017-12-08
Be more defensive towards malicious USB devices
khorben
2017-12-07
PR/52791: Robert Sprowson: avoid duplicate tests (use accessor variables)
christos
2017-11-28
Some USB3 support from nick-nhusb
skrll
2017-11-17
PR/52702 Malicious USB devices attaching as urtwn(4) can corrupt kernel memory
skrll
2017-11-17
Use a #define instead of a magic number
skrll
2017-11-17
Trailing whitespace
skrll
2017-11-17
s/PR_NOWAIT/PR_WAITOK/ in HCD allocx (allocate xfer) method
skrll
2017-11-16
don't lock if we are polling because we are already holding a spin lock
christos
2017-11-09
Wait 1ms first. Existing Intel xHCI requies 1ms delay to prevent system hang
msaitoh
2017-10-31
Also attach the RTL8192EU from TP-LINK
khorben
2017-10-31
Re-generate
khorben
2017-10-31
Add the TP-LINK TL-WN823N (version 2)
khorben
2017-10-28
And yet another one. :(
pgoyette
2017-10-28
Misssed one cast of pointer --> uintptr_t in previous kernhist(9) commit
pgoyette
2017-10-28
Update format to report sC
skrll
2017-10-28
Update the kernhist(9) kernel history code to address issues identified
pgoyette
2017-10-25
Use C99 initializer for filterops
maya
2017-10-23
If if_initialize() failed in the attach function, return.
msaitoh
2017-10-22
KNF
skrll
2017-10-21
Pass WME access classification to bcdc header
jmcneill
2017-10-21
Initialize all fields in bcdc header.
jmcneill
2017-10-20
move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init()
jdolecek
[next]