summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ulpt.c
AgeCommit message (Expand)Author
2013-09-15Avoid unused variable warningsmartin
2012-08-24Destroy the reader callout on close, as discussed back in may on current-users.martin
2012-03-11minor cleanups from usbmp:mrg
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-03-29Don't comment out printer reset on open, if this causes a problem, use thembalmer
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-02-13More printf format fixes.bouyer
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-01-08Support FIONBIO.gdt
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 initializerchristos
2006-05-14integrate kauth.elad
2006-03-28Use device_unit().thorpej
2005-12-11merge ktrace-lwp.christos
2005-11-13Fix a long standing typo noticed by Alex Pivovarov on PR/32061.rpaulo
2005-05-30- const poisoningchristos
2005-05-23Sync 1284 id printing with the devinfo change, but leave it disabled for now.soren
2005-05-11Don't keep the devinfo string on the stack, instead use malloc/free.augustss
2005-02-27nuke trailing whitespaceperry
2004-10-23Use new functions for getting descriptors.augustss
2004-07-03Remove the call to ulpt_reset(). Although this *shouldn't* cause printers tomycroft
2004-06-14Remove change accidentally committed by tls.augustss
2004-04-23use bounded string ops (snprintf, strl*)itojun
2004-03-22MAXBSIZE->MAXPHYS -- this mysteriously broke all *kinds* of stuff whentls
2003-10-04Several changes: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
2003-01-05When detaching a ulpt device, call vdevgone() for the correspondingscw
2003-01-01Don't try to use 1284 mode.augustss
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-23Remove breaks after returns, unreachable returns and returns aftersimonb
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-15Move a quirk tests so the message printed about directionality is right.augustss
2002-07-11Get rid of trailing white space.augustss
2002-02-25Fix an uninitilized request. From Alfred Perlstein <bright@mu.org>.augustss
2002-02-11Give usbd_do_request_flags() an extra argument for the timeout.augustss
2002-02-11Some updates for FreeBSD.augustss
2001-12-31Make a typedef for struct proc to make portingeasier.augustss
2001-11-29Plug a memory leak in an error case.augustss
2001-11-13add RCSIDslukem