summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2018-06-06Remove duplicate ;maya
2018-06-05regenmartin
2018-06-05Add missing vendor ZORANmartin
2018-06-05usbdevs: regen generated fileseadler
2018-06-05usbdevs: misc updates from FreeBSDeadler
2018-06-03Constify atu_devs[] so that it lands in .rodata (600 bytes).maxv
2018-06-02regensevan
2018-06-02Apple Bluetooth adapter, as found on the G4 PowerBook FW-800 (PowerBook5,2)sevan
2018-06-01Fix support for 8192eu, notably TPLINK TL-WN823NV2, by using the rightnat
2018-06-01Add another register as found on 8192eu.nat
2018-05-14With the hope it fixes PR #52911, be extra paranoid about assuring thejakllsch
2018-05-11Fix off-by-one in rx packet processingjmcneill
2018-05-11sync with openbsd bwfm to some extent.maya
2018-05-02"Root Hub" -> "root hub" for consistency with other HC driversjmcneill
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