| Age | Commit message (Expand) | Author |
| 2018-06-06 | Remove duplicate ; | maya |
| 2018-06-05 | regen | martin |
| 2018-06-05 | Add missing vendor ZORAN | martin |
| 2018-06-05 | usbdevs: regen generated files | eadler |
| 2018-06-05 | usbdevs: misc updates from FreeBSD | eadler |
| 2018-06-03 | Constify atu_devs[] so that it lands in .rodata (600 bytes). | maxv |
| 2018-06-02 | regen | sevan |
| 2018-06-02 | Apple Bluetooth adapter, as found on the G4 PowerBook FW-800 (PowerBook5,2) | sevan |
| 2018-06-01 | Fix support for 8192eu, notably TPLINK TL-WN823NV2, by using the right | nat |
| 2018-06-01 | Add another register as found on 8192eu. | nat |
| 2018-05-14 | With the hope it fixes PR #52911, be extra paranoid about assuring the | jakllsch |
| 2018-05-11 | Fix off-by-one in rx packet processing | jmcneill |
| 2018-05-11 | sync with openbsd bwfm to some extent. | maya |
| 2018-05-02 | "Root Hub" -> "root hub" for consistency with other HC drivers | jmcneill |
| 2018-05-01 | GC private 802.11 rateset declarations, use the standard ones. | maya |
| 2018-04-30 | add missing KERNEL_LOCK protection around autoconf calls. | mlelstv |
| 2018-04-30 | Remove set but not used sc_flags. | maya |
| 2018-04-27 | use the proper station nodeid read command. | christos |
| 2018-04-23 | enable code to only trigger usb processing when EINT is set, to | jdolecek |
| 2018-04-22 | merge duplicated code, back to logging error. | christos |
| 2018-04-22 | trigger the softint processing on that child bus which is not detached yet | jdolecek |
| 2018-04-21 | downgrade error to debug. | christos |
| 2018-04-21 | add KASSERT() that sc_child* is set to NULL after child detach; just for | jdolecek |
| 2018-04-20 | It was not gcc's fault for correctly detecting an uninitialized variable. | christos |
| 2018-04-20 | propagate pullup-782 for NetBSD-8 to HEAD (gcc uninitialized) | christos |
| 2018-04-19 | s/static inline/static __inline/g for consistency. | christos |
| 2018-04-18 | m_free -> m_freem, m_copyback could have added mbufs in the chain | maxv |
| 2018-04-09 | Stop potential misuse of vendor names and USB vendor IDs in root hub | jakllsch |
| 2018-04-09 | Use ostype from <sys/systm.h> instead of a literal "NetBSD" for the | jakllsch |
| 2018-04-08 | Remove MOTG_ALLWINNER option | jmcneill |
| 2018-04-02 | re-generate | jakllsch |
| 2018-04-02 | Add Linux Foundation vendor ID, and their root hub device IDs. | jakllsch |
| 2018-04-01 | Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@) | ryo |
| 2018-03-25 | Add extra newline for normal message from uts(4) | ryoon |
| 2018-03-17 | regen | jdolecek |
| 2018-03-17 | add LAN78xx family (Raspberry Pi 3B+) entries - PR kern/53105 | jdolecek |
| 2018-03-05 | Fix last: | ws |
| 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 |