Touch Panel Driver & Linux Kernel Input Subsystem Training (Self Paced Training )

This Training is useful for the professionals as well as students who wants to enhance their skill on Linux Kernel Input Sub Systems. In this training we are going to talk about linux kernel input Subsystem in detail. And moving further we are going to cover touch panel driver in details . We will understand how touch panel work , how touch panel driver communicates with touch panel devices . How the touch panel is connected to SOC or Development board .
Linux Kernel input Subsystem play very important role in embedded devices development . As In an embedded device we support lot of input devices like touch panel , kerboard , mouse , joysticks etc . So we need to write driver for all these devices . And for writing Device Drivers for these input devices we need to use the APIs provided by Linux Kernel input Subsystem . Linux Kernel input subsystem play an important role in development of these device drivers .
Course Outline
- What is Touch Panel
- How it works
- How Touch panel interface with SOC
- Linux Kernel Input Subsystem In Details
- Code Walk though of Touch Panel Driver
- Porting of Touch Panel on New SOC.
- How Touch Panel Driver Get X,Y Coordinate and pass it to Userspace.
Course Features
- Lectures 7
- Quizzes 0
- Duration 2 hours
- Skill level All levels
- Language English
- Students 18
- Assessments Self
-
Touch Panel Introduction
Lets understand what is touch panel and how it works
-
Linux Kernel Input Sub System
Lets Understand Linux Kernel input Subsystem
-
Linux Kernel Sub System APIs
Lets Understand the interface available from Linux Kernel SS
-
Touch Panel Driver Code Walk-through
Understanding of Touch Panel Driver
-
Touch Panel Driver Porting on SOC/Development Board
Lets Do some Practical