CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/06/01 12:04:05
Modified files:
sys/dev/i2c : ihidev.c ihidev.h
sys/dev/hid : hidms.c
Log message:
Enable the GXTP7936 touchscreen on the Samsung Galaxy Book4 Edge,
for now by polling since interrupts still don't work.
ihidev:
On a "finger lift" poll event, pass up the empty packet to the sub-driver.
Previously the empty packet was dropped.
hidms:
If we receive the empty packet due to "finger lift", don't set the pointer
position to 0,0 to prevent snapping to the upper left corner of the screen.
ok kirill@