Re: [PLUG] Compiling my driver into kernel statically.

2013-03-15 Thread Kiran Divekar
On Tue, Mar 12, 2013 at 12:14 PM, Sagar Padhye wrote: > Hi > Hi, > I have successfully created a dummy procfile with read/write calls. I know > this is old way of coding & I should use sysfs, but still I did it. > When I compile this thing as module it works fine - proc file is created, > read

[PLUG] Compiling my driver into kernel statically.

2013-03-14 Thread Sagar Padhye
Hi I have successfully created a dummy procfile with read/write calls. I know this is old way of coding & I should use sysfs, but still I did it. When I compile this thing as module it works fine - proc file is created, read & write works. Then I thought of playing around a bit - I kept my code in