upeke2: Add support for 0x2e status code

As reported working in:
http://www.mail-archive.com/fprint@reactivated.net/msg01426.html
This commit is contained in:
Jorge Suarez de Lis 2010-08-17 19:55:48 +01:00 committed by Bastien Nocera
parent 5a1926bb41
commit 48af46a2c5

View file

@ -1000,6 +1000,7 @@ static void e_handle_resp00(struct fp_dev *dev, unsigned char *data,
case 0x0e:
case 0x26:
case 0x27:
case 0x2e:
/* if we previously completed a non-last enrollment stage, we'll
* get this code to indicate successful stage completion */
if (upekdev->enroll_passed) {