I am trying to understand how linux kernel handles the mouse interrupts in detail. I was able to trace out the flow starting from the interrupt in i8042.c to an event in mousedev.c. In the function mousedev_key_event() in line#230 mousedev.c for linux kernel 3.6, I see that button events are decoded. But I am curious to see how is a double click event handled.. I tried looking for a time interval in which the second click has to be detected. I did find one for touchpad which is "tap_time" defined in the same file line#51, but not for an external PS/2 mouse. Can someone help me figure it.?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|