AW: [linux-usb-devel] Strange descriptor requests

2002-10-31 Thread Wessler, Siegfried
Hello Randy and others, this seems to be an "ouch error". You search for hours and when you find them, you feel like it never should be a problem at all! Anyway. That helps! The right strings come through, independent to the values for the indices, and I don't get the strange "wValue=0x03F5" in t

AW: [linux-usb-devel] Strange descriptor requests

2002-10-30 Thread Wessler, Siegfried
Hello again, some things to add. > The device uses an embedded linux, kernel 2.4.18, and a usb > device chip > Philips ISP1181A. On the host pc side I got a ASUS P4S533 > with a SiS645DX > chipset. Everything runs USB1.1. I forgot to mention that the host pc runs kernel 2.4.18 either. With no

AW: [linux-usb-devel] Strange descriptor requests

2002-10-30 Thread Wessler, Siegfried
Hello everyone, hello Randy, usually I don't post code into a mailinglist to reduce traffic, but you asked me and I am glad, someone is willing to help. Thank You! If we need even more code next time, I will upload it on a webpage. > Von: Randy.Dunlap [mailto:rddunlap@;osdl.org] > Gesendet am: M

Re: [linux-usb-devel] Strange descriptor requests

2002-10-29 Thread Randy.Dunlap
On Tue, 29 Oct 2002, Wessler, Siegfried wrote: | Hello, | | some questions regarding the communication while probing. | | I am using Linux kernel 2.4.18. I write some device drivers for USB devices | (embedded system, not host pc!). I connect this USB device to a host pc | running Linux kernel 2.4

[linux-usb-devel] Strange descriptor requests

2002-10-29 Thread Wessler, Siegfried
Hello, some questions regarding the communication while probing. I am using Linux kernel 2.4.18. I write some device drivers for USB devices (embedded system, not host pc!). I connect this USB device to a host pc running Linux kernel 2.4.18 either. I use a tiny driver evolved from Greg's USB ske