Re: [linux-usb-devel] Probe function not called (Linux 2.6.16)

2006-06-08 Thread Pete Zaitcev
On Thu, 8 Jun 2006 12:21:14 +0200, Sven Moellers <[EMAIL PROTECTED]> wrote: > I am suspecting another driver gets probed and claims the device [...] Make sure your old usbfs based app wasn't running. Other than this the source looks perfect, it must work. Look at /proc/bus/usb/devices, it show

[linux-usb-devel] Probe function not called (Linux 2.6.16)

2006-06-08 Thread Sven Moellers
Hi, I am writing a Linux USB driver and got stuck trying to get the probe function working. The driver is for a USB 1.1 device with 2 interrupt endpoints (in/out). I have several of these devices attached (they are controlling one gyroscope and 8 motors on a mobile robot platform), and working wi