usb/98106: Add support and docs for 4 USB Scanners

Lars Engels lars.engels at 0x20.net
Mon May 29 13:50:46 PDT 2006


>Number:         98106
>Category:       usb
>Synopsis:       Add support and docs for 4 USB Scanners
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-usb
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 29 20:50:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Lars Engels
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD krusty.bsd-geek.de 6.1-STABLE FreeBSD 6.1-STABLE #1: Fri May 12 09:17:16 CEST 2006 lars at krusty.bsd-geek.de:/usr/obj/usr/src/sys/KRUSTY i386


	
>Description:
Add support and documentation for the following USB scanners:
- Canon CanoScan LiDE 20
- Canon CanoScan LiDE 25
- Canon CanoScan LiDE 30
- Epson Perfection 1270 
	
>How-To-Repeat:
	
>Fix:

	

--- add-uscanners.diff begins here ---
--- sys/dev/usb/uscanner.c.orig	Mon May 29 22:23:18 2006
+++ sys/dev/usb/uscanner.c	Mon May 29 22:28:41 2006
@@ -123,6 +123,9 @@
   /* Canon */
  {{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N656U }, 0 },
  {{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N676U }, 0 },
+ {{ USB_VENDOR_CANON, USB_PRODUCT_CANON_LIDE20 }, 0 }, 
+ {{ USB_VENDOR_CANON, USB_PRODUCT_CANON_LIDE25 }, 0 }, 
+ {{ USB_VENDOR_CANON, USB_PRODUCT_CANON_LIDE30 }, 0 }, 
  {{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N1220U }, 0 },
  {{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N1240U }, 0 },
 
@@ -203,6 +206,7 @@
  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1660 }, 0 },
  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1670 }, 0 },
  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1260 }, 0 },
+ {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1270 }, 0 },
  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_3200 }, USC_KEEP_OPEN },
  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_GT9700F }, USC_KEEP_OPEN },
  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_GT9300UF }, 0 },
--- sys/dev/usb/usbdevs.orig	Mon May 29 21:58:40 2006
+++ sys/dev/usb/usbdevs	Mon May 29 22:22:01 2006
@@ -707,6 +707,9 @@
 product CANON N1220U		0x2207	CanoScan N1220U
 product CANON N676U		0x220d	CanoScan N676U
 product CANON N1240U		0x220e	CanoScan N1240U
+product CANON LIDE20		0x220d	CanoScan LiDE 20
+product CANON LIDE25		0x2220	CanoScan LiDE 25
+product CANON LIDE30		0x220e	CanoScan LiDE 30
 product CANON S10		0x3041	PowerShot S10
 product CANON S100		0x3045	PowerShot S100
 product CANON S200		0x3065	PowerShot S200
@@ -856,6 +859,7 @@
 product EPSON GT9300UF		0x011b	GT-9300UF scanner
 product EPSON 3200		0x011c	Perfection 3200 scanner
 product EPSON 1260		0x011d	Perfection 1260 scanner
+product EPSON 1270		0x0120	Perfection 1270 scanner
 product EPSON 1660		0x011e	Perfection 1660 scanner
 product EPSON 1670		0x011f	Perfection 1670 scanner
 
--- share/man/man4/uscanner.4.orig	Mon May 29 22:30:40 2006
+++ share/man/man4/uscanner.4	Thu May 11 21:23:02 2006
@@ -100,8 +100,6 @@
 .It
 Canon CanoScan LIDE 20
 .It
-Canon CanoScan LIDE 25
-.It
 Canon CanoScan LIDE 30
 .It
 Epson Perfection 610
@@ -117,8 +115,6 @@
 Epson Perfection 1250
 .It
 Epson Perfection 1260
-.It
-Epson Perfection 1270
 .It
 Epson Expression 1600
 .It
--- add-uscanners.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-usb mailing list