[linux-usb-devel] disconnect after rmmod

2003-06-10 Thread Richard Cochran
If you have two or more identical usb devices connected, and then you rmmod the driver module, is disconnect() called once for each device? (I assume the driver returned a non-null value for each device's probe()) Thanks, Richard --- This SF

[linux-usb-devel] iso completion

2003-05-29 Thread Richard Cochran
I'm writing a driver that delivers an AC3 audio stream to a sound card. I find that when I submit one iso URB (with 23 frames), the completion handler is not called after 23 ms, or indeed, ever. The call to usb_submit_urb() succeeded. Shouldn't the completion handler always occur, even if the iso

[linux-usb-devel] Need help to catch missing interrupts

2003-01-27 Thread Richard Cochran
I've have written a driver for Creative's extigy usb sound card, based on the generic audio.c driver. The card uses usb interrupts to signal events such as button presses on the unit and MIDI messages. When the host driver gets the interrupt, the event code can be read by using the GET_MEM reque

[linux-usb-devel] Problem programming status interrupt

2002-11-21 Thread Richard Cochran
I am working on a driver for the Creative Extigy, using kernel version 2.4.19. The device reports events from the IR remote via the standard USB interrupt endpoint. I can trigger this interrupt by pressing a button on the remote or on the device itself. In the driver, I submit an URB with a simple