summaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/uss820dci.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-04uss820dci: eliminate unused variables sc, ep_noWarner Losh
2022-01-12Fix undefined behaviour in the USB controllersAndrew Turner
2021-07-10Factor out repeated code in the USB controller drivers to avoid bugsHans Petter Selasky
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
2015-01-05Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky
2014-08-05- Ensure code which only applies to the control endpoint is not runHans Petter Selasky
2014-08-05- Implement fast interrupt handler to save CPU usage.Hans Petter Selasky
2014-05-13- Isochronous transfers should use the alternate next transferHans Petter Selasky
2014-02-17In sys/dev/usb/controller/uss820dci.c, similar to r261977, fix a warningDimitry Andric
2013-12-11USB method structures for USB controllers and USB pipes should beHans Petter Selasky
2013-01-30Use string literals in string descriptors for marginallyHans Petter Selasky
2013-01-30Provide one global language string descriptor forHans Petter Selasky
2013-01-30Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky
2012-10-01Inherit USB mode from RootHUB port where the USB device is connected.Hans Petter Selasky
2012-08-12Add support for the so-called streams feature of BULK endpointsHans 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-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-10-13Correct some root HUB descriptor fields in multiple controller drivers.Hans Petter Selasky
2010-04-22Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson
2010-03-11For USS820 driver we need to manually reset TX FIFO at each SETUP transactionAndrew Thompson
2009-11-22Initialise variable before use.Andrew Thompson
2009-07-30USB CORE:Alfred Perlstein
2009-06-27Sync to p4Andrew Thompson
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-21Improve device mode (gadget) stall handling.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-20Use defines for register offsets that do not change.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
2009-04-05MFp4 //depot/projects/usb@159674Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159673Andrew Thompson
2009-03-20MFp4 //depot/projects/usb @159479,159502,159516,159522,159529Andrew Thompson
2009-03-20MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson
2009-03-20MFp4 //depot/projects/usb@159392Andrew Thompson
2009-03-20MFp4 //depot/projects/usb @159430Andrew Thompson
2009-02-24Also use proper capitalisation of FreeBSD in other source files.Ed Schouten