Merge pull request #1761 from MaddyGuthridge/maddy-dell-xps-15-9500-fingerprint

Dell XPS 15 9500: enable fprintd
This commit is contained in:
Jörg Thalheim 2026-02-15 15:39:22 +00:00 committed by GitHub
commit cd8c113bdd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 2 deletions

View file

@ -1,4 +1,4 @@
= Dell XPS 15 9550 =
= Dell XPS 15 9500 =
== Tested Hardware ==

View file

@ -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