aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/ulpt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove __P prototypes to reduce diffs between the NetBSD and FreeBSDNick Hibma2000-07-171-6/+6
* Sync with NetBSD:Nick Hibma2000-05-141-3/+3
* Change Lennart's e-mail address.Nick Hibma2000-05-141-1/+1
* Remove 42 unneeded #include <sys/ioccom.h>.Poul-Henning Kamp2000-05-031-1/+0
* OpenBSD has a broken debugger that does not grok static. Use aNick Hibma2000-04-031-5/+5
* Synchronisation with NetBSD 1999/11/27Nick Hibma1999-11-281-4/+4
* Revoke the vnodes on detach. This avoids the crashes people have seenNick Hibma1999-11-211-1/+10
* Synchronisation with NetBSD as of 1999/11/16:Nick Hibma1999-11-171-37/+41
* Rename remove_dev() to destroy_dev().Poul-Henning Kamp1999-11-081-2/+2
* ulpt.c and ums.c already uses make_dev(), so there's no need to use thePeter Wemm1999-11-081-2/+1
* Major synchronisation with the NetBSD USB stack:Nick Hibma1999-10-071-68/+202
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* We use device_set_desc_copy, so we do not need to free the copied textNick Hibma1999-08-281-1/+1
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.Poul-Henning Kamp1999-07-041-2/+1
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-5/+20
* 1) Add URL for printer class specificationNick Hibma1999-05-301-12/+8
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenPoul-Henning Kamp1999-05-091-1/+1
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-071-2/+2
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-6/+1
* 1) Make debugging more selective.Nick Hibma1999-04-111-4/+4
* Cosmetical changes.Nick Hibma1999-03-221-4/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* Textual changesNick Hibma1999-01-221-0/+1