Originally Posted by kdusr
click the page up down button serveal times , and run dmesg | tail -20 find the button event name, it is called :
gpio_keys_gpio_report_event: type=1, code=109,state=1 (page down button)
gpio_keys_gpio_report_event: type=1, code=109,state=1 (page up button)
but how to monitor those event in shell or python? 
|