Hello. This device is reported to have an invalid code at byte 18 (0x13), and throws an unhandled error because of it -- By default, libfprint chooses upektc_img driver for this. Something I notice in the code is that all of the UPEK drivers seem to be hardcoded for SWIPE, as where this device is actually an "Area" or PRESS device. It also seems that the expected image dimensions (144x386) from libfprint are different than the dimensions that the device actually has (256x360), which leads me to believe that the incorrect driver for this device is being selected by default.
Hello. This device is reported to have an invalid code at byte 18 (0x13), and throws an unhandled error because of it -- By default, libfprint chooses upektc_img driver for this. Something I notice in the code is that all of the UPEK drivers seem to be hardcoded for SWIPE, as where this device is actually an "Area" or PRESS device. It also seems that the expected image dimensions (144x386) from libfprint are different than the dimensions that the device actually has (256x360), which leads me to believe that the incorrect driver for this device is being selected by default.