Age | Commit message (Expand) | Author |
2017-05-15 | Use splraise() rather than splsoftnet() which is going away. | Martin Pieuchot |
2017-05-15 | Replace remaining SPLUSBCHECK by a splsoftassert(IPL_SOFTUSB). | Martin Pieuchot |
2016-03-03 | Convert uiomovei to uiomove. Fixes a few integer truncations along the | Stefan Kempf |
2015-07-10 | usbd_{endpoint,interface}_count() are no longer used and die. | Martin Pieuchot |
2015-01-22 | Reduce the number of intermediate buffers by pre-allocating DMA buffers | Martin Pieuchot |
2015-01-09 | Add an asynchronous version of uhidev_get_report(), from David Higgs | Martin Pieuchot |
2014-08-10 | Since USB xfer pools are accessed in interrupt context, initialize them | Martin Pieuchot |
2014-03-07 | We already have three identical copies of the *hci_str() function, | Martin Pieuchot |
2014-03-06 | Add include guards. | Martin Pieuchot |
2013-11-19 | Kill matchlvl usage throughout the usb stack. | Paul Irofti |
2013-11-15 | Clean-up usbd_abort_pipe() usage. | Paul Irofti |
2013-11-13 | Polling is done per controller not per interface. | Paul Irofti |
2013-11-06 | Make usbd_free_xfer return void, since no callers use the return value. | Jeremy Evans |
2013-11-02 | Begin conversion of USB stack to return int instead of usbd_status, | Jeremy Evans |
2013-10-31 | usbd_pipe2device_handle() is not used, should not be used and die. | Martin Pieuchot |
2013-09-20 | Unify and document usbd_transfer(9). | Martin Pieuchot |
2013-04-26 | Remove unused and ambiguous usbd_get_interface() function. | Martin Pieuchot |
2013-04-26 | Remove bogus comments. | Martin Pieuchot |
2013-04-26 | Rename three functions in usbdi.c to their right prefix (usb_* to usbd_*). | Marcus Glocker |
2013-04-19 | Remove unused usbd_get_buffer() function. | Martin Pieuchot |
2013-04-18 | Move over function prototypes from ubsdi.h to usb.c which just get used | Marcus Glocker |
2013-04-15 | Get rid of various 'typedef struct' definitions and use plain structure | Marcus Glocker |
2013-04-12 | Instead of using a wrapper around usbd_transfer() when submitting a | Martin Pieuchot |
2013-04-10 | Merge usb_devinfo* helper functions into usbd_print(), nothing else use | Martin Pieuchot |
2013-04-09 | When submitting a request the device's default pipe is always | Martin Pieuchot |
2013-04-08 | Add new ioctl's USB_DEVICE_GET_CDESC and USB_DEVICE_GET_FDESC to usb(4). | Marcus Glocker |
2013-04-01 | Make ugen_get_cdesc() a generic function by renaming it to usbd_get_cdesc() | Marcus Glocker |
2011-02-09 | bring back changes in usb.c revision 1.73 | Jacob Meuser |
2011-02-09 | revert usb.c to r1.72, and all subsequent changes that depend on it. | Jacob Meuser |
2011-02-04 | * merge 'onqueue' and 'running' members of struct usb_task into | Jacob Meuser |
2011-01-25 | garbage collect "usb events". without /dev/usb there is no way to access | Jacob Meuser |
2011-01-16 | * instead of NULLing pointers to interface descriptors in the uaa, mark | Jacob Meuser |
2010-12-30 | * add a process reference counting variable to struct usbd_device | Jacob Meuser |
2010-12-06 | * add dying flag to struct usbd_device | Jacob Meuser |
2010-10-23 | create another kthread to run xfer abort tasks. xfer abort tasks cannot | Jacob Meuser |
2010-09-23 | add two members to struct usb_task | Jacob Meuser |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |
2009-09-23 | Disable SPLUSBCHECK for now, as these turn out to be harmful on sparc64. | Miod Vallat |
2009-08-30 | Reinstate SPLUSBCHECK checks (DIAGNOSTIC-only), but implemented as splassert(), | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-06-18 | KNF, especially re-indent prototypes. No binary change. | Marc Balmer |
2007-06-15 | Replace the USB_USE_SOFTINTR macro with __HAVE_GENERIC_SOFT_INTTERUPTS | Marc Balmer |
2007-06-12 | Remove the definition and use of the device_ptr_t which was a struct device *. | Marc Balmer |
2007-05-29 | Kill some #if define(__OtherBSD__). OK dlg@ | Claudio Jeker |
2005-09-20 | add iterators for usb descriptors. from Tony Lambris and Staffan Ulfberg. | David Gwynne |
2005-08-01 | Don't keep the devinfo string on the stack, instead use malloc/free. | Brad Smith |
2004-12-12 | backout the original method of reattaching a usb device now that we have | David Gwynne |
2004-11-08 | ugly ugly hack to allow a usb device to do a full reset of the port during | David Gwynne |
2003-07-08 | Sync USB code with NetBSD. | Nathan Binkert |
2003-05-17 | make this function available to others | Nathan Binkert |