Add support for 06cb:008a
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.
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