summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2018-05-01GC private 802.11 rateset declarations, use the standard ones.maya
2018-04-30add missing KERNEL_LOCK protection around autoconf calls.mlelstv
2018-04-30Remove set but not used sc_flags.maya
2018-04-27use the proper station nodeid read command.christos
2018-04-23enable code to only trigger usb processing when EINT is set, tojdolecek
2018-04-22merge duplicated code, back to logging error.christos
2018-04-22trigger the softint processing on that child bus which is not detached yetjdolecek
2018-04-21downgrade error to debug.christos
2018-04-21add KASSERT() that sc_child* is set to NULL after child detach; just forjdolecek
2018-04-20It was not gcc's fault for correctly detecting an uninitialized variable.christos
2018-04-20propagate pullup-782 for NetBSD-8 to HEAD (gcc uninitialized)christos
2018-04-19s/static inline/static __inline/g for consistency.christos
2018-04-18m_free -> m_freem, m_copyback could have added mbufs in the chainmaxv
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