summaryrefslogtreecommitdiff
path: root/sys/dev/usb/misc/ufm.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the long obsolete ufm driver.Warner Losh2020-08-201-340/+0
* Start the retirement process for ufmWarner Losh2020-04-011-0/+1
* Regularize my copyright noticeWarner Losh2019-12-041-2/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-111-4/+5
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+2
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-1/+1
* - Export more USB device ID's.Hans Petter Selasky2011-06-241-7/+11
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson2010-09-011-0/+1
* - FIFO's are always opened separately in read and writeAlfred Perlstein2009-08-241-11/+4
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-14/+27
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-6/+6
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-2/+2
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-8/+8
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-211-1/+1
* Rename the ushub device class back to uhub as it was in the old usb stack,Andrew Thompson2009-03-021-1/+1
* Change USB over to make_dev() for all device nodes, previously it hooked intoAndrew Thompson2009-02-271-7/+4
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+329