From mboxrd@z Thu Jan 1 00:00:00 1970 From: shampavman.cg@gmail.com (shampavman) Date: Tue, 23 Apr 2013 17:09:14 +0530 Subject: Writing device drivers in Linux: A brief tutorial In-Reply-To: References: Message-ID: <517672E2.8060500@gmail.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On 04/23/2013 03:09 PM, richard -rw- weinberger wrote: > On Mon, Apr 22, 2013 at 12:29 AM, Zack wrote: >> I thought this might be useful: >> http://www.freesoftwaremagazine.com/articles/drivers_linux > Sadly a very bad article. > The code presented in that article is full with errors and lacks > very basic kernel design rules. > > -- > Thanks, > //richard > > _______________________________________________ > Kernelnewbies mailing list > Kernelnewbies at kernelnewbies.org > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies You can get really good with understanding linux drivers by going through the LDD-3 Its available online for free as well . Follow that book as its the most up to date version Regards Shampavman