Hello,

I have a motion m1400 tablet. It uses a authentec 2501. Apparently it needs a minor table edit to have it recognize the hardware properly in order to work. I googled and contacted someone who got it to work. Sadly I am not a programmer but he told me the modification to the code that was needed. Could someone please make this modification?

Here is what he sent.

I couldn't give you help on building it for Ubuntu, but if the installation file or something helps you do that, what I had changed was in libfprint/drivers/aes2501.c, around line 570 From:

static const struct usb_id id_table[] = {
{ .vendor = 0x08ff, .product = 0x2580 },
{ 0, 0, 0, },
};

To:

static const struct usb_id id_table[] = {
{ .vendor = 0x08ff, .product = 0x2580 },
{ .vendor = 0x08ff, .product = 0x2500 },
{ 0, 0, 0, },
};
_______________________________________________
fprint mailing list
[email protected]
http://lists.reactivated.net/mailman/listinfo/fprint

Reply via email to