aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/ulpt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Corrected the latent fact that the uhub driver was providing a driver forNick Hibma1999-01-141-1/+1
* Changed DRIVER_MODULE to CDEV_DRIVER_MODULENick Hibma1999-01-121-3/+4
* Added file handling to ulpt (USB printer) driverNick Hibma1999-01-111-2/+39
* Sync with NetBSD sources. Almost there. Mostly style fixes.Nick Hibma1999-01-101-3/+2
* Major synchronisation with NetBSD USB codeNick Hibma1999-01-071-133/+44
* Added Id to all filesNick Hibma1998-12-141-0/+1
* Initial commit of ported NetBSD USB stackNick Hibma1998-11-261-0/+502