summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uscanner.c
Commit message (Expand)AuthorAgeFilesLines
* Allow the EPSON USB scanner 1250 to be recognised as a uscanner device.joe2003-06-131-0/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+7
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Add support for Epson 1660 scanner.joe2003-01-211-0/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Support for the "Seiko Epson Perfection 1260 scanner".joe2003-01-201-0/+1
* 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-1/+1
* Get bored with hard coded debug level variables and introduce a debug.usbjoe2002-07-311-0/+3
* Enable the HP 2200C and Visioneer Scanport 3000 scanners, and removejoe2002-07-311-4/+6
* Add the Primax (Visioneer) 6200 scanner.joe2002-07-311-0/+1
* Be more specific about when block major numbers disappeared fromjoe2002-03-111-1/+1
* Support the HP 5400C scanner.joe2002-02-141-0/+1
* Rework revision 1.12, and wrap the bmaj entry with an #if doesn'tjoe2002-02-141-0/+3
* Reinstate revision 1.14. The empty uscannerioctl() was accidentlyjoe2002-02-141-6/+0
* Merge from NetBSD.joe2002-02-111-1/+25
* Quiet a qualifier warning.joe2002-02-111-1/+1
* Merge from NetBSD: revs 1.12 and 1.21 - 1.23joe2002-02-111-125/+143
* ANSIfy the function declarations, in line with NetBSD.joe2002-02-111-33/+8
* NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)joe2002-01-021-6/+6
* Add Mustek 1200 CU Plus scanner.sobomax2001-11-281-0/+1
* KSE Milestone 2julian2001-09-121-6/+6
* Add support for the HP 4300C scanner.n_hibma2001-08-211-0/+1
* Regen.n_hibma2001-08-211-4/+6
* Remove the empty uscannerioctl() and use noioctl() instead.phk2001-05-231-8/+1
* Small patch is required to the USB susbsystem to include support forphk2001-03-281-0/+1
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-0/+4
* Readd the id removed by sheldon in the previous commit to uscanner.c.n_hibma2001-01-041-0/+1
* Revert rev 1.8, which broke the installkernel target.sheldonh2001-01-041-1/+0
* Add the Id of the Epson 1640 scanner.n_hibma2001-01-031-0/+1
* Remove a warning.n_hibma2000-12-081-1/+2
* Set OPEN Flag on open.n_hibma2000-11-151-3/+11
* Cut&paste bug: Set USBD_SHORT_XFER_OK unconditionallyn_hibma2000-11-011-1/+1
* remove an unused function (and a warning)n_hibma2000-10-301-6/+1
* The USB scanner driver. To be used together with SANE.n_hibma2000-10-251-0/+663
OpenPOWER on IntegriCloud