11-27-2012, 08:47 PM
|
#173
|
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
|
Notes on Input codes
Spoiler:
okay so. Inputs: input.h
Quote:
#define K_JOY0 0x1b0
#define K_JOY1 0x1b1
#define K_JOY2 0x1b2
#define K_JOY3 0x1b3
#define K_JOY4 0x1b4
#define K_JOY5 0x1b5
#define K_JOY6 0x1b6
|
referenced by kindleinput.c function joy_poll()
also we would like to know exactly which /dev/input/event[0-3] it is polling
(2 or 3 look likely surrogate candidates on the 5 - the button and the touchscreen respectively)
Let's just assume we don't know and push to all 4.
The relevant definitions in the Kindle Touch Kernel Sources would seem to be
( File: ./gplrelease/include/linux/input.h )
so using:
One might imagine that might do something...
but seemingly not.
Am I missing something?
Stuff keycode in event thingy? no??
: )
Tips gratefully accepted.
Last edited by twobob; 11-28-2012 at 09:52 AM.
Reason: File: ./gplrelease/include/linux/input.h
|
|
|