Linux Device Driver Programming =========================================== Prerequisites Should be proficient in Linux System programming Should have a Linux Machine on your PC/Laptop Course Highlights More practical with lot of examples after each topic Quiz at the end of the session to revise/overview of the class Notes plus examples codes used in the session will be shared Linux Tips and Tricks used by professionals in career No travelling/traffic as classes are online Recorded lectures will be provided if you miss any session Clarify your doubts in the session and afterwards. 1. Introduction What is Device Driver? Types of Device Drivers? Configuring, Compiling and Installing the latest kernel Commands: dmesg, insmod, modprobe, rmmod. 2. Character Device Drivers Major and Minor Numbers Registering Character Driver File operations: open, read, write, release, seek, ioctl Basic Character Device Driver 3. Advanced Character Drive...