summaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/avr32dci.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-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
2021-07-10Make sure the avr32dci_odevd structure is used.Hans 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-05-13- Isochronous transfers should use the alternate next transferHans Petter Selasky
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-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-10-13Correct some root HUB descriptor fields in multiple controller drivers.Hans Petter Selasky
2009-11-26Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew 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-21Add a driver for the AVR32 series USB Device Controller. Not hooked up asAndrew Thompson