summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usbdi.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* bring back changes in usb.c revision 1.73jakemsr2011-02-091-6/+10
* revert usb.c to r1.72, and all subsequent changes that depend on it.jakemsr2011-02-091-12/+6
* * merge 'onqueue' and 'running' members of struct usb_task intojakemsr2011-02-041-6/+12
* garbage collect "usb events". without /dev/usb there is no way to accessjakemsr2011-01-251-6/+3
* * instead of NULLing pointers to interface descriptors in the uaa, markjakemsr2011-01-161-1/+5
* * add a process reference counting variable to struct usbd_devicejakemsr2010-12-301-1/+5
* * add dying flag to struct usbd_devicejakemsr2010-12-061-1/+4
* create another kthread to run xfer abort tasks. xfer abort tasks cannotjakemsr2010-10-231-2/+11
* add two members to struct usb_taskjakemsr2010-09-231-4/+7
* Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.kettenis2009-11-041-10/+1
* Disable SPLUSBCHECK for now, as these turn out to be harmful on sparc64.miod2009-09-231-1/+9
* Reinstate SPLUSBCHECK checks (DIAGNOSTIC-only), but implemented as splassert(),miod2009-08-301-1/+3
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* KNF, especially re-indent prototypes. No binary change.mbalmer2007-06-181-34/+28
* Replace the USB_USE_SOFTINTR macro with __HAVE_GENERIC_SOFT_INTTERUPTSmbalmer2007-06-151-6/+2
* Remove the definition and use of the device_ptr_t which was a struct device *.mbalmer2007-06-121-2/+2
* Kill some #if define(__OtherBSD__). OK dlg@claudio2007-05-291-30/+1
* add iterators for usb descriptors. from Tony Lambris and Staffan Ulfberg.dlg2005-09-201-1/+9
* Don't keep the devinfo string on the stack, instead use malloc/free.brad2005-08-011-2/+6
* backout the original method of reattaching a usb device now that we havedlg2004-12-121-2/+1
* ugly ugly hack to allow a usb device to do a full reset of the port duringdlg2004-11-081-1/+2
* Sync USB code with NetBSD.nate2003-07-081-33/+34
* make this function available to othersnate2003-05-171-1/+2
* string cleanup; nate okderaadt2003-05-071-2/+2
* get rid of trailing whitespacenate2002-07-251-4/+4
* make the timeout a function parameternate2002-07-091-3/+4
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-38/+35
* Sync ulpt driver with NetBSDnate2002-05-071-35/+38
* Add support for a bunch of new adapters.nate2002-04-011-1/+11
* Synchronize usb code with NetBSD.nate2001-10-311-2/+3
* Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three differentaaron2001-05-031-6/+20
* Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)aaron2001-01-281-3/+3
* Sync with NetBSD. Too many changes to mention. For now I have skippedaaron2000-11-081-91/+82
* sync with NetBSD... well almost. someone w/ the hw should check umass.fgsch2000-07-041-2/+2
* Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theaaron2000-03-281-6/+6
* Sync with NetBSD.aaron2000-03-261-29/+46
* sync with NetBSD.fgsch1999-11-071-42/+24
* Sync with NetBSD.fgsch1999-09-271-17/+17
* sync with NetBSD;fgsch1999-08-311-2/+2
* Sync with NetBSD;fgsch1999-08-271-4/+9
* Sync with NetBSD. Mostly FreeBSD related changes.fgsch1999-08-161-3/+2
* From NetBSD; USB support.fgsch1999-08-131-0/+261