Age | Commit message (Expand) | Author |
2016-09-02 | Avoid calling usbd_set_config_index() in *_attach() and let the stack | Martin Pieuchot |
2015-11-29 | Unconnected xhci(4) super speed ports may come up with the XHCI_PS_WRC, | Mark Kettenis |
2015-11-29 | Clear the UPS_C_PORT_RESET feature when exploring. Apparently xhci(4) super | Mark Kettenis |
2015-06-29 | Move the logic to handle a "connect status change" from uhub_explore() | Martin Pieuchot |
2015-06-22 | Make xhci(4)'s root hub report the same status bits as physical USB3 hubs. | Martin Pieuchot |
2015-06-15 | Bring back r1.78 and r1.79, now that ajactouto@'s regression has | Martin Pieuchot |
2015-02-12 | KNF. | Masao Uebayashi |
2015-01-02 | Report the TT Think Time of USB2.0 Hubs. | Martin Pieuchot |
2014-12-09 | More malloc() -> mallocarray() in the kernel. | Doug Hogan |
2014-11-23 | Revert the logic to skip ports which status hasn't changed, it introduces | Martin Pieuchot |
2014-11-20 | Force a status check of all the ports of a newly attached hub. In the | Martin Pieuchot |
2014-11-11 | When a bus is explored, do not probe the ports which status hasn't | Martin Pieuchot |
2014-11-10 | Add some fields needed for TT support. | Martin Pieuchot |
2014-11-07 | Give Super-Speed hubs a chance to route USB 3.0 transfers. | Martin Pieuchot |
2014-11-01 | Remove the port status argument from usbd_reset_port(). We don't do | Martin Pieuchot |
2014-10-01 | Check that the speed of a new device does not exceed its parent's speed | Martin Pieuchot |
2014-08-10 | Ask for the descriptor size corresponding to the number of ports present | Martin Pieuchot |
2014-08-09 | Correctly recognize Super Speed devices, this is part of the work to | Martin Pieuchot |
2014-08-09 | Handle super speed hub descriptors. | Martin Pieuchot |
2014-08-09 | Do not store the whole USB hub descriptor in the "struct usbd_hub" | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-09 | autoconf(9) is your friend and it knows you more than you think. It | Martin Pieuchot |
2014-05-28 | Apart from the early exploration done to find a console keyboard during | Martin Pieuchot |
2014-03-11 | Kill dead links. | Martin Pieuchot |
2014-03-08 | Recognize super speed devices, note that this driver sill uses | Martin Pieuchot |
2014-03-07 | Indtroduce usbd_get_hub_descriptor() to start cleaning uhub(4)'s mess. | Martin Pieuchot |
2013-10-19 | Make uhub_explore() return an int rather than a usbd_satus. This has | Martin Pieuchot |
2013-05-21 | Simplify the debug output to help diagnose problems without needing | Martin Pieuchot |
2013-04-15 | Get rid of various 'typedef struct' definitions and use plain structure | Marcus Glocker |
2013-03-28 | proc.h is way too much header for usb to handle. | Ted Unangst |
2011-09-29 | Avoid a potential NULL dereference if nports == 0. | Stefan Sperling |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-01-25 | garbage collect "usb events". without /dev/usb there is no way to access | Jacob Meuser |
2010-12-06 | * replace per-driver dying and/or other state variables with use of | Jacob Meuser |
2010-09-23 | add a 'dying' flag to struct usbd_bus. use this to signify the bus | Jacob Meuser |
2010-09-23 | instead of running usb_explore() from individual kthreads for each | Jacob Meuser |
2010-09-21 | The size of sc_status[] (the buffer for USB hub's interrupt pipe) will be | sasano |
2009-11-13 | do not need to pad up the uhub allocation anymore, from miod | Theo de Raadt |
2009-11-12 | Avoid using the trick of malloc'ing more than a struct to grow the array | Theo de Raadt |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-10-11 | treat usb vendor/product names as a locator, and have usbd_print handle it, | Theo de Raadt |
2007-06-14 | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and | Marc Balmer |
2007-06-12 | Remove the definition and use of the device_ptr_t which was a struct device *. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEVNAME macro. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEV macro. It only created confusion | Marc Balmer |
2007-06-06 | Mechanical removal of USBBASEDEVICE. No binary change. | Michael Knudsen |
2007-06-06 | Shrink dmesg output. Tweaked version of a diff from tedu@ | Jonathan Gray |
2007-06-05 | Remove the "Static" declaration of many functions. It was defined to be empty | Marc Balmer |
2007-06-01 | Remove more Free(?)BSD and NetBSD #ifdef/#endifs. No functional nor | Marc Balmer |