summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usps.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Nuke all occurrences of usbd_abort_pipe() if it gets called rightmglocker2020-07-311-2/+1
* A pile of sizes to free(9). In test for a few days in snapshots.deraadt2017-04-081-4/+4
* Avoid calling usbd_set_config_no() in *_attach() and let the stack dompi2016-11-061-10/+2
* Kill the last dumb DVACT_DEACTIVATE handlers.mpi2014-07-121-20/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* Do not define per-driver DEBUG variable when USB_DEBUG is defined. It'smpi2014-03-071-5/+1
* Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().pirofti2013-11-071-5/+4
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-7/+7
* proc.h is way too much header for usb to handle.tedu2013-03-281-2/+1
* add device driver for Fujitsu Components FX-5204PS smart power strip.yuo2011-09-161-0/+583