summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdivar.h
AgeCommit message (Expand)Author
2020-03-01Pull up following revision(s) (requested by riastradh in ticket #744):martin
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-08-09pull across abort fixes from nick-nhusb. add more abort fixes, usingmrg
2018-06-29 Detect USB 3.1.msaitoh
2018-04-19s/static inline/static __inline/g for consistency.christos
2017-01-19Pull across xhci(4) improvemnts from nick-nhusbskrll
2016-04-23Merge nick-nhusbskrll
2016-02-16Re-enable the TT support that existed previously.skrll
2016-01-06Get the iManufacturer, iProduct, and iSerialNumber strings before probingskrll
2015-08-23Expose usbd_xfer_isreadskrll
2014-09-06Trailing whitespace.skrll
2014-08-12Some USB3 / SS support - baby steps. From Takahiro HAYASHI.skrll
2013-10-03Update a comment. Thanks mrg@skrll
2013-10-03Simply the code now that all (real) HCDs provide a get_lock method.skrll
2013-09-14Add work-in-progress xhci(4) driver code. Currently (mostly) supportsjakllsch
2013-09-07Some lock comments.skrll
2013-03-24Add || defined(OHCI_DEBUG) to pick up usbd_dump_pipeskrll
2013-01-23Whitespaceskrll
2013-01-22- Add a USBD_MPSAFE flag to usbd_open_pipe. If not set, acquire KERNEL_LOCKjmcneill
2013-01-08Fix the IPL level of the HC lock in a comment.skrll
2012-08-11minor correction to some comments.mrg
2012-07-15commit my workaround for PR 46648 for now, as the more involvedmrg
2012-06-10merge the jmcneill-usbmp branch. many thanks to jared for themrg
2012-03-11minor cleanups from usbmp:mrg
2012-03-11pull down from usbmp branch:mrg
2012-03-06pull down from usbmp branch:mrg
2011-05-27remember the data toggle bit per (bulk) endpoint rather than perdrochner
2010-12-20usbd_dump_*() functions are also needed when just EHCI_DEBUG is defined,phx
2009-11-12Re-order operations in usb_detach() so that if a usb(4) instance'sdyoung
2009-11-12Indent.uebayasi
2009-09-04Expand <dev/usb/usb_port.h> definitions, and lightly unifdef(1).dyoung
2008-08-18Implement uhub_rescan(). After this change, "modload uaudio.kmod"kent
2008-07-28-in usbd_probe_and_attach(), split out the code for per-device anddrochner
2008-05-26some cleanup:drochner
2008-05-25-make the list of USB child devices a (possibly sparse) array ratherdrochner
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-28split device/softc for USB host controllers and the usb (control)drochner
2008-02-18Use device_t and its accessor functions.dyoung
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