summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2018-04-09Stop potential misuse of vendor names and USB vendor IDs in root hubjakllsch
2018-04-09Use ostype from <sys/systm.h> instead of a literal "NetBSD" for thejakllsch
2018-04-08Remove MOTG_ALLWINNER optionjmcneill
2018-04-02re-generatejakllsch
2018-04-02Add Linux Foundation vendor ID, and their root hub device IDs.jakllsch
2018-04-01Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)ryo
2018-03-25Add extra newline for normal message from uts(4)ryoon
2018-03-17regenjdolecek
2018-03-17add LAN78xx family (Raspberry Pi 3B+) entries - PR kern/53105jdolecek
2018-03-05Fix last:ws
2018-02-20Attach uftdi to each interface found in the device separately.ws
2018-02-08Typos.dholland
2018-02-07xhci.c: avoid unused variable in non-DIAGNOSTIC buildprlw1
2018-02-03Fix non-DIAGNOSTIC buildskrll
2018-02-01Replace ovbcopy -> memmove, same.maxv
2018-02-01 Fix KASSERT panic. When detaching USB host controoler, the following panicmsaitoh
2018-02-01 Mark DVF_DETACH_SHUTDOWN to USB root HUB. This change makes USB hostmsaitoh
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 andmsaitoh
2018-01-21PR kern/52931 Kernel panics with Atheros usb wireless interfaceskrll
2018-01-09tidy up debugging (make it compile with the 'ALL' kernel)christos
2017-12-26Fix typo in a commentkhorben
2017-12-22missing comma 🙄jakllsch
2017-12-22Add RT Systems RTS-03jakllsch
2017-12-22Add West Mountain Radio RIGblaster. From OpenBSD uslcom(4).jakllsch
2017-12-22regenjakllsch
2017-12-22Add West Mountain Radio IDs from OpenBSDjakllsch
2017-12-22Add RT Systems RTS-03 USB to Serial Adapterjakllsch
2017-12-20Fix the logic around TT Hub Slot ID, TT Port Number and Multi-TT inskrll
2017-12-19Trailing whitespaceskrll
2017-12-19 Add missing if_free() in the detach path.msaitoh
2017-12-18Whitespaceskrll
2017-12-18Use lowercase for hex constant. NFC.skrll
2017-12-18ukbd_cngetc: poll once for data in the buffer, otherwise return type 0 (no data)jmcneill
2017-12-10Use USB_DEBUG, not XHCI_DEBUG to protect `dci', DPRINTFN() always uses it.hannken
2017-12-10Factor out bus-independant HID code so that it can be shared by USB, bluetoothbouyer
2017-12-09adjust for hexdump signaturechristos
2017-12-08coalesce the two copies of hexdump into libkernchristos
2017-12-08Be more defensive towards malicious USB deviceskhorben
2017-12-07PR/52791: Robert Sprowson: avoid duplicate tests (use accessor variables)christos
2017-11-28Some USB3 support from nick-nhusbskrll
2017-11-17PR/52702 Malicious USB devices attaching as urtwn(4) can corrupt kernel memoryskrll
2017-11-17Use a #define instead of a magic numberskrll
2017-11-17Trailing whitespaceskrll
2017-11-17s/PR_NOWAIT/PR_WAITOK/ in HCD allocx (allocate xfer) methodskrll
2017-11-16don't lock if we are polling because we are already holding a spin lockchristos
2017-11-09 Wait 1ms first. Existing Intel xHCI requies 1ms delay to prevent system hangmsaitoh
2017-10-31Also attach the RTL8192EU from TP-LINKkhorben
2017-10-31Re-generatekhorben
2017-10-31Add the TP-LINK TL-WN823N (version 2)khorben