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