summaryrefslogtreecommitdiff
path: root/sys/dev/usb/misc
Commit message (Expand)AuthorAgeFilesLines
* Add new USB ID.Hans Petter Selasky2013-04-031-0/+1
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-302-2/+4
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-2/+2
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* - Export more USB device ID's.Hans Petter Selasky2011-06-242-34/+25
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-112-2/+0
* Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson2010-09-012-0/+2
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-221-1/+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-232-43/+75
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-152-30/+30
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-292-6/+6
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-282-20/+20
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-212-2/+2
* MFp4 //depot/projects/usb@159909Andrew Thompson2009-04-051-15/+15
* MFp4 //depot/projects/usb@159517Andrew Thompson2009-03-201-2/+0
* Rename the ushub device class back to uhub as it was in the old usb stack,Andrew Thompson2009-03-022-2/+2
* 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-233-0/+1262