Re: [question] between probe() and open()

2012-02-25 Thread Greg KH
On Sat, Feb 25, 2012 at 07:09:49PM -0300, Ezequiel García wrote: > Hello, > > This is a question in general about usb drivers and > in particular about easycap driver. > > Is there any way a driver can be accesed > between after usb_probe() but before device open()? usb_remove() can always be ca

[question] between probe() and open()

2012-02-25 Thread Ezequiel García
Hello, This is a question in general about usb drivers and in particular about easycap driver. Is there any way a driver can be accesed between after usb_probe() but before device open()? I guess not, since any further operation on the device needs a struct file pointer, i.e. a file descriptor on