16891e81f9
This adds an initfs-hook that enables the sceen, similar to how the motorola-lux works. Touchscreen now shows output on `libinput debug-events`
5 lines
95 B
Bash
5 lines
95 B
Bash
#!/bin/sh
|
|
|
|
# make touchscreen work
|
|
|
|
echo 1 > /sys/devices/soc/78b7000.i2c/i2c-3/3-0020/drv_irq
|