| Age | Commit message (Expand) | Author |
| 2014-02-17 | Re-establish the default pipe after the initial reading of the device | skrll |
| 2013-10-03 | Simply the code now that all (real) HCDs provide a get_lock method. | skrll |
| 2013-09-26 | Remove usbd_do_request_async. It's callback was calling usbd_free_xfer | skrll |
| 2013-09-14 | Add work-in-progress xhci(4) driver code. Currently (mostly) supports | jakllsch |
| 2013-09-07 | Reload the full device descriptor after re-establishing the default pipe | skrll |
| 2013-08-21 | Use NULL instead of 0 as appropriate. | jakllsch |
| 2013-03-20 | Only set wMaxPacketSize to 64 for HS/FS and set to 8 for LS to be within | skrll |
| 2013-01-22 | default pipe is mpsafe, deal with it | jmcneill |
| 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 |
| 2013-01-02 | Use NULL not 0 for pointer assignment. | skrll |
| 2012-12-11 | DPRINTF improvement - print the address of the pipe we return not where | skrll |
| 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-05-22 | Include opt_usb.h for USB_DEBUG. | martin |
| 2011-06-09 | Move EHCI_DEBUG, OHCI_DEBUG, UHCI_DEBUG, USB_DEBUG, UHUB_DEBUG to opt_usb.h | matt |
| 2011-05-27 | remember the data toggle bit per (bulk) endpoint rather than per | drochner |
| 2011-03-20 | Move MALLOC_DEFINE()s from usb_mem.c to usb_subr.c. | tsutsui |
| 2010-11-03 | Stop using the compatibility macros USB_ATTACH(), USB_DETACH(), | dyoung |
| 2010-08-21 | Update the various xxx_verbose modules to conform to the module subsystem's | pgoyette |
| 2010-08-07 | Pass the lengths of the buffers and use bound string functions where easy | christos |
| 2010-07-27 | do a port reset between initial device descriptor fetch and | drochner |
| 2010-07-25 | Move setting of the usb_verbose_loaded flag into the module's init routine. | pgoyette |
| 2010-07-20 | another iteration in the eternal device enumeration struggle: | drochner |
| 2010-06-06 | Update usbverbose module to use module_autoload() rather than module_load(). | pgoyette |
| 2010-05-29 | unload usbverbose, not pciverbose | cegger |
| 2010-05-29 | Extract USBVERBOSE into a kernel module. The module can be builtin | pgoyette |
| 2010-04-25 | Fix for PR#42572. I was running with this patch for several month without | matthias |
| 2009-11-12 | Re-order operations in usb_detach() so that if a usb(4) instance's | dyoung |
| 2009-11-12 | Style. | uebayasi |
| 2009-11-11 | be a little more verbose in DIAGNOSTIC printf | pooka |
| 2009-09-03 | Expand some of the portability macros from sys/dev/usb/usb_port.h. | dyoung |
| 2009-08-16 | If we are attaching a high speed device, request a full size descriptor | martin |
| 2008-08-18 | Implement uhub_rescan(). After this change, "modload uaudio.kmod" | kent |
| 2008-08-12 | fix an inconsistency in a check for invalid configuration index vs. value; | drochner |
| 2008-07-28 | -in usbd_probe_and_attach(), split out the code for per-device and | drochner |
| 2008-06-22 | PR 39023: usbd_new_device: do not set address early, from FreeBSD. | jmcneill |
| 2008-06-06 | oops, forgot to pass locators when I simplified the autoconf code | drochner |
| 2008-05-27 | kill USB_DO_ATTACH | drochner |
| 2008-05-26 | some cleanup: | drochner |
| 2008-05-25 | -make the list of USB child devices a (possibly sparse) array rather | drochner |
| 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 |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 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-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-06-30 | Fix typo that prevents port reset after several retries. | mlelstv |
| 2007-05-20 | Retry set_address function for very slow (out of spec) devices, just | mlelstv |