Skip to content

device-samsung-p4wifi: Change touchscreen to /dev/input/event1

postmarketOS Bot requested to merge Decatf:device-p4wifi into master

Created by: Decatf

The headphone jack (sec_jack) driver no longer registers as an input device itself. It now listens for events on the gpio-keys input device. This changed the enumeration of /dev/input devices. The touchscreen is now /dev/input/event1.

This fixes things which depend on deviceinfo_dev_touchscreen such as osk-sdl.

Merge request reports