c720: drop kernel notes for unsupported kernel versions
This commit is contained in:
parent
fc9b7ae002
commit
097d47e3f8
|
@ -1,10 +1 @@
|
||||||
{ 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";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue