Quote:
Originally Posted by dave2008
hi eureka,
Thank you for your detailed report! I promise I will incorporate all these into KPV this weekend if no one beats me ;-p
So seems that KT has one more button (HOME) than PW?
|
Yes. These four short black horizontal lines under a Kindle Touch screen are, in fact, Home hardware button (returning to Home screen).
Quote:
Originally Posted by dave2008
Also will you get events from /dev/event0 and /dev/event1?
|
event0 and
event1 are useless for KPV, I think. They exist, but don't belong to any "visible" input device, as I can see. I didn't dig any further:
Code:
[root@kindle root]# ls /dev/input
by-path event0 event1 event2 event3
Code:
[root@kindle root]# evtest info /dev/input/event0
Input driver version is 1.0.0
Input device ID: bus 0x18 vendor 0x0 product 0x0 version 0x0
Input device name: "WM8962 Beep Generator"
Supported events:
Event type 0 (Sync)
Event type 18 (Sound)
Event code 1 (Bell)
Event code 2 (Tone)
Code:
[root@kindle root]# evtest info /dev/input/event1
Input driver version is 1.0.0
Input device ID: bus 0x0 vendor 0x0 product 0x0 version 0x0
Input device name: "imx-yoshi Headset"
Supported events:
Event type 0 (Sync)
Event type 1 (Key)
Event code 256 (Btn0)
Event type 5 (?)
Event code 4 (?)