summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdivar.h
AgeCommit message (Expand)Author
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-02-26allow the bus/pipes methods tables to be constdrochner
2006-12-01-comment out transaction translator support for now, it doesn't do moredrochner
2006-10-24clean up the USB attachment stuff a bit: use a dedicated interfacedrochner
2005-12-27changes for making DIAGNOSTIC not change the kernel ABI:chs
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-04-30Fix a race condition in xfer abort. Derived from a FreeBSD patch.augustss
2005-01-24Implementation requirements of usb_needs_reattach(), from OpenBSD and requiredjoff
2004-10-23Keep track of what high speed port (if any) a device belongs to so we canaugustss
2004-04-23use bounded string ops (snprintf, strl*)itojun
2002-07-11Get rid of trailing white space.augustss
2001-12-27Change some DIAGNOSTIC #defines.augustss
2001-12-24Add some more DIAGNOSTIC tests.augustss
2001-11-21Wrap dump routine prototypes in #ifdef USB_DEBUGaugustss
2001-11-20Keep track of device speed for USB 2.0.augustss
2001-11-10Get rid of unused abort_handle.augustss
2001-11-10Add some dump routines for debugging.augustss
2001-01-21Change the operation of the USB event thread. Before it only performedaugustss
2001-01-21Add code to use soft interrupt to handle USB interrupt processing.augustss
2001-01-18constifyjdolecek
2000-12-28#define for USB_2_0augustss
2000-12-13Don't try to access a device that is being disconnected when generatingaugustss
2000-06-24Kill SPLUSBCHECK -- it's not portable, and quite annoying on somethorpej
2000-06-01Bring the coding style into the 80s, i.e., get rid of __P and useaugustss
2000-04-27Change my email address.augustss
2000-03-30Afew more OpenBSD portability fixes.augustss
2000-03-29Remove redundant decl of cold - it's in <sys/kernel.h>.simonb
2000-03-29Do not accept new xfers for queuing while a pipe is aborting.augustss
2000-03-25Rename and move around callout handles to make it more sane.augustss
2000-03-25More DIAGNOSTIC.augustss
2000-03-25GC an unsued field and add some DIAGNOSTIC in xfer.augustss
2000-03-24Some cleanup and renaming of the callouts used in USB drivers.augustss
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-02-22Prepare a little for having USB interrupt processing done outside the hardaugustss
2000-01-19Fix typos.augustss
2000-01-19Add an argument to usbd_open_pipe_intr() to specify the polling intervalaugustss
2000-01-18Turn xfer allocation into a method in the HC driver. The reason is thataugustss
2000-01-16Add comments.augustss
1999-11-20Propagate the USB revision number to the usb driver.augustss
1999-11-18Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma.augustss
1999-11-12A number of stylistic changes to increase readability (many suggestedaugustss
1999-11-10Fix an obvious bug is some diagnostic code; we must lower our spl again...mycroft
1999-10-25Make the SPLUSBCHECK diagnostic test silent durning cold boot.augustss
1999-10-12Fix some bugs in USB controller detach code.augustss
1999-10-12Add an event mechanism so that a userland process can watch devices comeaugustss
1999-09-15Change SPLUSBCHECK diagnostic macro a little.augustss
1999-09-15Add preliminary (untested) code for detaching the USB host controlleraugustss
1999-09-13* Make sure an aborted pipe is marked as not running.augustss
1999-09-13Make sure timeouts count as interrupt context too.augustss