summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ulpt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove __P prototypes to reduce diffs between the NetBSD and FreeBSDn_hibma2000-07-171-6/+6
* Sync with NetBSD:n_hibma2000-05-141-3/+3
* Change Lennart's e-mail address.n_hibma2000-05-141-1/+1
* Remove 42 unneeded #include <sys/ioccom.h>.phk2000-05-031-1/+0
* OpenBSD has a broken debugger that does not grok static. Use an_hibma2000-04-031-5/+5
* Synchronisation with NetBSD 1999/11/27n_hibma1999-11-281-4/+4
* Revoke the vnodes on detach. This avoids the crashes people have seenn_hibma1999-11-211-1/+10
* Synchronisation with NetBSD as of 1999/11/16:n_hibma1999-11-171-37/+41
* Rename remove_dev() to destroy_dev().phk1999-11-081-2/+2
* ulpt.c and ums.c already uses make_dev(), so there's no need to use thepeter1999-11-081-2/+1
* Major synchronisation with the NetBSD USB stack:n_hibma1999-10-071-68/+202
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* We use device_set_desc_copy, so we do not need to free the copied textn_hibma1999-08-281-1/+1
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-041-2/+1
* This commit should be a extensive NO-OP:phk1999-05-301-5/+20
OpenPOWER on IntegriCloud