Ok, took a look at the kernel patch for your device, and all the info
you need for the device to work with fprint is there (USB interface
information). So, based on the current drivers that fprint supports, you
could write a little driver for it. You need to implement at least these
functions (or anyone who has physical access to one of those devices):

init - take a look at idmouse_probe() / idmouse_open()
capture - take a look at idmouse_create_image()
exit - take a look at idmouse_release()

Dave.

On Sat, 2008-02-23 at 19:21 -0800, Priti Aghera wrote:
> Hi,
> 
>    Does fprint support Siemens ID Mouse? I need to integrate Siemens
> ID Mouse into an ARM based embedded system(a part of my academic
> project).  If not, I would like to add that support. 
> 
>    Drivers for Siemens ID Mouse are now part of 2.6.11 upward kernel
> and are available here http://www.fs.tum.de/~echtler/idmouse/ . 
> 
> -- 
> Thanks,
> ---Priti 
> _______________________________________________
> fprint mailing list
> [email protected]
> http://lists.reactivated.net/mailman/listinfo/fprint

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
fprint mailing list
[email protected]
http://lists.reactivated.net/mailman/listinfo/fprint

Reply via email to