index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
uscanner.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for the Epson Perfection 1670 scanner.
tjr
2004-03-13
1
-0
/
+1
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Make uscanner recognise EPSON Perfection 3200. Tested with xsane.
wilko
2004-02-19
1
-0
/
+1
*
Add the Canon N1240U to the mix. It appears to be similar to the
imp
2004-01-31
1
-0
/
+1
*
Add support
sanpei
2004-01-03
1
-0
/
+2
*
resort device list
sanpei
2003-12-22
1
-3
/
+3
*
Add Support
sanpei
2003-12-18
1
-0
/
+3
*
Don't call makedev().
ticso
2003-10-01
1
-5
/
+5
*
I don't know from where the notion that device driver should or
phk
2003-09-28
1
-4
/
+0
*
Fix the cdevsw compatibility for -stable.
joe
2003-08-25
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
MFNetBSD:
joe
2003-07-14
1
-1
/
+4
*
Add ID for UMAX Astra 2100U
ache
2003-07-09
1
-0
/
+1
*
USB scanner support for Mustek BearPaw scanner.
joe
2003-07-01
1
-0
/
+1
*
Support the Epson GT-9300UF usb scanner.
joe
2003-07-01
1
-0
/
+1
*
Allow the EPSON USB scanner 1250 to be recognised as a uscanner device.
joe
2003-06-13
1
-0
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+7
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Add support for Epson 1660 scanner.
joe
2003-01-21
1
-0
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
Support for the "Seiko Epson Perfection 1260 scanner".
joe
2003-01-20
1
-0
/
+1
*
Use the hw.usb sysctl tree instead of debug.usb.
joe
2002-08-08
1
-1
/
+2
*
Replace the FOO_DEBUG definitions with USB_DEBUG, and switch the
joe
2002-07-31
1
-1
/
+1
*
Get bored with hard coded debug level variables and introduce a debug.usb
joe
2002-07-31
1
-0
/
+3
*
Enable the HP 2200C and Visioneer Scanport 3000 scanners, and remove
joe
2002-07-31
1
-4
/
+6
*
Add the Primax (Visioneer) 6200 scanner.
joe
2002-07-31
1
-0
/
+1
*
Be more specific about when block major numbers disappeared from
joe
2002-03-11
1
-1
/
+1
*
Support the HP 5400C scanner.
joe
2002-02-14
1
-0
/
+1
*
Rework revision 1.12, and wrap the bmaj entry with an #if doesn't
joe
2002-02-14
1
-0
/
+3
*
Reinstate revision 1.14. The empty uscannerioctl() was accidently
joe
2002-02-14
1
-6
/
+0
*
Merge from NetBSD.
joe
2002-02-11
1
-1
/
+25
*
Quiet a qualifier warning.
joe
2002-02-11
1
-1
/
+1
*
Merge from NetBSD: revs 1.12 and 1.21 - 1.23
joe
2002-02-11
1
-125
/
+143
*
ANSIfy the function declarations, in line with NetBSD.
joe
2002-02-11
1
-33
/
+8
*
NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)
joe
2002-01-02
1
-6
/
+6
*
Add Mustek 1200 CU Plus scanner.
sobomax
2001-11-28
1
-0
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-6
/
+6
*
Add support for the HP 4300C scanner.
n_hibma
2001-08-21
1
-0
/
+1
*
Regen.
n_hibma
2001-08-21
1
-4
/
+6
*
Remove the empty uscannerioctl() and use noioctl() instead.
phk
2001-05-23
1
-8
/
+1
*
Small patch is required to the USB susbsystem to include support for
phk
2001-03-28
1
-0
/
+1
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
1
-0
/
+4
*
Readd the id removed by sheldon in the previous commit to uscanner.c.
n_hibma
2001-01-04
1
-0
/
+1
*
Revert rev 1.8, which broke the installkernel target.
sheldonh
2001-01-04
1
-1
/
+0
*
Add the Id of the Epson 1640 scanner.
n_hibma
2001-01-03
1
-0
/
+1
*
Remove a warning.
n_hibma
2000-12-08
1
-1
/
+2
*
Set OPEN Flag on open.
n_hibma
2000-11-15
1
-3
/
+11
*
Cut&paste bug: Set USBD_SHORT_XFER_OK unconditionally
n_hibma
2000-11-01
1
-1
/
+1
[next]