moby: get lisgd gestures working for sxmo
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
./firmware.nix
|
||||
./fs.nix
|
||||
./kernel.nix
|
||||
./polyfill.nix
|
||||
];
|
||||
|
||||
sane.roles.client = true;
|
||||
|
10
hosts/by-name/moby/polyfill.nix
Normal file
10
hosts/by-name/moby/polyfill.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ ... }:
|
||||
{
|
||||
sane.gui.sxmo = {
|
||||
settings = {
|
||||
# touch screen
|
||||
SXMO_LISGD_INPUT_DEVICE = "/dev/input/by-path/platform-1c2ac00.i2c-event";
|
||||
# vol and power are detected correctly by upstream
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user