summaryrefslogtreecommitdiff
path: root/sys/dev/usb/misc/udbp.c
AgeCommit message (Expand)Author
2025-03-04usb: Kill left-over cdefs.h includesWarner Losh
2023-10-27udbp: Remove stale splnet commentWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-05-06usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2020-09-01usb: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-15Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki
2017-11-20sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-22Add Prolific PL27A1 USB 3.0 Host-Host device to udbp(4).Bruce M Simpson
2017-01-10Allow udbp(4) to claim Belkin "Windows Easy Transfer Cable" for Netgraph use.Bruce M Simpson
2016-05-02dev/usb: minor spelling fixes in comments.Pedro F. Giffuni
2015-12-11Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh
2015-01-06In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson
2015-01-05Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky
2013-04-03Add new USB ID.Hans Petter Selasky
2013-01-30Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-06-24- Export more USB device ID's.Hans Petter Selasky
2011-01-11Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin
2010-09-01Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson
2010-04-22Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson
2009-06-23- Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson
2009-06-15s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson
2009-05-29s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson
2009-05-28s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson
2009-05-21Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson
2009-05-21- rename usb2_mode to usb_mode [1]Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159909Andrew Thompson
2009-03-20MFp4 //depot/projects/usb@159517Andrew Thompson
2009-03-02Rename the ushub device class back to uhub as it was in the old usb stack,Andrew Thompson
2009-02-23Move the new USB stack into its new home.Andrew Thompson