summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ugen.c
AgeCommit message (Expand)Author
2013-01-05- need opt_usb.h if depending on USB_DEBUGchristos
2012-12-04Fix some error branches in ugen.riastradh
2012-06-10merge the jmcneill-usbmp branch. many thanks to jared for themrg
2012-04-25Remove duplicate break. PR 46368 from Henning Petersen.dholland
2012-03-06pull down from usbmp branch:mrg
2012-02-24remove any remnants of freebsd/openbsd code.mrg
2011-12-23Revert previous due to active usbmp branch(es).jakllsch
2011-12-22Adjust-away inconsistent and trailing whitespace.jakllsch
2011-12-01Don't double clfree() when closing an interrupt endpoint.jakllsch
2011-11-25Prevent poll and kqueue on the control endpoint.jakllsch
2011-11-20Implement timeouts when blocking the calling process with tsleep.gavan
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2010-07-27Tune ugen(4) isochronous parameters to better support high speed pipes.jakllsch
2010-02-19Replace USB_GET_SC() instances with USB_GET_SC_OPEN(). The latterpooka
2009-12-24defflag UGEN_BULK_RA_WB is no more.jakllsch
2009-12-23unifdef -D UGEN_BULK_RA_WBpooka
2009-12-06Simplify device-activation hooks.dyoung
2009-09-24Add a simple kvm integer toggle to control ugen priority and overridepooka
2009-09-24ugen_get_cdesc() can return NULL. When this happens, return thepooka
2009-09-23fix up USB drivers printing of autoconf informationplunky
2009-03-20Putting a device into the unconfigured state by an ioctl seems legitimate,drochner
2009-01-20Change major()/minor() to return 32-bit types again, calleddrochner
2009-01-11make this compilecegger
2008-05-24Split device_t and softc for all USB device drivers, and related cosmeticcube
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-01Welcome to 4.99.55:rmind
2007-12-24Add missing call to pmf_deregister() in the USB_DETACH routine.smb
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-12-05Do not "return 1" from kqfilter for errors. That value is passedpooka
2007-12-01aprintifyjmcneill
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-26The manpage promises not to touch the device on USB_GET_DEVICEINFO.drochner
2007-02-21Fix debug format strings (found on amd64).wiz
2006-12-03Restore compatibility of USB_DEVICEINFO ioctl and reads from /dev/usb withpavel
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12sigh, another missing __unused.xtraeme
2006-10-12- sprinkle __unused on function decls.christos
2006-09-03add missing initializerchristos
2006-07-24Add UGEN_BULK_RA_WB, which allows users of ugen(4) to request readgdt
2006-06-09stack police: Don't allocate large buffers on the stack for I/O. Put thechristos
2006-04-14Coverity CID 1354: Add a KASSERT to convince coverity that there is no NULLchristos
2006-04-14Coverity CID 1355: Add a KASSERT to convince coverity that this is not NULL.christos
2006-03-28Use device_unit().thorpej
2006-03-01merge yamt-uio_vmspace branch.yamt
2005-12-11merge ktrace-lwp.christos
2005-11-28Add a new match level, UMATCH_HIGHEST.augustss
2005-11-23Normally a ugen device only attaches if no other driver wants the device.augustss
2005-06-21PR-30566: Poll must not return <sys/errno.h> values.ws
2005-05-30- const poisoningchristos
2005-05-17Allow multiple opens of the control endpoint. This is unproblematic sinceaugustss