Skip to content

Commit

Permalink
modules/phone-ux: Add vibrator patch
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldr committed Feb 24, 2022
1 parent 0e129ef commit 5d78c4d
Show file tree
Hide file tree
Showing 2 changed files with 651 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/tow-boot/phone-ux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ in
CMD_USB_MASS_STORAGE = yes;
})
];
patches = [
# Vibrator support
./phone-ux/0001-add-vibrator-and-gpio-vibrator.patch
];
};
})
(mkIf (cfg.enable && cfg.blind) {
Expand Down
Loading

0 comments on commit 5d78c4d

Please sign in to comment.