Validity90 icon indicating copy to clipboard operation
Validity90 copied to clipboard

Add support for 06cb:008a

Open anlakii opened this issue 7 years ago • 1 comments

Hi, I'm using a Toshiba Portege X30D and it's driver hasn't been supported yet. I changed the following line in main.c (from the 06cb:009a driver) so I could run the prototype and provide the ouput: { .vid = 0x06cb, .pid = 0x008a, .hasLed = 0, .hasBios = -1, .requiresReset = 0, .hasRawOutput = -1 } Currently, nothing works. The fingerprint sensor has no LEDs that can light up and the prototype doesn't wait for me to swipe my finger. Hopefully the output provides enough information to figure out what's going on.

Prototype log

anlakii avatar Oct 18 '18 09:10 anlakii

I would also love this.

I wonder if it might use a similar drive as 06cb:009a, which has a lot more attention: https://github.com/nmikhailov/Validity90/issues/34

Supaiku avatar Jun 15 '20 14:06 Supaiku