<br><br><div class="gmail_quote">On 5 July 2011 13:01, Mandeep Sandhu <span dir="ltr">&lt;<a href="mailto:mandeepsandhu.chd@gmail.com">mandeepsandhu.chd@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Oops, accidentally pressed send...<br>
<div class="im"><br>
On Tue, Jul 5, 2011 at 12:58 PM, Mandeep Sandhu<br>
&lt;<a href="mailto:mandeepsandhu.chd@gmail.com">mandeepsandhu.chd@gmail.com</a>&gt; wrote:<br>
&gt; On Tue, Jul 5, 2011 at 12:29 PM, Paraneetharan Chandrasekaran<br>
&gt; &lt;<a href="mailto:paraneetharanc@gmail.com">paraneetharanc@gmail.com</a>&gt; wrote:<br>
&gt;&gt; I think the thread originator is asking about how the application knows<br>
&gt;&gt; which device file to read or write.<br>
&gt;&gt; This is done by h/w management system udev. udev creates/manages device<br>
&gt;&gt; nodes in /dev/ dir and notifes applications based on the udev rules written<br>
&gt;&gt; (via HAL events or DBUS signals).<br>
&gt;<br>
&gt; I don&#39;t think udev is involved in the read/write file ops. Udev is<br>
&gt; responsible for handling hotplug events, doing certain actions based<br>
&gt; on events (as indicated by udev rules),persistent naming of devices<br>
&gt; etc...but not file i/o.<br>
&gt;<br>
&gt; That, I think, is handled by the VFS layer. Each device node is<br>
&gt; uniquely identified by it&#39;s MAJOR-MINOR number combo. I guess the VFS<br>
&gt; layer uses this to pick the correct file-ops struct to communicate<br>
&gt; with the device.<br>
<br>
</div>&gt;Eg; when we try to open a device, say /dev/ttyS0, it&#39;s major-minor<br>
&gt;numbers (eg: 64-4 on my machine) are used to lookup the file-ops<br>
&gt;struct and from then on, the VFS passes the read/write calls to this<br>
&gt;device driver.<br></blockquote><div><br>Yes. whenever we read or write to the device, the file operations structure would be invoked for the device. And this device is identified by the Major and Minor number combination.<br>
The device driver / kernel module at registration time mention what major and minor it would be servicing.<br><br>This is what I think it should work. Good to get confirmation though.<br><br>Regards,<br>Abhijit <br></div>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
HTH,<br>
<font color="#888888">-mandeep<br>
</font><div><div></div><div class="h5">&gt;<br>
&gt; My info is a little dated, so plz CMIIW.<br>
&gt;<br>
&gt; HTH,<br>
&gt; -mandeep<br>
&gt;<br>
<br>
_______________________________________________<br>
Kernelnewbies mailing list<br>
<a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
<a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
</div></div></blockquote></div><br>