summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/uss820dci.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r262125:dim2014-02-241-0/+7
* Use string literals in string descriptors for marginallyhselasky2013-01-301-4/+2
* Provide one global language string descriptor forhselasky2013-01-301-6/+2
* Modify the FreeBSD USB kernel code so that it can be compiled directlyhselasky2013-01-301-0/+5
* Inherit USB mode from RootHUB port where the USB device is connected.hselasky2012-10-011-4/+0
* Add support for the so-called streams feature of BULK endpointshselasky2012-08-121-5/+8
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-4/+3
* Implement better support for USB controller suspend and resume.hselasky2011-12-141-4/+25
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Correct some root HUB descriptor fields in multiple controller drivers.hselasky2010-10-131-2/+2
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-1/+1
* For USS820 driver we need to manually reset TX FIFO at each SETUP transactionthompsa2010-03-111-0/+8
* Initialise variable before use.thompsa2009-11-221-0/+1
* USB CORE:alfred2009-07-301-0/+1
* Sync to p4thompsa2009-06-271-1/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-3/+21
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-11/+11
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-071-37/+37
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-7/+7
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-67/+67
* Improve device mode (gadget) stall handling.thompsa2009-05-211-5/+7
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]thompsa2009-05-211-4/+4
* Use defines for register offsets that do not change.thompsa2009-05-201-41/+27
* MFp4 //depot/projects/usb@160930thompsa2009-04-221-42/+48
* Remove usb_sw_transfer.[ch] which are now empty after r190735.thompsa2009-04-061-1/+0
* Provide a better commit log for r190735, forced by making a whitespace change.thompsa2009-04-061-1/+1
* MFp4 //depot/projects/usb@159946thompsa2009-04-051-8/+0
* MFp4 //depot/projects/usb@159922thompsa2009-04-051-162/+11
* MFp4 //depot/projects/usb@159674thompsa2009-04-051-4/+13
* MFp4 //depot/projects/usb@159673thompsa2009-04-051-11/+15
* MFp4 //depot/projects/usb @159479,159502,159516,159522,159529thompsa2009-03-201-24/+38
* MFp4 //depot/projects/usb @159431,159437,159438thompsa2009-03-201-1/+1
* MFp4 //depot/projects/usb@159392thompsa2009-03-201-1/+1
* MFp4 //depot/projects/usb @159430thompsa2009-03-201-1/+0
* Also use proper capitalisation of FreeBSD in other source files.ed2009-02-241-1/+1
* MFp4 //depot/projects/usb@157853thompsa2009-02-241-4/+0
* Move the new USB stack into its new home.thompsa2009-02-231-0/+2489
OpenPOWER on IntegriCloud