Tool/software: Linux
Hello ,
I have got an AM335x General Purose EVM with me and I have seen that the Interrupts of the Switch press events for switches are defined in the kernel itself. Is it true?
If so how to handle those events.I am trying to write a code in Qt to catch those events.If it is possible in qt kindly let me know. or else how to catch them using a gcc code.
If i want to remove that interrupt handling from kernel space and wants to add in user space.How to do so?
Regards
Mad_hu