Re: [linux-usb-devel] Info to write a host driver on kernel 2.4.19

2002-12-04 Thread David Brownell
Sylvain Meunier wrote: Hi, I'm currently updating/re-writing a host driver for SL811 circuit for kernel 2.4. I've several questions about expected works of host driver : Any problems with the sl811hs driver in the 2.5 kernel? If that doesn't work on 2.4 kernels, it should do so without much wo

Re: [linux-usb-devel] Info to write a host driver on kernel 2.4.19

2002-12-04 Thread Oliver Neukum
Am Mittwoch, 4. Dezember 2002 11:29 schrieb Sylvain Meunier: > Hi, > > I'm currently updating/re-writing a host driver for SL811 circuit > for kernel 2.4. I've several questions about expected works of > host driver : > > 1) Does synchrone unlink must call complete() callback ? If yes >Is suppo

[linux-usb-devel] Info to write a host driver on kernel 2.4.19

2002-12-04 Thread Sylvain Meunier
Hi, I'm currently updating/re-writing a host driver for SL811 circuit for kernel 2.4. I've several questions about expected works of host driver : 1) Does synchrone unlink must call complete() callback ? If yes Is supposed it must call it before returning from unlink command ? 2) What is the