summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ulpt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't bother keeping a {u,}lptioctl function which is a duplicate ofmiod2011-09-171-15/+1
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-4/+1
* garbage collect "usb events". without /dev/usb there is no way to accessjakemsr2011-01-251-6/+1
* remove dying flag in detach() function.yuo2010-09-241-2/+1
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* stop waiting for the printer to become ready, see PR 5427 for morederaadt2008-10-091-19/+3
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* treat usb vendor/product names as a locator, and have usbd_print handle it,deraadt2007-10-111-6/+3
* Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andmbalmer2007-06-141-2/+17
* Remove the definition and use of the device_ptr_t which was a struct device *.mbalmer2007-06-121-2/+2
* Remove the usb_proc_ptr type definition, which was really a 'struct proc *'mbalmer2007-06-111-4/+4
* Remove the USB_GET_SC_OPEN macro. There is a double check for sc == NULL inmbalmer2007-06-111-2/+6
* Remove the definition and use of the USB_GET_SC macro, no binary change.mbalmer2007-06-111-3/+3
* Remove the definition and use of the USBDEVNAME macro.mbalmer2007-06-101-13/+13
* Remove the definition and use of the USBDEV macro. It only created confusionmbalmer2007-06-101-6/+6
* Mechanical removal of USBBASEDEVICE. No binary change.mk2007-06-061-2/+2
* Remove more Free(?)BSD and NetBSD #ifdef/#endifs. No functional normbalmer2007-06-011-93/+1
* Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.jsg2007-05-271-15/+16
* Remove logprintf macrojsg2007-05-211-3/+3
* In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesmiod2006-06-231-2/+2
* Don't keep the devinfo string on the stack, instead use malloc/free.brad2005-08-011-11/+13
* put "do { } while (0)" wrappers on all the debug maroc functionsderaadt2004-07-081-3/+3
* updated URLs from Jared Yanovich;jmc2003-11-071-2/+2
* don't use 1284 modenate2003-05-191-4/+5
* string cleanup; nate okderaadt2003-05-071-2/+2
* sync with NetBSDnate2002-11-111-7/+19
* Remove more '\n's from panic() statements. Both trailing and leading.krw2002-10-121-2/+2
* update $NetBSD$ tagsnate2002-07-251-2/+2
* get rid of trailing whitespacenate2002-07-251-5/+5
* no provate cdev_decl()s, they are in sys/conf.h nowmickey2002-07-101-2/+2
* Sync ulpt driver with NetBSDnate2002-05-071-13/+31
* Synchronize usb code with NetBSD.nate2001-10-311-6/+7
* Match a IEEE 1284.4 protocol. We do not support this protocol directly,gluk2001-10-041-4/+6
* Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three differentaaron2001-05-031-41/+166
* Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)aaron2001-01-281-8/+33
* Sync with NetBSD. Too many changes to mention. For now I have skippedaaron2000-11-081-44/+18
* sync with NetBSD... well almost. someone w/ the hw should check umass.fgsch2000-07-041-2/+2
* Sync with NetBSD.aaron2000-04-141-3/+3
* Sync with NetBSD. USB Ethernet drivers should work now.aaron2000-03-301-7/+7
* Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theaaron2000-03-281-0/+594