Re: [linux-usb-devel] Device connect timing

2006-08-15 Thread Thorsten Wiedemer
I don't think that I've got the time to make tests the next two weeks, but I'll do that as soon as possible. Regards, Thorsten -Ursprüngliche Nachricht- Von: "Alan Stern" <[EMAIL PROTECTED]> An: "Thorsten Wiedemer" <[EMAIL PROTECTED]> Cc: G

Re: [linux-usb-devel] Device connect timing

2006-08-10 Thread Thorsten Wiedemer
Hi ! > Yes, I'm playing around with some multi-threaded probing stuff right > now. I've got PCI working pretty well now, see the -mm kernel for the > patches if you want to test it out. > > However it's not going to directly translate over to the USB code, we > have to limit probing to a per-devi

Re: [linux-usb-devel] Device connect timing

2006-08-10 Thread Thorsten Wiedemer
Hi ! Thanks for the quick answers ! > You shouldn't make timing measurements based on when things show up in > /var/log/messages. That file is maintained by the syslog daemon, which > does not necessarily add entries as soon as they are available. Instead > you should use dmesg (there is a CONF

[linux-usb-devel] Device connect timing

2006-08-10 Thread Thorsten Wiedemer
d the hotplug environment were the same in both cases. This is perhaps a stupid question, but is there a possibility to speed up the connect handling (without rewriting the whole usb drivers ...) in the newer kernel ? Any hints are welcome. Regards, Thorsten

[linux-usb-devel] Multiple devicefiles for one device

2004-09-23 Thread Thorsten Wiedemer
Hi list ! I'm developping a linux usb driver (kernel 2.6) to access a cypress fx2 and a FPGA which is connected as FIFO Master to the fx2. I thought of using two device files. One to read/write data from/to fx2 firmware and a second one to pass/get data to/from the FPGA without firmware interventi

[linux-usb-devel] "unresolved symbol schedule" with Suse 8.2

2003-11-28 Thread Thorsten Wiedemer
Hi list ! I wrote an usb driver on Suse 7.3 (2.4.10-4GB) which works quite fine. When I compile this driver on a Suse 8.2 (2.4.20-4GB) and make "insmod", it gives me the error "unresolved symbol schedule". I Googled a while and found that the problem has to do with a change of kernel symbol "s

Re: [linux-usb-devel] Talking to own driver via usbfs (was: Get info about physical location of new device within driver)

2003-11-20 Thread Thorsten Wiedemer
> > I tried this. I added the ioctl function to my driver. If I call this > > ioctl with the registered device file opened, it works fine. > > If I try to do this via usbfs (/proc/bus/usb/001/0xx), the open call > > doesn't invoke the open function of my driver. Can someone give my a hint > > what

[linux-usb-devel] Talking to own driver via usbfs (was: Get info about physical location of new device within driver)

2003-11-19 Thread Thorsten Wiedemer
Hi ! Sorry to disturb again ... I think the las thread I started became accidently private. [snip] >> My first idea was doing this as a script. But how can I find the relation >> between the device file minor number / name (registered in the device >> driver) and the topology location ? >> I th

[linux-usb-devel] Get info about physical location of new device within driver

2003-11-17 Thread Thorsten Wiedemer
Hi list ! This is my first post on this list. My name is Thorsten Wiedemer, and I make my first steps in USB driver development for linux. We want to connect multiple USB devices to one host. These devices are identical but have to receive different data, depending on their topological location