aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/atmegadci.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* atmegadci: eliminate unused variables sc, ep_noWarner Losh2022-04-051-7/+0
* Fix undefined behaviour in the USB controllersAndrew Turner2022-01-121-2/+1
* Factor out repeated code in the USB controller drivers to avoid bugsHans Petter Selasky2021-07-101-35/+2
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-26/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-151-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky2015-01-051-1/+1
* - Isochronous transfers should use the alternate next transferHans Petter Selasky2014-05-131-7/+9
* USB method structures for USB controllers and USB pipes should beHans Petter Selasky2013-12-111-6/+6
* Use string literals in string descriptors for marginallyHans Petter Selasky2013-01-301-4/+2
* Provide one global language string descriptor forHans Petter Selasky2013-01-301-6/+2
* Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky2013-01-301-3/+6
* Inherit USB mode from RootHUB port where the USB device is connected.Hans Petter Selasky2012-10-011-4/+0
* Add support for the so-called streams feature of BULK endpointsHans Petter Selasky2012-08-121-5/+8
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-4/+3
* Implement better support for USB controller suspend and resume.Hans Petter Selasky2011-12-141-4/+25
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* Correct some root HUB descriptor fields in multiple controller drivers.Hans Petter Selasky2010-10-131-13/+2
* Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew Thompson2009-11-261-2/+4
* Initialise variable before use.Andrew Thompson2009-11-221-0/+1
* Clear all interrupts rather than just SETUP packet.Andrew Thompson2009-09-281-2/+2
* USB CORE:Alfred Perlstein2009-07-301-0/+1
* Sync to p4Andrew Thompson2009-06-271-1/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-3/+22
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-13/+13
* Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson2009-06-071-32/+32
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-7/+7
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-52/+52
* Improve device mode (gadget) stall handling.Andrew Thompson2009-05-211-1/+2
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-211-4/+4
* - Add new register definitionsAndrew Thompson2009-05-201-10/+29
* MFp4 //depot/projects/usb@160930Andrew Thompson2009-04-221-42/+48
* MFp4 //depot/projects/usb@160708Andrew Thompson2009-04-221-8/+9
* Remove usb_sw_transfer.[ch] which are now empty after r190735.Andrew Thompson2009-04-061-1/+0
* Provide a better commit log for r190735, forced by making a whitespace change.Andrew Thompson2009-04-061-3/+2
* MFp4 //depot/projects/usb@159946Andrew Thompson2009-04-051-4/+0
* MFp4 //depot/projects/usb@159926Andrew Thompson2009-04-051-138/+24
* MFp4 //depot/projects/usb@159922Andrew Thompson2009-04-051-170/+18
* MFp4 //depot/projects/usb@159674Andrew Thompson2009-04-051-1/+4
* MFp4 //depot/projects/usb@159673Andrew Thompson2009-04-051-8/+11
* MFp4 //depot/projects/usb@159671Andrew Thompson2009-04-051-6/+9
* MFp4 //depot/projects/usb @159479,159502,159516,159522,159529Andrew Thompson2009-03-201-32/+41
* MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson2009-03-201-1/+1
* MFp4 //depot/projects/usb@159392Andrew Thompson2009-03-201-1/+1
* MFp4 //depot/projects/usb @159430Andrew Thompson2009-03-201-1/+0
* MFp4 //depot/projects/usb 158981,159016,159024Andrew Thompson2009-03-111-23/+62