summaryrefslogtreecommitdiffstats
path: root/acer/c720.nix
blob: 483608925d6a44b1bb42323aa4652cd73d78349d (plain)
1
2
3
4
5
6
7
8
9
10
{ lib, ... }:
with lib;
{
  imports = singleton ../lib/kernerl-version.nix;

  kernelAtleast = singleton
    { version = "3.18";
      msg = "Cypress APA touchpad supported added in Linux-3.17-rc1";
    };
}