| Age | Commit message (Expand) | Author |
| 2013-12-01 | Adjust KASSERT in device_ctrl_done to polling case. | skrll |
| 2013-10-28 | Add an explicit initialization of .new_device = NULL | matt |
| 2013-09-29 | Really dump all by calling uhci_dump_qhs and not uhci_dump_qh | skrll |
| 2013-09-14 | Put UREAD4 under UHCI_DEBUG | joerg |
| 2013-09-08 | Add sc->sc_bus.use_polling || to a couple of KASSERTs | skrll |
| 2013-09-07 | Deal with control transfers better by | skrll |
| 2013-04-04 | Don't take the bus lock in usbd_transfer_complete when polling. | skrll |
| 2013-02-01 | Call usb_syncmem() against descriptors more strictly. | tsutsui |
| 2013-01-30 | Add missed byteswap ops for BE machines in block added in rev 1.223. | tsutsui |
| 2013-01-29 | correct previous. assign the sc, and move the destroy later where it is safe | christos |
| 2013-01-29 | use a pool instead of a linked list to avoid synchronization problems. | christos |
| 2013-01-22 | - Add a USBD_MPSAFE flag to usbd_open_pipe. If not set, acquire KERNEL_LOCK | jmcneill |
| 2013-01-05 | fix debug variables. | christos |
| 2013-01-05 | - need opt_usb.h if depending on USB_DEBUG | christos |
| 2012-06-24 | stopgap fix for recursive locking on suspend/resume | drochner |
| 2012-06-10 | merge the jmcneill-usbmp branch. many thanks to jared for the | mrg |
| 2012-03-11 | pull down from usbmp branch: | mrg |
| 2012-03-10 | remove checks against "!curproc". | mrg |
| 2012-03-06 | pull down from usbmp branch: | mrg |
| 2012-03-06 | pull down from usbmp: | mrg |
| 2012-03-06 | pull down from usbmp branch: | mrg |
| 2011-12-23 | Revert previous due to active usbmp branch(es). | jakllsch |
| 2011-12-22 | Adjust-away inconsistent and trailing whitespace. | jakllsch |
| 2011-08-07 | Make uhci_find_prev_qh() always 'static inline', just 'inline" leads to trouble. | jakllsch |
| 2011-06-09 | Move EHCI_DEBUG, OHCI_DEBUG, UHCI_DEBUG, USB_DEBUG, UHUB_DEBUG to opt_usb.h | matt |
| 2011-05-28 | Revert changes for PR kern/44907 | tsutsui |
| 2011-05-27 | Apply patch in PR kern/44907 (crash due to race in ehci.c): | tsutsui |
| 2011-05-27 | remember the data toggle bit per (bulk) endpoint rather than per | drochner |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-11-03 | Stop using the compatibility macros USB_ATTACH(), USB_DETACH(), | dyoung |
| 2010-06-29 | Do not process the abnormality system procedure, when Run/Stop=0 and | msaitoh |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-11-12 | Simplify activation hook. (sc_dying must die!) | dyoung |
| 2009-11-01 | Update referencial URLs. | uebayasi |
| 2009-05-02 | Correct previous: detaching uhubN makes the bus pointer NULL | martin |
| 2009-05-02 | If we are unlucky, during detach of child devices, after a uhub has detached, | martin |
| 2009-04-19 | In this case "XXX free other data structures XXX" includes stopping and | ad |
| 2009-03-06 | Make it safe to call uhci_init() from a kernel thread with interrupts | bouyer |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-06-28 | Add appropriate bus_dmamap_sync() calls to uhci(4), ohci(4) and ehci(4), | bouyer |
| 2008-06-16 | fix selective port resume signaling (not used in normal operation, | drochner |
| 2008-06-06 | uhci_device_intr_done: when re-queueing, pass pipe direction to | jmcneill |
| 2008-06-02 | Fix probable cut-n-paste error: make the virtual QH link match the physical | bouyer |
| 2008-06-02 | Set sc_suspend properly so we can avoid a potential HCH on resume. | jmcneill |
| 2008-05-21 | fix argument to usb_setup_reserve() (called from USB host adapter drivers) | 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-22 | Add a method to detach child. | dyoung |
| 2008-02-13 | Patch from Jared McNeill to prevent USB interrupt storms on resume on | smb |