Re: Guidance on writing device drivers

2011-12-14 Thread पारस
On Wed, Nov 9, 2011 at 10:40 PM, suraj khurana wrote: > Hi all, > I am a newbie in linux world and want to learn linux device drivers. > > I am currently reading book - "Linux Device Drivers" by O'reilly. > > Does anyone has any problem statements based on device drivers for practice > so that I c

Re: Guidance on writing device drivers

2011-11-24 Thread Javier Martinez Canillas
On Fri, Nov 18, 2011 at 5:50 PM, Matthias Brugger wrote: > On 11/10/2011 05:26 AM, Prajosh Premdas wrote: >> >> [...] >> On Thu, Nov 10, 2011 at 10:08 AM, rohan puri > > wrote: >>    On Wed, Nov 9, 2011 at 10:40 PM, suraj khurana >>    mailto:surajkhuran...@gmail.com

Re: Guidance on writing device drivers

2011-11-18 Thread Matthias Brugger
On 11/10/2011 05:26 AM, Prajosh Premdas wrote: > [...] > On Thu, Nov 10, 2011 at 10:08 AM, rohan puri > wrote: > On Wed, Nov 9, 2011 at 10:40 PM, suraj khurana > mailto:surajkhuran...@gmail.com>> wrote: > > Hi all, > I am a newbie in linux wor

Re: Guidance on writing device drivers

2011-11-09 Thread Prajosh Premdas
Hi Suraj You can also download the softcopy of all the examples in LDD book. You can also refer 2 other books Venkateswaran_-_Essential_Linux_Device_Drivers_(Prentice,_2008) and Professional Linux ® Kernel Architecture by Wolfgang Mauerer. On Thu, Nov 10, 2011 at 10:08 AM, rohan puri wrote: > >

Re: Guidance on writing device drivers

2011-11-09 Thread rohan puri
On Wed, Nov 9, 2011 at 10:40 PM, suraj khurana wrote: > Hi all, > I am a newbie in linux world and want to learn linux device drivers. > > I am currently reading book - "Linux Device Drivers" by O'reilly. > > Does anyone has any problem statements based on device drivers for practice > so that I c

Guidance on writing device drivers

2011-11-09 Thread suraj khurana
Hi all, I am a newbie in linux world and want to learn linux device drivers. I am currently reading book - "Linux Device Drivers" by O'reilly. Does anyone has any problem statements based on device drivers for practice so that I can enhance my skills in writing device drivers. Thanks, Suraj ___