| Age | Commit message (Expand) | Author |
| 2019-12-01 | localify | maxv |
| 2019-09-22 | Purge an ancient email address, use dsainty@NetBSD.org instead | dsainty |
| 2019-05-05 | remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.h | mrg |
| 2018-04-18 | m_free -> m_freem, m_copyback could have added mbufs in the chain | maxv |
| 2018-01-21 | PR kern/52931 Kernel panics with Atheros usb wireless interface | skrll |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2017-03-05 | match MacBookPro 9,2 bluetooth controller | snj |
| 2016-11-25 | +#include "opt_usb.h" | skrll |
| 2016-07-14 | KNF. No functional change. | msaitoh |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2016-04-23 | Merge nick-nhusb | skrll |
| 2016-02-17 | extend the match function, to match devices from a selection of | plunky |
| 2016-02-17 | Match various Apple USB Bluetooth controllers. | riastradh |
| 2014-05-20 | netbt: rename some attach/detach functions to have _pcb suffix, so | rmind |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2012-10-06 | recognize apple bluetooth adapter in MacBook Air. (Ryo Onodera) | christos |
| 2012-06-02 | Add some pre-processor magic to verify that the type of the data item | dsl |
| 2012-04-24 | PR/46338: Nat Sloss: Prevent ubt synchronization loss from overwriting memory. | christos |
| 2012-04-05 | no need to device_pmf_is_registered() before unregister | plunky |
| 2012-03-06 | pull down from usbmp branch: | mrg |
| 2012-01-23 | make sure kernel lock is held when changing isoc configuration | plunky |
| 2012-01-14 | don't behave differently when DIAGNOSTIC is defined | plunky |
| 2011-12-23 | Revert previous due to active usbmp branch(es). | jakllsch |
| 2011-12-22 | Adjust-away inconsistent and trailing whitespace. | jakllsch |
| 2011-03-16 | use C99 style for variadic macro arguments | plunky |
| 2010-11-03 | Stop using the compatibility macros USB_ATTACH(), USB_DETACH(), | dyoung |
| 2009-12-06 | Simplify device-activation hooks. | dyoung |
| 2009-09-23 | fix up USB drivers printing of autoconf information | plunky |
| 2009-08-30 | (perhaps) fix a long standing issue that I came across recently. If | plunky |
| 2008-07-28 | Don't pmf_device_deregister() if it was not registered, which happens | drochner |
| 2008-07-26 | remove comment that is no longer true | plunky |
| 2008-07-16 | Don't ignore poor retarded ubt(4) devices which have vendor and product id | tonnerre |
| 2008-05-24 | Split device_t and softc for all USB device drivers, and related cosmetic | cube |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-12-16 | add null pmf handlers. | christos |
| 2007-11-28 | Clean up the way that bluetooth drivers attach to the bluetooth stack, | plunky |
| 2007-11-11 | convert device printf() usages to aprint_xxxx() | plunky |
| 2007-11-10 | use more device_t and device_xxx() accessors | plunky |
| 2007-10-02 | fix typo : -> ; | plunky |
| 2007-10-02 | clean up activate function | plunky |
| 2007-03-13 | Introduce different autoconf interface attributes for USB drivers | drochner |
| 2007-03-12 | match against the whole device, since we take more than one interface. | plunky |
| 2006-12-21 | merge yamt-splraiseipl branch. | yamt |
| 2006-12-01 | don't specify the interrupt pipe polling interval explicitely; just rely | drochner |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-19 | explicitly disallow changing the config # when the device is enabled. | plunky |
| 2006-09-19 | return errno instead of usbd status | plunky |
| 2006-08-30 | It seems that EHCI at least will complete a empty transfer with | plunky |
| 2006-08-19 | The ubtbcmfw(4) driver fails to compile, as noted by PR kern/34219. | plunky |