summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usbdivar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't use a pointer to an opaque softc, we'll need to access its unitmpi2012-05-151-6/+2
* Remove usb_event_cookie_t type and instances of it found in various structs;miod2012-01-081-2/+1
* * instead of NULLing pointers to interface descriptors in the uaa, markjakemsr2011-01-161-1/+3
* * add a process reference counting variable to struct usbd_devicejakemsr2010-12-301-2/+3
* * add dying flag to struct usbd_devicejakemsr2010-12-061-1/+2
* add a 'dying' flag to struct usbd_bus. use this to signify the busjakemsr2010-09-231-1/+2
* instead of running usb_explore() from individual kthreads for eachjakemsr2010-09-231-3/+6
* Avoid using the trick of malloc'ing more than a struct to grow the arrayderaadt2009-11-121-2/+2
* Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.kettenis2009-11-041-4/+1
* Reinstate SPLUSBCHECK checks (DIAGNOSTIC-only), but implemented as splassert(),miod2009-08-301-15/+1
* add usb2.0 to usb1.1(ohci/uchi) handover request to usb subsystem.yuo2008-06-291-1/+3
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Replace the USB_USE_SOFTINTR macro with __HAVE_GENERIC_SOFT_INTTERUPTSmbalmer2007-06-151-5/+1
* Remove the definition and (single) use of the DECLARE_USB_DMA_T macro.mbalmer2007-06-131-2/+6
* Apply some KNF after the recent removal of macros and type definitions.mbalmer2007-06-131-10/+7
* Remove the definition and use of the device_ptr_t which was a struct device *.mbalmer2007-06-121-4/+4
* Remove definitions and usage of usb_callout and related macros. These macrosmbalmer2007-06-101-3/+3
* Mechanical removal of USBBASEDEVICE. No binary change.mk2007-06-061-2/+2
* Forgot this in my last committ.mbalmer2007-06-041-15/+1
* addess -> addressmiod2007-05-201-2/+2
* Save and restore the data toggle value when a pipe to an endpointpascoe2006-05-311-1/+2
* Merge support for USB1 devices located beyond USB2 hubs, mostly from netbsd.pascoe2005-03-131-2/+7
* get rid of uhub_reset_devicedlg2004-12-121-2/+1
* better way to do the reattachement of a devicedlg2004-12-121-1/+3
* code to let us cause a detach and reattach of a device from softwaredlg2004-12-091-1/+2
* Sync USB code with NetBSD.nate2003-07-081-10/+17
* string cleanup; nate okderaadt2003-05-071-2/+2
* get rid of trailing whitespacenate2002-07-251-3/+3
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-17/+10
* Sync ulpt driver with NetBSDnate2002-05-071-10/+17
* Synchronize usb code with NetBSD.nate2001-10-311-3/+13
* Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three differentaaron2001-05-031-3/+3
* Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)aaron2001-01-281-4/+4
* Sync with NetBSD. Too many changes to mention. For now I have skippedaaron2000-11-081-45/+42
* sync with NetBSD... well almost. someone w/ the hw should check umass.fgsch2000-07-041-3/+6
* Sync with NetBSD. USB Ethernet drivers should work now.aaron2000-03-301-6/+4
* Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theaaron2000-03-281-31/+42
* Sync with NetBSD.aaron2000-03-261-34/+47
* sync with NetBSD.fgsch1999-11-071-4/+7
* Sync with NetBSD.fgsch1999-09-271-15/+50
* sync with NetBSD;fgsch1999-08-311-3/+3
* Sync with NetBSD;fgsch1999-08-271-8/+6
* Sync with NetBSD.fgsch1999-08-191-4/+4
* From NetBSD; USB support.fgsch1999-08-131-0/+242