mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 17:38:41 +08:00
c720: drop kernel notes for unsupported kernel versions
This commit is contained in:
@@ -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";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user