summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ulpt.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all calls to minor() with dev2unit().ed2008-09-271-2/+2
* Latest round of usb cleanups:imp2007-06-211-0/+1
* s/logprintf/printf/gimp2007-06-201-2/+2
* Expand usb_port.h macros.imp2007-06-181-15/+39
* Expand USB_MATCH_STARTimp2007-06-171-1/+1
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalimp2007-06-131-3/+6
* Eliminate usb_thread_t.imp2007-06-121-3/+3
* Remove USBDEV() macro. We do not need a macro that is defined as itsimp2007-06-121-8/+6
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-121-5/+5
* Remove devinfo junk.imp2007-06-091-69/+2
* Remove compat ifdefs for version < 500014 from the rest of the USB files.brueffer2007-06-071-3/+0
* More removing compatibility macros.imp2006-09-071-12/+12
* s/Static/static/gimp2006-09-061-7/+7
* Fix a > 1 year old typo that caused the ulpt driver to try readingiedowse2005-11-121-1/+1
* Don't wait for the printer to become ready before allowing the open toimp2005-07-151-23/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Tweak the compatibility macros a little so that the device printing isimp2004-08-151-3/+1
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.imp2004-06-271-1/+1
* MFNetBSD 1.60, author: augustssle2004-06-231-55/+182
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-6/+6
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* I don't know from where the notion that device driver should orphk2003-09-281-10/+0
* Fix the cdevsw compatibility for -stable.joe2003-08-251-1/+1
* Use __FBSDID().obrien2003-08-241-1/+3
* If the device goes away during ulpt_reset(), make sure not to calliedowse2003-06-151-1/+7
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+6
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Ignore IEEE1284 descriptors when looking for bidirectional mode. We don'tdes2002-12-161-2/+2
* MFNetBSD: 1.52-1.55des2002-12-161-4/+17
* Check for errors and zero-length transfers in the ulpt_input() inputiedowse2002-10-301-0/+6
* MFNetBSD: 1.51joe2002-08-161-4/+5
* MFNetBSD: (1.50) Get rid of trailing white space.joe2002-08-161-5/+5
* Use the hw.usb sysctl tree instead of debug.usb.joe2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch thejoe2002-07-311-2/+2
* Get bored with hard coded debug level variables and introduce a debug.usbjoe2002-07-311-0/+3
* MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96),joe2002-05-061-2/+2
* Be more specific about when block major numbers disappeared fromjoe2002-03-111-1/+1
* in ulpt_reset() req.bmRequestType was unitialized, fix it.alfred2002-02-261-0/+1
* Re-add bmaj to the cdevsw's, but don't compile it in on -current.joe2002-02-151-0/+3
* Merge from NetBSD: revs 1.43 + 1.45joe2002-02-111-5/+25
* Sync with NetBSD:joe2002-01-021-7/+7
* NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)joe2002-01-021-3/+3
* Set ulptusein = 0 so that the machine doesn't hang solid after aphk2001-10-121-1/+1
* KSE Milestone 2julian2001-09-121-3/+3
* Pull in the current version of NetBSD's ulpt.c, supporting bidirectionaln_hibma2001-07-051-83/+201
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Fix for powering off a HP DJ950C during printing. As stated by Ian:n_hibma2000-11-071-0/+5
* Remove unneccessary includes. (phk)n_hibma2000-10-101-3/+1
OpenPOWER on IntegriCloud