summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usbdi_util.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove unused usbdi functionsjsg2021-02-241-4/+1
* Add the new function usbd_clear_endpoint_feature() which allows to issuemglocker2021-01-251-1/+2
* Deprecate usb_*_report(). USB HID devices are always attached belowmpi2014-12-081-7/+1
* Give Super-Speed hubs a chance to route USB 3.0 transfers.mpi2014-11-071-1/+2
* Super Speed hub descriptor definition and routine, required for upcomingmpi2014-08-081-1/+3
* Adds an optional bus function to set the address of a new device andmpi2014-07-091-2/+1
* Change the usbd_*_report() family of functions to take a usbd_devicempi2014-04-241-15/+12
* Indtroduce usbd_get_hub_descriptor() to start cleaning uhub(4)'s mess.mpi2014-03-071-1/+3
* Remove a layer of abstraction for fetching a configuration descriptor.mpi2013-11-021-3/+1
* Unify and document usbd_transfer(9).mpi2013-09-201-9/+1
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-29/+29
* Merge usbd_get_device_desc() into the only function using them.mpi2013-04-101-3/+1
* Remove unused function usb_find_desc().mpi2013-04-101-3/+1
* There's no need for usbd_get_config_desc_full() so just call usbd_get_desc()mpi2013-04-091-2/+1
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Remove the definition and use of the device_ptr_t which was a struct device *.mbalmer2007-06-121-3/+3
* Remove the definition and use of usb_malloc_type which is really int.mbalmer2007-06-091-20/+20
* from netbsd via freebsd via jsg@dlg2004-10-311-2/+3
* from freebsd, ugen.c 1.68 usbdi_util.c 1.27 usbdi_util.h 1.15dlg2004-07-211-1/+5
* Sync USB code with NetBSD.nate2003-07-081-3/+5
* get rid of trailing whitespacenate2002-07-251-4/+4
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-5/+3
* Sync ulpt driver with NetBSDnate2002-05-071-3/+5
* Synchronize usb code with NetBSD.nate2001-10-311-4/+4
* Sync with NetBSD. Too many changes to mention. For now I have skippedaaron2000-11-081-51/+42
* sync with NetBSD... well almost. someone w/ the hw should check umass.fgsch2000-07-041-8/+4
* Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theaaron2000-03-281-1/+2
* Sync with NetBSD.aaron2000-03-261-3/+3
* Sync with NetBSD.fgsch1999-09-271-4/+4
* Sync with NetBSD;fgsch1999-08-271-2/+2
* From NetBSD; USB support.fgsch1999-08-131-0/+98