Re: Basic USB doubt

2009-09-17 Thread Niamathullah sharief
yes thank a lot. This tutorial will be very usefull for me... I will send you if i have any doubt regarding this... On Fri, Sep 18, 2009 at 6:03 AM, Peter Teoh wrote: > alternatively there is udev to consider. > > http://www.dreamincode.net/forums/showtopic20020.htm > http://reactivated.net/writ

Re: Basic USB doubt

2009-09-17 Thread Peter Teoh
alternatively there is udev to consider. http://www.dreamincode.net/forums/showtopic20020.htm http://reactivated.net/writing_udev_rules.html this will automatically detect the device and mount it as one entry in /dev FS, then u need to write an application to uses the appropriate interface to tal

Re: Basic USB doubt

2009-09-17 Thread loody
Hi: 2009/9/15 Niamathullah sharief : > i searched. I didnt get the answer for my question. I might be not knowing > to search properly. But i didnt get the answer. If you know please post the > link please. Dont mistake me >> “To learn is to change. Education is a process that changes the learner.

Re: Basic USB doubt

2009-09-17 Thread Niamathullah sharief
OK sure i will it. I will send you if i have any doubt. Thank you On Wed, Sep 16, 2009 at 9:06 PM, Pei Lin wrote: > Read the USB specification firstly and Read the Document under the > kernel package,there is a folder where many documents input in about > hotplug ,ohci, ehci etc. > http://lxr.l

Re: Basic USB doubt

2009-09-17 Thread Pei Lin
Read the USB specification firstly and Read the Document under the kernel package,there is a folder where many documents input in about hotplug ,ohci, ehci etc. http://lxr.linux.no/linux+v2.6.31/Documentation/usb/ 2009/9/15 Niamathullah sharief : > i searched. I didnt get the answer for my questio

Re: Basic USB doubt

2009-09-15 Thread Niamathullah sharief
i searched. I didnt get the answer for my question. I might be not knowing to search properly. But i didnt get the answer. If you know please post the link please. Dont mistake me On Tue, Sep 15, 2009 at 2:01 PM, SandeepKsinha wrote: > Check some of the previous mails on kernelnewbies. > > > On T

Basic USB doubt

2009-09-15 Thread Niamathullah sharief
Hi friends, I am some doubts regarding USB port. How the devices are fetching drivers When we insert the USB device into the USB port. From where it will search first? How it will get the driver?I am novice please help me