summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/misc/ufm.c
Commit message (Expand)AuthorAgeFilesLines
* Create a USB_PNP_INFO and use it to export the existing PNPimp2015-12-111-4/+5
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+2
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-1/+1
* - Export more USB device ID's.hselasky2011-06-241-7/+11
* 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
* - FIFO's are always opened separately in read and writealfred2009-08-241-11/+4
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-14/+27
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-6/+6
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-2/+2
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-8/+8
* - rename usb2_mode to usb_mode [1]thompsa2009-05-211-1/+1
* Rename the ushub device class back to uhub as it was in the old usb stack,thompsa2009-03-021-1/+1
* Change USB over to make_dev() for all device nodes, previously it hooked intothompsa2009-02-271-7/+4
* Move the new USB stack into its new home.thompsa2009-02-231-0/+329
OpenPOWER on IntegriCloud