summaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/ehci.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2020-09-01usb: clean up empty lines in .c and .h filesMateusz Guzik
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-01-28EHCI: Make core reset and port speed reading more generic.Michal Meloun
2013-11-30Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler
2012-11-03Allow using the embedded EHCI host controller in Freescale SoCsMarcel Moolenaar
2011-12-14Implement better support for USB controller suspend and resume.Hans Petter Selasky
2010-10-14Revert most of r197682 (EHCI Hardware BUG workaround). ImplementHans Petter Selasky
2010-03-03The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl
2010-02-09Disable the use of the IAAD usb doorbell on NVidia controllers as it can causeAndrew Thompson
2009-11-08Integrate lost interrupts patch from the old USB stack.Andrew Thompson
2009-10-15Workaround buggy BIOS code in USB regard. By doing the BIOS to OS handover forAndrew Thompson
2009-05-29s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson
2009-05-28s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson
2009-04-22MFp4 //depot/projects/usb@160930Andrew Thompson
2009-04-06Provide a better commit log for r190735, forced by making a whitespace change.Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159922Andrew Thompson
2009-03-20MFp4 //depot/projects/usb @159430Andrew Thompson
2009-03-07(re)merge r186415,186416 from the old usb stack;Andrew Thompson
2009-02-23Move the new USB stack into its new home.Andrew Thompson