Re: [fprint] Writing a driver for138a:003c (VFS471)

2014-10-14 Thread Patrick Boettcher
Hi, On Mon, 13 Oct 2014 22:21:27 +0300 Vasily Khoruzhick wrote: > On Mon, Oct 13, 2014 at 9:31 PM, Jonathan Daniel > wrote: > > Hello, > > Hi Jonathan, > > Firstly, please don't use HTML formatting in your messages to mail > list. > > > I have started the journey to write a driver for this d

Re: [fprint] Writing a driver for138a:003c (VFS471)

2014-10-13 Thread Vasily Khoruzhick
On Mon, Oct 13, 2014 at 10:57 PM, Jonathan Daniel wrote: >> Sent: Monday, October 13, 2014 at 9:21 PM >> From: "Vasily Khoruzhick" >> To: "Jonathan Daniel" >> Cc: "fprint@lists.freedesktop.org" >> Subject: Re: [fprint] Writing a d

Re: [fprint] Writing a driver for138a:003c (VFS471)

2014-10-13 Thread Vasily Khoruzhick
On Mon, Oct 13, 2014 at 9:31 PM, Jonathan Daniel wrote: > Hello, Hi Jonathan, Firstly, please don't use HTML formatting in your messages to mail list. > I have started the journey to write a driver for this device (138a:003c), I > own this device, its > built in to the HP Elitebook 8560w. From

[fprint] Writing a driver for138a:003c (VFS471)

2014-10-13 Thread Jonathan Daniel
Hello,   I have started the journey to write a driver for this device (138a:003c), I own this device, its built in to the HP Elitebook 8560w. From what i've gathered I need to sniff the USB data from a working driver and send/receive the right data at the right moment with libusb.   So i'm c