| Age | Commit message (Expand) | Author |
| 2014-02-17 | Re-establish the default pipe after the initial reading of the device | skrll |
| 2013-12-16 | Backout the ED/QH change removal in [eo]hci_device_request. | skrll |
| 2013-12-15 | mark variable usage, fix non DIAGNOSTIC non DEBUG build | para |
| 2013-12-15 | Now that usbd_new_device has been fixed there is no need to touch QHs/EDs | skrll |
| 2013-12-01 | In ehci_check_qh_intr don't treat a short control transfer as done if the | skrll |
| 2013-12-01 | Adjust KASSERT in device_ctrl_done to polling case. | skrll |
| 2013-11-26 | Improve DEBUG message. | skrll |
| 2013-11-25 | Improve DEBUG output. | skrll |
| 2013-11-23 | Simplify debug/DIAGNOSTIC code. | skrll |
| 2013-11-23 | Whitespace in DIAGNOSTIC code. | skrll |
| 2013-11-04 | mark a variable __diagused | christos |
| 2013-11-01 | Style. | skrll |
| 2013-10-28 | Add an explicit initialization of .new_device = NULL | matt |
| 2013-09-12 | Remove unused variables | martin |
| 2013-09-07 | add KASSERT to make sure softints are not NULL | matt |
| 2013-09-07 | Typo. | skrll |
| 2013-08-25 | Use UE_GET_XFERTYPE. No functional change. | skrll |
| 2013-08-21 | swap positions of ehci_root_ctrl_done and ehci_root_intr_done so that they | jakllsch |
| 2013-06-25 | Change "translater" to "translator" in comment. | jakllsch |
| 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-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-15 | fix the fix of the fix of the format string. | christos |
| 2013-01-15 | Fix a debug printf format. | mbalmer |
| 2013-01-15 | fix printf formats | christos |
| 2013-01-15 | don't use kprintf() directly, it does not lock so it just garbles the output. | christos |
| 2013-01-09 | Remove unused length member of ctrl xfer in struct ehci_pipe | skrll |
| 2013-01-07 | Allow USB memory allocation by multiple segments in scatter/gather lists | prlw1 |
| 2013-01-05 | fix debug variables. | christos |
| 2013-01-05 | - need opt_usb.h if depending on USB_DEBUG | christos |
| 2013-01-02 | KNF a comment. | skrll |
| 2012-11-04 | Fix ETTF PSPD definitions and enable the ETTF PORTSC detection. | matt |
| 2012-06-22 | fix locking for isoc transfers, as reported (and the fix tested) by prlw1. | mrg |
| 2012-06-19 | Typos in comments. | skrll |
| 2012-06-10 | merge the jmcneill-usbmp branch. many thanks to jared for the | mrg |
| 2012-03-17 | Always check index against array bound; keep only the printf under | bouyer |
| 2012-03-15 | Do not read array before detecting array overflow, found by gcc -O3 | bouyer |
| 2012-03-11 | pull down from usbmp branch: | 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-07-01 | use an unsigned type for unsigned calcations. avoid GCC 4.5 warnings. | mrg |
| 2011-06-30 | dependant -> dependent | wiz |
| 2011-06-10 | ehci_set_qh_qtd: terminate alternate next qTD pointer with EHCI_NULL, not 0 | jmcneill |
| 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 |