[linux-usb-devel] RE: usb-strage not working in the latest kernel 2.4

2003-09-11 Thread Tomita, Haruo
Alan, Thank you for your help!! Alan wrote; Alan> What did the system log show? Try turning on verbose usb Alan> debugging and run your test again. Alan> This time post a copy of the system log. USB DEBUG was not confirmed. The log is as follows. Sep 12 12:53:44 Andromeda syslogd 1.4.1: re

[linux-usb-devel] RE: usb-strage not working in the latest kernel 2.4

2003-09-11 Thread Tomita, Haruo
Hi Alan, Haruo> Using ioctl (fd, USBDEVFS_RESET, 0), I tested reset. Haruo> usb-storage of USB2.0 was successful. Haruo> When FDD was used in the case of USB1.1, Haruo> mount became impossible after reset. Alan> What do you mean? What does the log show? I'm sorry. I wrote the following progr

[linux-usb-devel] [PATCH 2.4] ax8817x support for usbnet and ethtool_ops

2003-09-11 Thread David T Hollis
This patch backports the addition of ax8817x support to the usbnet driver. It also includes the ethool_ops support. --- a/drivers/usb/usbnet.c.orig 2003-09-11 23:07:48.934797792 -0400 +++ b/drivers/usb/usbnet.c 2003-09-11 23:07:56.263683632 -0400 @@ -133,6 +133,7 @@ #include #include #i

Re: [linux-usb-devel] question on 2.4.21 unusual_dev list

2003-09-11 Thread Doug Maxey
Henning, You are absolutely correct, I did cut one line too few. The lines are identical. Indeed, the entire descriptor info for each, including no serial number, is identical. ++doug from the keyboard of Henning Meier-Geinitz: > Hi, > > On Thu, Sep 11, 2003 at 12:32:26PM -0500, Doug M

Re: [linux-usb-devel] question on 2.4.21 unusual_dev list

2003-09-11 Thread Henning Meier-Geinitz
Hi, On Thu, Sep 11, 2003 at 12:32:26PM -0500, Doug Maxey wrote: > # head -20 fd-* > ==> fd-first <== > T: Bus=02 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#= 3 Spd=12 MxCh= 0 > D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 > P: Vendor=0644 ProdID= Rev= 0.00 > S: Manufact

Re: [linux-usb-devel] question on 2.4.21 unusual_dev list

2003-09-11 Thread Doug Maxey
Alan, thanks. see below. ++doug from the keyboard of Alan Stern: > On Wed, 10 Sep 2003, Doug Maxey wrote: > > > Howdy, > > > > I have an interesting situation with 2 different TEAC FD-05PUB-x59 > > floppy drives. The x59 designation is on the external device label, > > the two samples i

[linux-usb-devel] Re: [PATCH 2.5] USB speedtouch: neater sanity check

2003-09-11 Thread Greg KH
On Thu, Sep 11, 2003 at 03:06:24PM +0200, Duncan Sands wrote: > On Wednesday 10 September 2003 18:54, Greg KH wrote: > > On Wed, Sep 10, 2003 at 12:52:45PM +0200, Duncan Sands wrote: > > > speedtch.c |7 +-- > > > 1 files changed, 1 insertion(+), 6 deletions(-) > > > > > > > > > diff -Nru

Re: [linux-usb-devel] 2.4.22rc2 usb-storage oops with unknown device

2003-09-11 Thread Olaf Hering
On Thu, Sep 11, Alan Stern wrote: > On Thu, 11 Sep 2003, Olaf Hering wrote: > > > works in macos 9.0 without additional drivers. > > Now isn't that strange. It works under MacOS but not under Windows or > Linux. I wonder what the MacOS driver is doing that the rest of us don't > know about?

Re: [linux-usb-devel] Re: [PATCH 2.5] USB speedtouch: neater sanity check

2003-09-11 Thread John Levon
On Thu, Sep 11, 2003 at 03:06:24PM +0200, Duncan Sands wrote: > > I will gladly take patches to remove the other calls to BUG_ON() in this > > driver (hint...) > > What is the right thing to do when an assertion fails? > i.e. some condition that should never occur occurs. > In such cases it is no

[linux-usb-devel] USB sniffer under linux

2003-09-11 Thread Ubaldi Fabio
Hi all, I'm looking for a USB sniffer for linux; but i found in google only sniffer USB for Windows (as usbsnoopy). Does anybody know any USB sniffer sofware working under linux? Thanks for the answers. --- This sf.net email is sponsored by:

Re: [linux-usb-devel] question on 2.4.21 unusual_dev list

2003-09-11 Thread Alan Stern
On Wed, 10 Sep 2003, Doug Maxey wrote: > Howdy, > > I have an interesting situation with 2 different TEAC FD-05PUB-x59 > floppy drives. The x59 designation is on the external device label, > the two samples in my lab are -159 and -259. > > Both show the same descriptors, and both indica

Re: [linux-usb-devel] 2.4.22rc2 usb-storage oops with unknown device

2003-09-11 Thread Alan Stern
On Thu, 11 Sep 2003, Olaf Hering wrote: > works in macos 9.0 without additional drivers. Now isn't that strange. It works under MacOS but not under Windows or Linux. I wonder what the MacOS driver is doing that the rest of us don't know about? Alan Stern --

[linux-usb-devel] RE: usb-strage not working in the latest kernel 2.4

2003-09-11 Thread Alan Stern
On Thu, 11 Sep 2003, Tomita, Haruo wrote: > Hi Alan, > > Haruo> Using ioctl (fd, USBDEVFS_RESET, 0), I tested reset. > Haruo> usb-storage of USB2.0 was successful. > Haruo> When FDD was used in the case of USB1.1, > Haruo> mount became impossible after reset. > > Alan> What do you mean? What

[linux-usb-devel] Re: [PATCH 2.4] USB speedtouch: neater sanity check

2003-09-11 Thread Duncan Sands
On Wednesday 10 September 2003 18:55, Greg KH wrote: > On Wed, Sep 10, 2003 at 12:50:04PM +0200, Duncan Sands wrote: > > speedtch.c |7 +-- > > 1 files changed, 1 insertion(+), 6 deletions(-) > > Rejected the 2.4 version of this patch for the same reasons... > > greg k-h How about this?

[linux-usb-devel] Re: [PATCH 2.5] USB speedtouch: neater sanity check

2003-09-11 Thread Duncan Sands
On Wednesday 10 September 2003 18:54, Greg KH wrote: > On Wed, Sep 10, 2003 at 12:52:45PM +0200, Duncan Sands wrote: > > speedtch.c |7 +-- > > 1 files changed, 1 insertion(+), 6 deletions(-) > > > > > > diff -Nru a/drivers/usb/misc/speedtch.c b/drivers/usb/misc/speedtch.c > > --- a/driver

Re: [linux-usb-devel] Re: 2.6.0-test4: uhci-hcd.c: "host controller process error", slab call trace

2003-09-11 Thread Duncan Sands
> > What about the first TD? The QHs element pointer gets changed so you > > can't use that. > > The dma_handle for the first TD can be stored in the urbp. It doesn't > need to be in the TD itself. I was just being pedantic :) > > > Allocation and freeing of TD's isn't as much of a problem as

Re: [linux-usb-devel] 2.4.22rc2 usb-storage oops with unknown device

2003-09-11 Thread Olaf Hering
On Wed, Sep 10, Olaf Hering wrote: > The vendor link talks about driver software for MacOS, I will try that. works in macos 9.0 without additional drivers. -- USB is for mice, FireWire is for men! sUse lINUX ag, nÜRNBERG --- This sf.net em