head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.3
date	2011.11.29.12.59.55;	author scheidell;	state Exp;
branches;
next	1.2;

1.2
date	2008.07.31.20.35.47;	author barner;	state Exp;
branches;
next	1.1;

1.1
date	2008.04.15.21.15.40;	author barner;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Submitter is now Maintainer
- There's one more commit after version 0.2 on github. After that, the software discontinued. This version is adopted
by Debian
- added alocal/automake
- Committed with changed (added IGNORE for FreeBSD < 8.x since libusb 1.0 is needed, see libfprint)

PR:		161225
Submitted by:	Zhihao Yuan <lichray@@gmail.com>
Approved by:	ports (maintainer timeout) gabor (mentor)
Feature safe:	yes
@
text
@In order to enroll new finger prints, you must have r/w access to the
usb device node(s) of your finger print reader (i.e., /dev/{ugen, usb}*).

It is recommended to use devfs.rules(5) and a dedicated group to manage
access to your finger print reader.

You can use `usbconfig' to see if your sensor is accessible.

Example configuration:
- /etc/rc.conf:
devfs_system_ruleset="localrules"

- /etc/devfs.rules:
[localrules=10]
add path 'usb' mode 0770 group operator
add path 'usb/*' mode 0660 group operator

# /etc/rc.d/devfs restart
@


1.2
log
@Document that /dev/usb* needs to be accessible, too.

Reported by: Richard Kolkovich <sarumont@@sigil.org>
@
text
@d2 1
a2 2
usb device node(s) of your finger print reader (i.e., /dev/{ugen, usb}*)
(tested with UPEK finger print reader as found in Lenovo T61).
d7 1
a7 1
You can use `usbdevs -v' to see if your sensor is accessible.
d15 2
a16 2
add path 'ugen0*' mode 0660 group operator
add path 'usb0*' mode 0660 group operator
@


1.1
log
@Add fprint_demo 0.4, demo and test application for libfprint.
@
text
@d2 1
a2 1
usb device node(s) of your finger print reader (e.g. /dev/ugen*)
d8 2
d17 1
@

