summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uscanner.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago.ajacoutot2013-08-201-678/+0
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-7/+7
* proc.h is way too much header for usb to handle.tedu2013-03-281-2/+1
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-4/+1
* kqueue attach functions should return an errno or 0, not a plain 1. Fixnicm2011-07-021-3/+3
* 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
* No more ss(4) or usscanner(4). Unused, unloved and unmaintained.krw2010-07-031-18/+1
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* support EPSON CX5400 scanner; Christophe Etcheverry <cetcheve at gmail dot com>deraadt2008-02-261-1/+2
* - add support for more multifunction Epson devices (from FreeBSD and SANE).ajacoutot2007-11-101-2/+5
* - from FreeBSD:ajacoutot2007-11-061-12/+25
* treat usb vendor/product names as a locator, and have usbd_print handle it,deraadt2007-10-111-6/+1
* 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-5/+5
* 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-6/+6
* More USB cleanup: In usb_port.h, get rid of the sel_klist #definemk2007-06-111-3/+3
* Remove the definition and use of the USBDEVNAME macro.mbalmer2007-06-101-10/+10
* 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 the "Static" declaration of many functions. It was defined to be emptymbalmer2007-06-051-9/+9
* Remove more #ifdef/#endif's that checked for other bsds. No binarymbalmer2007-05-311-86/+1
* Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.jsg2007-05-271-15/+16
* Remove logprintf macrojsg2007-05-211-3/+3
* poll errors should be POLLERR, not some random E valuetedu2006-11-011-2/+2
* More Canon scanners, from NetBSD via Matthieu Baptiste.miod2006-07-011-1/+4
* In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesmiod2006-06-231-2/+2
* Move contents of sys/select.h to sys/selinfo.h in preparation for amillert2005-11-211-5/+1
* Don't keep the devinfo string on the stack, instead use malloc/free.brad2005-08-011-4/+5
* put "do { } while (0)" wrappers on all the debug maroc functionsderaadt2004-07-081-3/+3
* kqueue support for various usb devices including: usb, uhid, ugen,nate2003-06-271-2/+52
* more scanners from netbsdnate2003-05-171-1/+4
* string cleanup; nate okderaadt2003-05-071-2/+2
* sync with NetBSDnate2002-11-111-4/+18
* update $NetBSD$ tagsnate2002-07-251-2/+2
* get rid of trailing whitespacenate2002-07-251-4/+4
* 'this is a scanner'todd2002-07-121-1/+2
* no provate cdev_decl()s, they are in sys/conf.h nowmickey2002-07-101-2/+2
* scanner updates from NetBSDnate2002-07-091-163/+173
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-171/+163
* Sync ulpt driver with NetBSDnate2002-05-071-163/+171
* new names, nate broke the treederaadt2002-01-031-2/+2
* Synchronize usb code with NetBSD.nate2001-10-311-2/+10
* Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three differentaaron2001-05-031-2/+8
* Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)aaron2001-01-281-6/+8
* Driver for USB scanners; from NetBSD.aaron2000-11-161-0/+671