Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 2001 19:52:34 +0900 (JST)
From:      hidero@po.iijnet.or.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/24406: USB Image scanner not worked
Message-ID:  <200101171052.f0HAqYa01315@po.iijnet.or.jp>

next in thread | raw e-mail | index | archive | help

>Number:         24406
>Category:       kern
>Synopsis:       USB Image scanner not worked
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 17 03:00:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Sasaki Hideo
>Release:        FreeBSD 4.2-RELEASE i386
>Organization:
>Environment:

	CPU: IBM ThinkPad X20 (2662-34J)
	Scanner: Seiko Epson GT-7700U (has USB interface)

>Description:

	My image scanner "Epson GT-7700U" not work on FreeBSD 4.2R.
	This scanner connect on USB interface, kernel wrote following message.

	/kernel: ugen0: EPSON GT-7700, rev 1.00/1.03, addr 3

>How-To-Repeat:

	That scanner connect on any USB interfaces, not work all time.

>Fix:

	Apply this patches.

*** /usr/src/sys/dev/usb/usbdevs.h.org	Tue Jan 16 21:51:41 2001
--- /usr/src/sys/dev/usb/usbdevs.h	Tue Jan 16 19:03:43 2001
***************
*** 459,462 ****
--- 459,463 ----
  #define	USB_PRODUCT_EPSON_1200	0x0104		/* Perfection 1200U / 1200Photo scanner */
  #define	USB_PRODUCT_EPSON_1600	0x0107		/* Expression 1600 */
+ #define	USB_PRODUCT_EPSON_GT7700	0x010b		/* GT-7700U */
  
  /* e-TEK Labs products */

*** /usr/src/sys/dev/usb/usbdevs_data.h.org	Tue Jan 16 21:51:59 2001
--- /usr/src/sys/dev/usb/usbdevs_data.h	Tue Jan 16 19:05:41 2001
***************
*** 575,578 ****
--- 575,584 ----
  	},
  	{
+ 	    USB_VENDOR_EPSON, USB_PRODUCT_EPSON_GT7700,
+ 	    0,
+ 	    "Seiko Epson Corp.",
+ 	    "GT-7700U",
+ 	},
+ 	{
  	    USB_VENDOR_ETEK, USB_PRODUCT_ETEK_1COM,
  	    0,

*** /usr/src/sys/dev/usb/uscanner.c.org	Tue Jan 16 21:52:09 2001
--- /usr/src/sys/dev/usb/uscanner.c	Tue Jan 16 19:06:11 2001
***************
*** 144,147 ****
--- 144,148 ----
  	{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1200 },
  	{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1600 },
+ 	{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_GT7700 },
  
  	/* UMAX */


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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101171052.f0HAqYa01315>