sane-project-website/old-archive/2001-05/0445.html

246 wiersze
7.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<TITLE>sane-devel: Re: Genius HR6 status (USB)</TITLE>
<META NAME="Author" CONTENT="Tasnim Ahmed (debugger@bigfoot.com)">
<META NAME="Subject" CONTENT="Re: Genius HR6 status (USB)">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Re: Genius HR6 status (USB)</H1>
<!-- received="Thu May 31 06:17:22 2001" -->
<!-- isoreceived="20010531131722" -->
<!-- sent="Thu, 31 May 2001 18:13:53 +0500" -->
<!-- isosent="20010531131353" -->
<!-- name="Tasnim Ahmed" -->
<!-- email="debugger@bigfoot.com" -->
<!-- subject="Re: Genius HR6 status (USB)" -->
<!-- id="01053118135300.00882@debugger" -->
<!-- inreplyto="01053109433705.00505@gja" -->
<STRONG>From:</STRONG> Tasnim Ahmed (<A HREF="mailto:debugger@bigfoot.com?Subject=Re:%20Genius%20HR6%20status%20(USB)&In-Reply-To=&lt;01053118135300.00882@debugger&gt;"><EM>debugger@bigfoot.com</EM></A>)<BR>
<STRONG>Date:</STRONG> Thu May 31 2001 - 06:13:53 PDT
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0446.html">Chris Pinkham: "Re: Is my Artec AT12 broken?"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0444.html">Charles Briscoe-Smith: "Is my Artec AT12 broken?"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0442.html">Jaeger, Gerhard: "Re: Genius HR6 status (USB)"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0452.html">Steven Ellis: "Re: Genius HR6 status (USB)"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0452.html">Steven Ellis: "Re: Genius HR6 status (USB)"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#445">[ date ]</A>
<A HREF="index.html#445">[ thread ]</A>
<A HREF="subject.html#445">[ subject ]</A>
<A HREF="author.html#445">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
Should have done this in my first mail but totally forgot. Sorry.
<BR>
<P>Anyway here is the complete output of usb.c as I am not sure which part is
<BR>
relevant and which not.
<BR>
<P>---start---
<BR>
usb.c: USB device number 2 default language ID 0x409
<BR>
Manufacturer: Genius
<BR>
Product: ColorPage-HR6 V2
<BR>
usb.c: unhandled interfaces on device
<BR>
usb.c: USB device 2 (vend/prod 0x458/0x2007) is not claimed by any active
<BR>
driver.
<BR>
&nbsp;&nbsp;Length = 18
<BR>
&nbsp;&nbsp;DescriptorType = 01
<BR>
&nbsp;&nbsp;USB version = 1.00
<BR>
&nbsp;&nbsp;Vendor:Product = 0458:2007
<BR>
&nbsp;&nbsp;MaxPacketSize0 = 8
<BR>
&nbsp;&nbsp;NumConfigurations = 1
<BR>
&nbsp;&nbsp;Device version = 1.00
<BR>
&nbsp;&nbsp;Device Class:SubClass:Protocol = 00:00:00
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;Per-interface classes
<BR>
Configuration:
<BR>
&nbsp;&nbsp;bLength = 9
<BR>
&nbsp;&nbsp;bDescriptorType = 02
<BR>
&nbsp;&nbsp;wTotalLength = 0027
<BR>
&nbsp;&nbsp;bNumInterfaces = 01
<BR>
&nbsp;&nbsp;bConfigurationValue = 01
<BR>
&nbsp;&nbsp;iConfiguration = 00
<BR>
&nbsp;&nbsp;bmAttributes = a0
<BR>
&nbsp;&nbsp;MaxPower = 0mA
<BR>
<P>&nbsp;&nbsp;Interface: 0
<BR>
&nbsp;&nbsp;Alternate Setting: 0
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;bLength = 9
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;bDescriptorType = 04
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;bInterfaceNumber = 00
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;bAlternateSetting = 00
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;bNumEndpoints = 03
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;bInterface Class:SubClass:Protocol = ff:00:ff
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;iInterface = 00
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;Endpoint:
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bLength = 7
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bDescriptorType = 05
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bEndpointAddress = 81 (in)
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bmAttributes = 03 (Interrupt)
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wMaxPacketSize = 0001
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bInterval = 10
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;Endpoint:
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bLength = 7
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bDescriptorType = 05
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bEndpointAddress = 82 (in)
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bmAttributes = 02 (Bulk)
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wMaxPacketSize = 0040
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bInterval = 00
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;Endpoint:
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bLength = 7
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bDescriptorType = 05
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bEndpointAddress = 03 (out)
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bmAttributes = 02 (Bulk)
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wMaxPacketSize = 0040
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bInterval = 00
<BR>
--end of usb.c kprint(s)---
<BR>
<P><P>On Thursday 31 May 2001 12:39, Jaeger, Gerhard wrote:
<BR>
<EM>&gt; Hi,
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; I'm not sure, but AFAIK KYE uses the NS983x chipset
</EM><BR>
<EM>&gt; for their USB devices. When I had a closer look at the plustek
</EM><BR>
<EM>&gt; source-codes for their USB devices I thought, that I saw some
</EM><BR>
<EM>&gt; comments 'bout KYE.
</EM><BR>
<EM>&gt; I'm currently working on the port of the Plustek driver. You might
</EM><BR>
<EM>&gt; send the Product ID and the Vendor Code to this list, so I'll
</EM><BR>
<EM>&gt; be able to compare to those stuff with that in the Plustek sources.
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; Gerhard
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; On Don, 31 Mai 2001, Tasnim Ahmed wrote:
</EM><BR>
<EM>&gt; &gt; Hi:
</EM><BR>
<EM>&gt; &gt;
</EM><BR>
<EM>&gt; &gt; I tried asking genius / kye systems, what the chipset is at the heart of
</EM><BR>
<EM>&gt; &gt; the HR6 (USB) flatbed scanner but got no reply. If anyone of you knows
</EM><BR>
<EM>&gt; &gt; about this and or the status of the scanner with sane please let me know.
</EM><BR>
<EM>&gt; &gt;
</EM><BR>
<EM>&gt; &gt; Its the last piece of hardware in my box which does not work in linux
</EM><BR>
<EM>&gt; &gt; and my box has nearly got everything.
</EM><BR>
<EM>&gt; &gt;
</EM><BR>
<EM>&gt; &gt; Thanks a lot.
</EM><BR>
<EM>&gt; &gt; --
</EM><BR>
<EM>&gt; &gt; -debugger
</EM><BR>
<P><PRE>
--
-debugger
<P>--
Source code, list archive, and docs: <A HREF="http://www.mostang.com/sane/">http://www.mostang.com/sane/</A>
To unsubscribe: echo unsubscribe sane-devel | mail <A HREF="mailto:majordomo@mostang.com?Subject=Re:%20Genius%20HR6%20status%20(USB)&In-Reply-To=&lt;01053118135300.00882@debugger&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0446.html">Chris Pinkham: "Re: Is my Artec AT12 broken?"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0444.html">Charles Briscoe-Smith: "Is my Artec AT12 broken?"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0442.html">Jaeger, Gerhard: "Re: Genius HR6 status (USB)"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0452.html">Steven Ellis: "Re: Genius HR6 status (USB)"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0452.html">Steven Ellis: "Re: Genius HR6 status (USB)"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#445">[ date ]</A>
<A HREF="index.html#445">[ thread ]</A>
<A HREF="subject.html#445">[ subject ]</A>
<A HREF="author.html#445">[ author ]</A>
</UL>
<!-- trailer="footer" -->
<HR NOSHADE>
<P>
<SMALL>
<EM>
This archive was generated by <A HREF="http://www.hypermail.org/">hypermail 2b29</A>
: <EM>Thu May 31 2001 - 06:18:36 PDT</EM>
</EM>
</SMALL>
</BODY>
</HTML>