aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/ulpt.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-2/+2
* Latest round of usb cleanups:Warner Losh2007-06-211-0/+1
* s/logprintf/printf/gWarner Losh2007-06-201-2/+2
* Expand usb_port.h macros.Warner Losh2007-06-181-15/+39
* Expand USB_MATCH_STARTWarner Losh2007-06-171-1/+1
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalWarner Losh2007-06-131-3/+6
* Eliminate usb_thread_t.Warner Losh2007-06-121-3/+3
* Remove USBDEV() macro. We do not need a macro that is defined as itsWarner Losh2007-06-121-8/+6
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromWarner Losh2007-06-121-5/+5
* Remove devinfo junk.Warner Losh2007-06-091-69/+2
* Remove compat ifdefs for version < 500014 from the rest of the USB files.Christian Brueffer2007-06-071-3/+0
* More removing compatibility macros.Warner Losh2006-09-071-12/+12
* s/Static/static/gWarner Losh2006-09-061-7/+7
* Fix a > 1 year old typo that caused the ulpt driver to try readingIan Dowse2005-11-121-1/+1
* Don't wait for the printer to become ready before allowing the open toWarner Losh2005-07-151-23/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Tweak the compatibility macros a little so that the device printing isWarner Losh2004-08-151-3/+1
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.Warner Losh2004-06-271-1/+1
* MFNetBSD 1.60, author: augustssLukas Ertl2004-06-231-55/+182
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-6/+6
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* I don't know from where the notion that device driver should orPoul-Henning Kamp2003-09-281-10/+0
* Fix the cdevsw compatibility for -stable.Josef Karthauser2003-08-251-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* If the device goes away during ulpt_reset(), make sure not to callIan Dowse2003-06-151-1/+7
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+6
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Ignore IEEE1284 descriptors when looking for bidirectional mode. We don'tDag-Erling Smørgrav2002-12-161-2/+2
* MFNetBSD: 1.52-1.55Dag-Erling Smørgrav2002-12-161-4/+17
* Check for errors and zero-length transfers in the ulpt_input() inputIan Dowse2002-10-301-0/+6
* MFNetBSD: 1.51Josef Karthauser2002-08-161-4/+5
* MFNetBSD: (1.50) Get rid of trailing white space.Josef Karthauser2002-08-161-5/+5
* Use the hw.usb sysctl tree instead of debug.usb.Josef Karthauser2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch theJosef Karthauser2002-07-311-2/+2
* Get bored with hard coded debug level variables and introduce a debug.usbJosef Karthauser2002-07-311-0/+3
* MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96),Josef Karthauser2002-05-061-2/+2
* Be more specific about when block major numbers disappeared fromJosef Karthauser2002-03-111-1/+1
* in ulpt_reset() req.bmRequestType was unitialized, fix it.Alfred Perlstein2002-02-261-0/+1
* Re-add bmaj to the cdevsw's, but don't compile it in on -current.Josef Karthauser2002-02-151-0/+3
* Merge from NetBSD: revs 1.43 + 1.45Josef Karthauser2002-02-111-5/+25
* Sync with NetBSD:Josef Karthauser2002-01-021-7/+7
* NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)Josef Karthauser2002-01-021-3/+3
* Set ulptusein = 0 so that the machine doesn't hang solid after aPoul-Henning Kamp2001-10-121-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* Pull in the current version of NetBSD's ulpt.c, supporting bidirectionalNick Hibma2001-07-051-83/+201
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Fix for powering off a HP DJ950C during printing. As stated by Ian:Nick Hibma2000-11-071-0/+5
* Remove unneccessary includes. (phk)Nick Hibma2000-10-101-3/+1