summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/misc/udbp.c
Commit message (Expand)AuthorAgeFilesLines
* dev/usb: minor spelling fixes in comments.pfg2016-05-021-1/+1
* Create a USB_PNP_INFO and use it to export the existing PNPimp2015-12-111-9/+10
* In order to reduce use of M_EXT outside of the mbuf allocator andrwatson2015-01-061-2/+1
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canhselasky2015-01-051-1/+1
* Add new USB ID.hselasky2013-04-031-0/+1
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* - Export more USB device ID's.hselasky2011-06-241-27/+14
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Add missing MODULE_VERSION() definitions, this resolves problems aroundthompsa2010-09-011-0/+1
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-1/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-29/+48
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-24/+24
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-4/+4
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-12/+12
* 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-1/+1
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-15/+15
* MFp4 //depot/projects/usb@159517thompsa2009-03-201-2/+0
* Rename the ushub device class back to uhub as it was in the old usb stack,thompsa2009-03-021-1/+1
* Move the new USB stack into its new home.thompsa2009-02-231-0/+853
OpenPOWER on IntegriCloud