Search code examples
linuxdevice-driver

trainee programmer: man pages of input_sync(),input_report_key,input_event()


i want to get explanation of functions line input_sync(),input_report_key,input_event().. when i search for it i only get the definition of these function .. am a newbie in this driver programming and i really need simple explanations like man pages .. so that i can know what these functions actually do??

regards..


Solution

  • There is a tutorial covering the methods in which you are interested in the Documentation/input folder in input-programming.txt. You can browse the latest version of it online at git.kernel.org