Skip to content

Instantly share code, notes, and snippets.

View AmulyaX's full-sized avatar
💻
Doing what I love.

Amulya Bhardwaj AmulyaX

💻
Doing what I love.
  • India
View GitHub Profile
@AmulyaX
AmulyaX / libfprint-custom-build.txt
Last active May 19, 2025 21:21
Use custom built libfprint to add fixes for specific drivers
# Clone fprintd source code
git clone https://gitlab.freedesktop.org/libfprint/libfprint.git
# Checkout to our good guy who made a patch for sensor
# 1c7a:0587 LighTuning Technology Inc. ETU905A88-E
git fetch "https://gitlab.freedesktop.org/thameruddin/libfprint.git" 'egismoc-0587'
git checkout -b 'libfprint-egismoc-0587' FETCH_HEAD
# Try building the code
cd libfprint