Skip to content

Instantly share code, notes, and snippets.

@gbishop
Created June 3, 2026 17:13
Show Gist options
  • Select an option

  • Save gbishop/ecde4b5ce1dfef8d531203fc194c9d8d to your computer and use it in GitHub Desktop.

Select an option

Save gbishop/ecde4b5ce1dfef8d531203fc194c9d8d to your computer and use it in GitHub Desktop.
Lenovo Carbon X1 with Debian 13.5 fingerprint reader after suspend

Make the fingerprint reader work after suspend

I tried many different hacks suggested by various chatbots to no avail. I finally found https://mike.it-loops.com/item/32 and adapted it to my system. I used lsusb to learn the vendor id and port for the fingerprint reader.

Bus 003 Device 008: ID 06cb:00fc Synaptics, Inc. Prometheus Fingerprint Reader

Then I created this file /etc/udev/hwdb.d/61-autosuspend-fingerprint-reader.hwdb

usb:v06CBp00FC
 ID_AUTOSUSPEND=1
 ID_PERSIST=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment