summaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/uhci.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-04-06uhci: Remove write-only variable.John Baldwin
2022-04-04uhci_xfer_setup: eliminate write only variable scWarner Losh
2021-08-14Fix a common typo in source code commentsGordon Bergling
2021-07-10Factor out repeated code in the USB controller drivers to avoid bugsHans Petter Selasky
2020-12-17Use __containerof() instead of home-rolled versions.John Baldwin
2020-09-01usb: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-15Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-02dev/usb: minor spelling fixes in comments.Pedro F. Giffuni
2015-02-17Try to resolve infinite interrupts by clearing an undocumentedHans Petter Selasky
2014-06-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky
2014-06-27Revert r267961, r267973:Glen Barber
2014-06-27Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky
2014-01-13Separate I/O errors from reception of STALL PID.Hans Petter Selasky
2013-12-11USB method structures for USB controllers and USB pipes should beHans Petter Selasky
2013-05-28Revert r251023 until a more proper solution is foundHans Petter Selasky
2013-05-27Workaround for for a problem seen with ATI Technologies EHCIHans Petter Selasky
2013-01-30Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky
2012-10-26Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.Hans Petter Selasky
2012-10-24Make several timing parameters of the USB enumeration sequence tuneable.Hans Petter Selasky
2012-10-01Inherit USB mode from RootHUB port where the USB device is connected.Hans Petter Selasky
2012-04-02Fix compiler warnings, mostly signed issues,Hans Petter Selasky
2011-12-14Implement better support for USB controller suspend and resume.Hans Petter Selasky
2011-11-12Style change.Hans Petter Selasky
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-01-11Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin
2010-09-02Change argument for usbd_get_dma_delay() from USB bus to USB device, someAndrew Thompson
2010-06-22Add support for LOW speed BULK transfers. This mode is not recommended by theAndrew Thompson
2010-04-22Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson
2010-01-08Remove unused uhci_dump_qhs().Edward Tomasz Napierala
2009-11-22Provide tunables for some of the usb sysctls that affect boot behaviour.Andrew Thompson
2009-10-15Workaround buggy BIOS code in USB regard. By doing the BIOS to OS handover forAndrew Thompson
2009-07-30USB CORE:Alfred Perlstein
2009-06-23- Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson
2009-06-15s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson
2009-06-07Rename usb pipes to endpoints as it better represents what they are, and structAndrew 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-05-21Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson
2009-05-21- rename usb2_mode to usb_mode [1]Andrew Thompson
2009-05-05Make sure the frame list base address is re-programmed after stopping the USBAndrew Thompson
2009-05-05Revert part of r191494 which used the udev state to mark suspending, this needsAndrew Thompson
2009-04-25Track the usb device state as its powered on, addressed and configured. This ...Andrew Thompson
2009-04-22MFp4 //depot/projects/usb@160930Andrew Thompson
2009-04-06Remove usb_sw_transfer.[ch] which are now empty after r190735.Andrew Thompson
2009-04-06Provide a better commit log for r190735, forced by making a whitespace change.Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159946Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159922Andrew Thompson