| Age | Commit message (Expand) | Author |
| 2020-03-01 | Pull up following revision(s) (requested by riastradh in ticket #744): | martin |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-08-09 | pull across abort fixes from nick-nhusb. add more abort fixes, using | mrg |
| 2018-06-29 | Detect USB 3.1. | msaitoh |
| 2018-04-19 | s/static inline/static __inline/g for consistency. | christos |
| 2017-01-19 | Pull across xhci(4) improvemnts from nick-nhusb | skrll |
| 2016-04-23 | Merge nick-nhusb | skrll |
| 2016-02-16 | Re-enable the TT support that existed previously. | skrll |
| 2016-01-06 | Get the iManufacturer, iProduct, and iSerialNumber strings before probing | skrll |
| 2015-08-23 | Expose usbd_xfer_isread | skrll |
| 2014-09-06 | Trailing whitespace. | skrll |
| 2014-08-12 | Some USB3 / SS support - baby steps. From Takahiro HAYASHI. | skrll |
| 2013-10-03 | Update a comment. Thanks mrg@ | skrll |
| 2013-10-03 | Simply the code now that all (real) HCDs provide a get_lock method. | skrll |
| 2013-09-14 | Add work-in-progress xhci(4) driver code. Currently (mostly) supports | jakllsch |
| 2013-09-07 | Some lock comments. | skrll |
| 2013-03-24 | Add || defined(OHCI_DEBUG) to pick up usbd_dump_pipe | skrll |
| 2013-01-23 | Whitespace | skrll |
| 2013-01-22 | - Add a USBD_MPSAFE flag to usbd_open_pipe. If not set, acquire KERNEL_LOCK | jmcneill |
| 2013-01-08 | Fix the IPL level of the HC lock in a comment. | skrll |
| 2012-08-11 | minor correction to some comments. | mrg |
| 2012-07-15 | commit my workaround for PR 46648 for now, as the more involved | mrg |
| 2012-06-10 | merge the jmcneill-usbmp branch. many thanks to jared for the | mrg |
| 2012-03-11 | minor cleanups from usbmp: | mrg |
| 2012-03-11 | pull down from usbmp branch: | mrg |
| 2012-03-06 | pull down from usbmp branch: | mrg |
| 2011-05-27 | remember the data toggle bit per (bulk) endpoint rather than per | drochner |
| 2010-12-20 | usbd_dump_*() functions are also needed when just EHCI_DEBUG is defined, | phx |
| 2009-11-12 | Re-order operations in usb_detach() so that if a usb(4) instance's | dyoung |
| 2009-11-12 | Indent. | uebayasi |
| 2009-09-04 | Expand <dev/usb/usb_port.h> definitions, and lightly unifdef(1). | dyoung |
| 2008-08-18 | Implement uhub_rescan(). After this change, "modload uaudio.kmod" | kent |
| 2008-07-28 | -in usbd_probe_and_attach(), split out the code for per-device and | drochner |
| 2008-05-26 | some cleanup: | drochner |
| 2008-05-25 | -make the list of USB child devices a (possibly sparse) array rather | drochner |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-28 | split device/softc for USB host controllers and the usb (control) | drochner |
| 2008-02-18 | Use device_t and its accessor functions. | dyoung |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-02-26 | allow the bus/pipes methods tables to be const | drochner |
| 2006-12-01 | -comment out transaction translator support for now, it doesn't do more | drochner |
| 2006-10-24 | clean up the USB attachment stuff a bit: use a dedicated interface | drochner |
| 2005-12-27 | changes for making DIAGNOSTIC not change the kernel ABI: | chs |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-04-30 | Fix a race condition in xfer abort. Derived from a FreeBSD patch. | augustss |
| 2005-01-24 | Implementation requirements of usb_needs_reattach(), from OpenBSD and required | joff |
| 2004-10-23 | Keep track of what high speed port (if any) a device belongs to so we can | augustss |
| 2004-04-23 | use bounded string ops (snprintf, strl*) | itojun |
| 2002-07-11 | Get rid of trailing white space. | augustss |