summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uscanner.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the cdevsw compatibility for -stable.Josef Karthauser2003-08-251-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* MFNetBSD:Josef Karthauser2003-07-141-1/+4
* Add ID for UMAX Astra 2100UAndrey A. Chernov2003-07-091-0/+1
* USB scanner support for Mustek BearPaw scanner.Josef Karthauser2003-07-011-0/+1
* Support the Epson GT-9300UF usb scanner.Josef Karthauser2003-07-011-0/+1
* Allow the EPSON USB scanner 1250 to be recognised as a uscanner device.Josef Karthauser2003-06-131-0/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+7
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Add support for Epson 1660 scanner.Josef Karthauser2003-01-211-0/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Support for the "Seiko Epson Perfection 1260 scanner".Josef Karthauser2003-01-201-0/+1
* Use the hw.usb sysctl tree instead of debug.usb.Josef Karthauser2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch theJosef Karthauser2002-07-311-1/+1
* Get bored with hard coded debug level variables and introduce a debug.usbJosef Karthauser2002-07-311-0/+3
* Enable the HP 2200C and Visioneer Scanport 3000 scanners, and removeJosef Karthauser2002-07-311-4/+6
* Add the Primax (Visioneer) 6200 scanner.Josef Karthauser2002-07-311-0/+1
* Be more specific about when block major numbers disappeared fromJosef Karthauser2002-03-111-1/+1
* Support the HP 5400C scanner.Josef Karthauser2002-02-141-0/+1
* Rework revision 1.12, and wrap the bmaj entry with an #if doesn'tJosef Karthauser2002-02-141-0/+3
* Reinstate revision 1.14. The empty uscannerioctl() was accidentlyJosef Karthauser2002-02-141-6/+0
* Merge from NetBSD.Josef Karthauser2002-02-111-1/+25
* Quiet a qualifier warning.Josef Karthauser2002-02-111-1/+1
* Merge from NetBSD: revs 1.12 and 1.21 - 1.23Josef Karthauser2002-02-111-114/+132
* ANSIfy the function declarations, in line with NetBSD.Josef Karthauser2002-02-111-33/+8
* NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)Josef Karthauser2002-01-021-6/+6
* Add Mustek 1200 CU Plus scanner.Maxim Sobolev2001-11-281-0/+1
* KSE Milestone 2Julian Elischer2001-09-121-6/+6
* Add support for the HP 4300C scanner.Nick Hibma2001-08-211-0/+1
* Regen.Nick Hibma2001-08-211-4/+6
* Remove the empty uscannerioctl() and use noioctl() instead.Poul-Henning Kamp2001-05-231-8/+1
* Small patch is required to the USB susbsystem to include support forPoul-Henning Kamp2001-03-281-0/+1
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-0/+4
* Readd the id removed by sheldon in the previous commit to uscanner.c.Nick Hibma2001-01-041-0/+1
* Revert rev 1.8, which broke the installkernel target.Sheldon Hearn2001-01-041-1/+0
* Add the Id of the Epson 1640 scanner.Nick Hibma2001-01-031-0/+1
* Remove a warning.Nick Hibma2000-12-081-1/+2
* Set OPEN Flag on open.Nick Hibma2000-11-151-3/+11
* Cut&paste bug: Set USBD_SHORT_XFER_OK unconditionallyNick Hibma2000-11-011-1/+1
* remove an unused function (and a warning)Nick Hibma2000-10-301-6/+1
* The USB scanner driver. To be used together with SANE.Nick Hibma2000-10-251-0/+663