== For Installing or developing Drivers. == ==== Installing Drivers ==== [[http://www.linuxplanet.com/linuxplanet/tutorials/1019/1|Linux Device Drivers Demystified tutorial @ LinuxPlanet]]<
> [[http://www.linuxstart.com/category.php?file=/system/drivers.html|list of drivers]]<
> [[http://vger.kernel.org/lkml/|Linux-kernel mailing list FAQ]] - see section 2 on device drivers<
> [[http://www.linhardware.com|www.linhardware.com]]<
> [[http://www.linmodems.org|Linux support for some Winmodems]]<
> [[http://pcmcia-cs.sourceforge.net|PCMCIA]]<
> [[USB]] (includes driver development)<
> ==== Developing Drivers Tutorial for Newbies ==== (none, yet)<
> There are some links in the section below, but they are outdated on certain parts (especially regarding code). They might not be suitable if you are new to the topic. ==== Developing Drivers ==== [[http://www.tldp.org/HOWTO/Module-HOWTO/|Linux Loadable Kernel Module HOWTO]] (as [[http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Module-HOWTO.html|1 large html file]]) (updated 2006)<
> [[http://www.tldp.org/LDP/lkmpg/|Linux Kernel Module Programming Guide]](updated 2001)<
> [[http://lwn.net/Kernel/LDD2/|Linux Device Drivers 2rd]] for 2.4.x (whole book online) (updated 2001)<
> [[http://lwn.net/Kernel/LDD3/|Linux Device Drivers 3rd]] for 2.6.x (whole book online) (updated 2005)<
> [[https://www.linuxjournal.com/article/2920|Misc Character Drivers ]](updated 1998)<
> [[http://metalab.unc.edu/LDP/HOWTO/IO-Port-Programming.html|I/O port programming mini-HOWTO ]](updated 2000)<
> ==== Advanced Topics ==== [[http://lwn.net/Articles/driver-porting/|Porting device drivers to the 2.5 kernel ]](updated 2004)<
> Reference: [[https://kernelnewbies.org/WritingPortableDrivers|WritingPortableDrivers ]](updated 2017)<
> Reference: [[http://www.gelato.unsw.edu.au/IA64wiki/UserLevelDrivers|User Level Drivers]]<
> MindShare, Inc has a nice series of books on various bus protocols, including PCI, USB, PCMCIA and Cardbus (from [[http://www.handhelds.org/pipermail/ipaq/2000-November/002223.html]]). KernelCodeRepository : users kernel code ==== Misc Links that Might Help ==== [[http://linuxassembly.org|linuxassembly.org]]<
>