Merge pull request #1761 from MaddyGuthridge/maddy-dell-xps-15-9500-fingerprint
Dell XPS 15 9500: enable fprintd
This commit is contained in:
commit
cd8c113bdd
2 changed files with 10 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
= Dell XPS 15 9550 =
|
||||
= Dell XPS 15 9500 =
|
||||
|
||||
== Tested Hardware ==
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, ... }:
|
||||
{ lib, pkgs, ... }:
|
||||
let
|
||||
thermald-conf = ./thermald-conf.xml;
|
||||
in
|
||||
|
|
@ -19,6 +19,14 @@ in
|
|||
# was generated with dptfxtract-static (https://github.com/intel/dptfxtract)
|
||||
services.thermald.configFile = lib.mkDefault thermald-conf;
|
||||
|
||||
# Enable fingerprint reader
|
||||
services.fprintd = {
|
||||
enable = lib.mkDefault true;
|
||||
# Fingerprint sensor will not work without these settings
|
||||
tod.enable = true;
|
||||
tod.driver = pkgs.libfprint-2-tod1-goodix;
|
||||
};
|
||||
|
||||
# WiFi speed is slow and crashes by default (https://bugzilla.kernel.org/show_bug.cgi?id=213381)
|
||||
# disable_11ax - required until ax driver support is fixed
|
||||
# power_save - works well on this card
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue