Hi Dave,

   Thanks for a quick reply. I thought that I need to implement fprint's
driver interface for this device. Your pointers are helpful. Let me take a
detailed look at the driver API. Hopefully will have a working
implementation in a week or so. Will post to the list if have more
questions.


On Mon, Feb 25, 2008 at 3:02 PM, Davidlohr Bueso <[EMAIL PROTECTED]> wrote:

> 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/<http://www.fs.tum.de/%7Eechtler/idmouse/>.
> >
> > --
> > Thanks,
> > ---Priti
> > _______________________________________________
> > fprint mailing list
> > [email protected]
> > http://lists.reactivated.net/mailman/listinfo/fprint
>



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

Reply via email to