aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/uscanner.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-1/+1
* Add USB ids for the Epson DX7400 / CX7300 multifunction scanner printerLuigi Rizzo2008-06-271-0/+1
* Add support for the Epson 4800 scanner.Remko Lodder2008-05-181-0/+1
* Add Epson DX8400 scanner.Warner Losh2008-04-291-0/+1
* Add support for the EPSON CX5400 scannerRemko Lodder2008-02-261-0/+1
* Add entries for Epson multifunction scanner/printer/card readers,Luigi Rizzo2007-10-051-6/+36
* add Benq 3300U/4300U supportWarner Losh2007-06-221-0/+1
* Latest round of usb cleanups:Warner Losh2007-06-211-13/+31
* s/logprintf/printf/gWarner Losh2007-06-201-2/+2
* Mark the few remaining drivers that haven't been converted as needingWarner Losh2007-06-181-0/+1
* Expand USB_MATCH_STARTWarner Losh2007-06-171-1/+1
* Remove more __OtherBSD__ ifdefs that don't make sense, and haven't forWarner Losh2007-06-131-52/+0
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalWarner Losh2007-06-131-3/+6
* Eliminate usb_thread_t.Warner Losh2007-06-121-3/+3
* Remove USBDEV() macro. We do not need a macro that is defined as itsWarner Losh2007-06-121-7/+5
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromWarner Losh2007-06-121-5/+5
* Remove devinfo junk.Warner Losh2007-06-091-5/+1
* Remove compat ifdefs for version < 500014 from the rest of the USB files.Christian Brueffer2007-06-071-7/+0
* Add support for Epson Stylus CX4200 in uscanner(4).Florent Thoumie2006-10-071-0/+1
* - Add support for Epson USB Scanners (3590 [1] and 4990 [2]).Florent Thoumie2006-10-071-0/+2
* More removing compatibility macros.Warner Losh2006-09-071-11/+11
* s/Static/static/gWarner Losh2006-09-061-7/+7
* Add identifier for the Epson CX3650 all-in-one scanner function.Bruce M Simpson2006-08-061-0/+1
* Add Epson Perfection 1270 scanner. All other scanners in the PR are alreadyAlexander Leidinger2006-06-181-0/+1
* - Add support for the Acer Acerscan 640BT.Florent Thoumie2006-04-111-0/+1
* - Add support for the Epson RX425 scanner.Florent Thoumie2006-04-101-0/+1
* Add support for Canon CanoScan D660U.Alexander Leidinger2006-01-081-0/+1
* Add Product ID for Acerscan 1240u and the corresponding entry in uscanner.c.Florent Thoumie2006-01-081-0/+1
* Add support for the HP 8200C/8250C/8290C scanners.Alexander Leidinger2005-12-291-0/+1
* Add support for the Canon CanoSvan LIDE 25.Alexander Leidinger2005-12-291-0/+1
* Add support for Epson 2480 scanner.Alexander Leidinger2005-12-291-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* sys/vnode.h is inappropriate for a driver. Use sys/uio.h instead.Warner Losh2004-12-131-1/+1
* Revert addition of Lide scanner entry..Julian Elischer2004-12-131-1/+0
* Add support for Cannon LIDE 20 scannerJulian Elischer2004-12-121-0/+1
* Add identifiers for the HP Laserjet 2300d USBRalf S. Engelschall2004-10-241-0/+1
* Add support Nikon CoolScan LS40 EDMIHIRA Sanpei Yoshiro2004-09-031-0/+3
* Tweak the compatibility macros a little so that the device printing isWarner Losh2004-08-151-1/+0
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.Warner Losh2004-06-271-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-6/+6
* Add support for the Epson Perfection 1670 scanner.Tim J. Robbins2004-03-131-0/+1
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Make uscanner recognise EPSON Perfection 3200. Tested with xsane.Wilko Bulte2004-02-191-0/+1
* Add the Canon N1240U to the mix. It appears to be similar to theWarner Losh2004-01-311-0/+1
* Add supportMIHIRA Sanpei Yoshiro2004-01-031-0/+2
* resort device listMIHIRA Sanpei Yoshiro2003-12-221-3/+3
* Add SupportMIHIRA Sanpei Yoshiro2003-12-181-0/+3
* Don't call makedev().Bernd Walter2003-10-011-5/+5
* I don't know from where the notion that device driver should orPoul-Henning Kamp2003-09-281-4/+0