You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These devices need operating through 'sendevent' and the parameters for that need obtaining, interpreting, and presenting from 'getevent -lp' and 'getevent -p'.
add device 4: /dev/input/event6
name: "mxt224_touchscreen_0"
events:
ABS (0003): ABS_MT_SLOT : value 0, min 0, max 9, fuzz 0, flat 0, resolution 0
ABS_MT_TOUCH_MAJOR : value 0, min 0, max 255, fuzz 0, flat 0, resolution 0
ABS_MT_POSITION_X : value 0, min 0, max 1023, fuzz 0, flat 0, resolution 0
ABS_MT_POSITION_Y : value 0, min 0, max 1023, fuzz 0, flat 0, resolution 0
ABS_MT_TRACKING_ID : value 0, min 0, max 65535, fuzz 0, flat 0, resolution 0
input props:
add device 4: /dev/input/event6
name: "mxt224_touchscreen_0"
events:
ABS (0003): 002f : value 0, min 0, max 9, fuzz 0, flat 0, resolution 0
0030 : value 0, min 0, max 255, fuzz 0, flat 0, resolution 0
0035 : value 0, min 0, max 1023, fuzz 0, flat 0, resolution 0
0036 : value 0, min 0, max 1023, fuzz 0, flat 0, resolution 0
0039 : value 0, min 0, max 65535, fuzz 0, flat 0, resolution 0
input props:
Note: ABS_MT_POSITION_X and _Y cover the WHOLE screen, scaled to its dimensions. TOUCH_MAJOR is finger fatness. SLOT is presumably multitouch; TRACKING_ID seems to be an incrementing index, terminated with -1. Different devices do this slightly differently: Nexus S doesn't have TRACKING_ID, for instance, but does have pressure.
Pressure (not shown) may be on /dev/input/event3 Or perhaps that's atmospheric pressure.
Some manufacturers haven't implemented 'input'.
The text was updated successfully, but these errors were encountered: