summaryrefslogtreecommitdiff
path: root/sys/dev/usb/urio.c
AgeCommit message (Expand)Author
2016-12-04Whitespaceskrll
2016-11-25+#include "opt_usb.h"skrll
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-04-23Merge nick-nhusbskrll
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2012-12-27Consistent/Correct error message from failing usbd_set_config.skrll
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
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2009-12-06Simplify device-activation hooks.dyoung
2009-09-23fix up USB drivers printing of autoconf informationplunky
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
2007-03-13Introduce different autoconf interface attributes for USB driversdrochner
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-03add missing initializer.christos
2006-03-28Use device_unit().thorpej
2006-03-01merge yamt-uio_vmspace branch.yamt
2005-12-11merge ktrace-lwp.christos
2005-05-11Don't keep the devinfo string on the stack, instead use malloc/free.augustss
2004-04-23use bounded string ops (snprintf, strl*)itojun
2003-11-24Add a device. From OpenBSD.augustss
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-11use nopoll() instead of empty uriopoll() for NetBSDjdolecek
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-07-11Get rid of trailing white space.augustss
2002-02-11Give usbd_do_request_flags() an extra argument for the timeout.augustss
2001-12-31Make a typedef for struct proc to make portingeasier.augustss
2001-12-16handle vendor and product lookup with common routineichiro
2001-12-12Use USBD_NO_COPY in for some transfers where it was missing.augustss
2001-11-13add RCSIDslukem
2001-09-25Match the Diamon Rio800. Reported working by Chris Lloyd in kern/14064.jdolecek
2000-10-24Tell usbd_set_config_no() to be verbose. It's nice to know whyit fails.augustss
2000-09-14Recognize Rio 600.augustss
2000-06-01Bring the coding style into the 80s, i.e., get rid of __P and useaugustss
2000-04-27Change my email address.augustss
2000-04-14Add a driver for the Rio 500 MP3 player.augustss