help

2010-11-16 Thread laliteshwar yadav
how probe function works? how is it getting called? after registering the device driver who is the first function to call it.. regards lalith -- To unsubscribe from this list: send an email with unsubscribe kernelnewbies to ecar...@nl.linux.org Please read the FAQ at

About usb filesystem

2010-11-16 Thread navatha reddy
Hi,     I want to implement a usb file system by using the 29 version.     please send the procedure.     my TL told like know the file system of root and configure the kernel and remove the all file systems and stick the usb file system nd check wether its supporting or not with ext3 file

Re: About usb filesystem

2010-11-16 Thread Carlo Caione
On 16/11/2010 12:41, navatha reddy wrote: Hi, I want to implement a usb file system by using the 29 version. please send the procedure. my TL told like know the file system of root and configure the kernel and remove the all file systems and stick the usb file system nd check

Re: help

2010-11-16 Thread Dave Hylands
Hi lalith, On Tue, Nov 16, 2010 at 12:19 AM, laliteshwar yadav lalit4...@gmail.com wrote: how probe function works? how is it getting called? after registering the device driver who is the first function to call it.. There are 2 things required for the probe function to be called: a device

Re: help

2010-11-16 Thread Pei Lin
2010/11/17 Dave Hylands dhyla...@gmail.com: Hi lalith, On Tue, Nov 16, 2010 at 12:19 AM, laliteshwar yadav lalit4...@gmail.com wrote: how probe function works? how is it getting called? after registering the device driver who is the first function to call it.. There are 2 things

Re: help

2010-11-16 Thread Pei Lin
2010/11/17 Pei Lin telent...@gmail.com 2010/11/17 Dave Hylands dhyla...@gmail.com: Hi lalith, On Tue, Nov 16, 2010 at 12:19 AM, laliteshwar yadav lalit4...@gmail.com wrote: how probe function works? how is it getting called? after registering the device driver who is the first