Comment 17 for bug 744310

Revision history for this message
Lopan (lopan-eti) wrote : Re: [Bug 744310] Re: [138a:0005] fingerprint Validity VFS301 reader not recognized

Work very fine with VSF300! (Bus 001 Device 004: ID 138a:0008 Validity
Sensors, Inc. VFS300 Fingeprint Reader)

just change the proto.c line (135)
from:
        dev->devh = libusb_open_device_with_vid_pid(NULL, 0x138a, 0x0005);
to:
        dev->devh = libusb_open_device_with_vid_pid(NULL, 0x138a, 0x0008);

Congratulations!

2011/11/6 Andrej Krutak <email address hidden>

> I've started developing a driver at https://github.com/andree182/vfs301
> . I am able to get some fingerprint from it - but the code still needs
> some love and integration to libfprint is yet to be done (after it works
> correctly from console).
>
> --
> You received this bug notification because you are subscribed to a
> duplicate bug report (787876).
> https://bugs.launchpad.net/bugs/744310
>
> Title:
> [138a:0005] fingerprint Validity VFS301 reader not recognized
>
> Status in Fingerprint GUI:
> New
> Status in “libfprint” package in Ubuntu:
> Confirmed
>
> Bug description:
> Hi,
> this bugs is concerning the Validity fingerprint reader VFS301. With the
> command lsusb is listed as: Bus 001 Device 004: ID 138a:0005
> DigitalPersona, Inc. This isn't a DigitalPersona fingerprint reader, its
> "Validity" but they use digitalpersona software.
> It affects in my case the model HP Touchsmart tm2-2105. On the Bug
> #285089 there is a patch for the 138a:0001 VFS101 but unfortunately it
> didn't work on the VFS301. I am using Ubuntu 10.10 and libfprint-0.3.0.
>
> ProblemType: Bug
> DistroRelease: Ubuntu 10.10
> Package: linux-image-2.6.35-28-generic 2.6.35-28.49
> Regression: No
> Reproducible: Yes
> ProcVersionSignature: Ubuntu 2.6.35-28.49-generic 2.6.35.11
> Uname: Linux 2.6.35-28-generic x86_64
> NonfreeKernelModules: wl
> AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
> Architecture: amd64
> ArecordDevices:
> **** List of CAPTURE Hardware Devices ****
> card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
> Subdevices: 1/1
> Subdevice #0: subdevice #0
> AudioDevicesInUse:
> USER PID ACCESS COMMAND
> /dev/snd/controlC0: carlos 2175 F.... pulseaudio
> CRDA: Error: [Errno 2] No such file or directory
> Card0.Amixer.info:
> Card hw:0 'Intel'/'HDA Intel at 0xc4500000 irq 47'
> Mixer name : 'IDT 92HD81B1X5'
> Components : 'HDA:111d7605,103c1486,00100402'
> Controls : 14
> Simple ctrls : 9
> Card1.Amixer.info:
> Card hw:1 'Generic'/'HD-Audio Generic at 0xc4420000 irq 48'
> Mixer name : 'ATI R6xx HDMI'
> Components : 'HDA:1002aa01,00aa0100,00100200'
> Controls : 4
> Simple ctrls : 1
> Card1.Amixer.values:
> Simple mixer control 'IEC958',0
> Capabilities: pswitch pswitch-joined penum
> Playback channels: Mono
> Mono: Playback [on]
> Date: Mon Mar 28 16:18:41 2011
> EcryptfsInUse: Yes
> HibernationDevice: RESUME=UUID=d88d42e5-23c5-4b28-8c45-05ae3ea585fd
> InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64
> (20101007)
> MachineType: Hewlett-Packard HP TouchSmart tm2 Notebook PC
> ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-28-generic
> root=UUID=69f6eb2d-6a63-4bfa-ba7d-86c5874ad5da ro vga=769 quiet splash
> ProcEnviron:
> LANG=en_NZ.utf8
> SHELL=/bin/bash
> RelatedPackageVersions: linux-firmware 1.38.5
> SourcePackage: linux
> dmi.bios.date: 10/28/2010
> dmi.bios.vendor: Insyde
> dmi.bios.version: F.23
> dmi.board.asset.tag: Base Board Asset Tag
> dmi.board.name: 1486
> dmi.board.vendor: Hewlett-Packard
> dmi.board.version: 83.1F
> dmi.chassis.asset.tag: CNU0444K7G
> dmi.chassis.type: 10
> dmi.chassis.vendor: Hewlett-Packard
> dmi.chassis.version: Chassis Version
> dmi.modalias:
> dmi:bvnInsyde:bvrF.23:bd10/28/2010:svnHewlett-Packard:pnHPTouchSmarttm2NotebookPC:pvr058A210000242A10000120100:rvnHewlett-Packard:rn1486:rvr83.1F:cvnHewlett-Packard:ct10:cvrChassisVersion:
> dmi.product.name: HP TouchSmart tm2 Notebook PC
> dmi.product.version: 058A210000242A10000120100
> dmi.sys.vendor: Hewlett-Packard
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/fingerprint-gui/+bug/744310/+subscriptions
>