summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ulpt.c
AgeCommit message (Expand)Author
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
2001-10-19Match printers that report their interface as IEEE 1284 in addition tonathanw
2001-04-16Use the bi-directional protocol if the printer supports it.augustss
2001-01-07Try both the old (wrong) and new SOFT_RESET request type.augustss
2000-12-29Update many URLs.augustss
2000-12-05Make sure to increment reference count while the (lengthy) openingaugustss
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-14Fix a typo in a comment.augustss
2000-03-29Some OpenBSD portability fixes.augustss