Commit Graph

2288 Commits

Author SHA1 Message Date
Bastien Nocera 132b178304 lib: Add driver names to the udev rules 2012-08-28 20:02:17 +01:00
Andrej Krutak c3689665db lib: Add VFS300/VFS301 driver
https://bugs.freedesktop.org/show_bug.cgi?id=37574
2012-08-28 19:51:59 +01:00
Bastien Nocera 3d222ddda7 lib: Fix whitespace errors 2012-08-28 19:45:08 +01:00
Bastien Nocera 080c414ce9 build: Whitespace fixes in configure.ac 2012-08-28 19:45:08 +01:00
Vasily Khoruzhick ff02115b0f lib: Fix global variables collision with libusb 2012-08-14 15:25:44 +01:00
Bastien Nocera 3b409c767c build: Allow disabling the update of udev rules
We can only create the udev rules file when we're not cross-compiling,
so allow people to disable updating the file when building from
tarballs.

If you run with --enable-udev-rules=no and the
60-fprint-autosuspend.rules doesn't exist, you're on your own.
2012-08-14 15:19:35 +01:00
Bastien Nocera d05c69698c build: Fix distcheck'ing not working
We need to be able to override the udev rules directory for
distchecking to work.
2012-08-14 15:12:20 +01:00
Bastien Nocera 2d09b10a27 build: Include udev rules in tarball 2012-08-14 14:52:58 +01:00
Bastien Nocera bc03d56186 build: Add list of drivers to include when distchecking 2012-08-14 14:51:23 +01:00
Bastien Nocera 96e7224a23 build: Fix distchecking of examples directory 2012-08-14 14:48:43 +01:00
Didier Raboud deefd5c04f libfprint 1:0.4.0-4-gdfff16f-4 Debian release. 2012-07-09 00:46:33 +02:00
Didier Raboud d7d940575e Fix libusb global variables FTBFS.
Closes: #680838
2012-07-08 16:35:59 -06:00
Didier Raboud d3b47bb1d7 libfprint 1:0.4.0-4-gdfff16f-3 Debian release. 2012-06-26 10:52:23 +02:00
Didier Raboud aa679f6a12 Patch the udev rules creator to handle blacklists correctly.
The blacklist covered whole vendorID ranges; with the patch it will
cover the mentionned vendorID:productID pairs.

(This was not a problem as the blacklist contained only one device and
it was the only productID for this vendorID.)
2012-06-26 10:12:50 +02:00
Didier Raboud 8019e85967 Patch the udev rules creator to include all devices.
The power/control blacklist is respected: 0483:2016 is blacklisted for
power/control but is supported by a built driver and as such, should get
a mode and group specification.

Closes: #679001
2012-06-26 09:56:36 +02:00
Benedikt Morbach 0f4a75ff61 update udev rules dir location again
Instead of hardcoding whatever the new fashion is every few months, which might
even differ between distributions, just put the rules where udev says we should.

https://bugs.freedesktop.org/show_bug.cgi?id=50426
2012-05-28 14:12:55 +01:00
Didier Raboud f45eb60488 libfprint 1:0.4.0-4-gdfff16f-2 Debian release. 2012-05-21 10:55:42 +02:00
Didier Raboud edfc461a48 Add patch to define ETIME for the kFreeBSD flavours.
This fixes the FTBFS on kFreeBSD without guaranteeing that it actually
works.

Closes: #673704
2012-05-21 10:53:39 +02:00
Didier Raboud 04fad3f9b3 Mark libfprint0 Multi-Arch: same.
This allows it to be a satisfiable depends of fprintd.
2012-05-20 22:33:56 +02:00
Didier Raboud 8bef73626c releasing version 1:0.4.0-4-gdfff16f-1 2012-05-19 17:37:26 +02:00
Didier Raboud 17f612175f Drop useless dirs specifications. 2012-05-19 17:02:31 +02:00
Didier Raboud 1688d6896a Put epoch in the symbols' versions. 2012-05-19 16:55:35 +02:00
Didier Raboud bb7f0d3f69 Avoid duplication of Section snippet in control. 2012-05-19 16:05:20 +02:00
Didier Raboud 67994293f3 Drop the mention of the old synchronous library from the description. 2012-05-19 15:27:58 +02:00
Didier Raboud 8f73f03722 Add Vcs-* to reflect the new Git repository. 2012-05-19 15:27:03 +02:00
Didier Raboud 38b5a05db3 Add myself as uploader. 2012-05-19 15:26:04 +02:00
Didier Raboud ddab7bfc89 Bump Standards-Version to 3.9.3 without changes needed. 2012-05-19 15:25:37 +02:00
Didier Raboud 9dc27b0a00 Update homepage to the new home at freedesktop.org. 2012-05-19 15:25:12 +02:00
Didier Raboud 79a4038256 Add symbols tracking for libfprint0. 2012-05-19 15:24:19 +02:00
Didier Raboud d520edfa71 Use the built udev rules for autosuspend; append our mode and group specificities. 2012-05-19 15:20:10 +02:00
Didier Raboud 192cef0cdd Use short debhelper style; migrate to multiarch. 2012-05-19 14:59:42 +02:00
Didier Raboud d3628eda97 Bump debhelper Build-Depends and compat to 9.
Brings hardened buildflags and multiarch.
2012-05-19 14:39:20 +02:00
Didier Raboud 2d55732900 Merge branch 'master' into debian
Many conflicts.
2012-05-19 14:18:01 +02:00
Bastien Nocera dfff16f3e3 Don't print duplicate udev rules
https://bugs.freedesktop.org/show_bug.cgi?id=45513
2012-02-02 05:28:17 +00:00
Patrick Marlier 3d2e545264 Fix possible crash without a deactivate callback
We were checking for ->activate existing instead of ->deactivate.
2012-01-20 12:57:27 +00:00
Benedikt Morbach c96fa32da4 Move udev rules to libdir
This moves the dir from /etc/udev/rules.d to /lib/udev/rules.d,
which is encouraged by upstream, as /etc is for user overrides only

https://bugs.freedesktop.org/show_bug.cgi?id=44507
2012-01-06 12:13:29 +00:00
Matthew Garrett 48ec64f683 Fix udev control path
Newer kernels uses power/control for USB suspend setup, not power/level.
Fix the udev rules generation.
2011-10-04 15:11:08 +01:00
Ulises Vitulli 786868d735 Transitioning from libmagick9 to libmagickcore 2011-06-13 00:37:01 +00:00
Ulises Vitulli cbff4b73a5 No more patches! :D :D :D 2011-04-19 22:33:30 +00:00
Ulises Vitulli c1b8b7950b Closing #595719 and #620447. 2011-04-19 22:10:40 +00:00
Ulises Vitulli 7cee8069fd Uploading new upstream release 0.4.0plus 2011-04-19 19:16:04 +00:00
Bastien Nocera f8aa82a554 0.4.0 v_0_4_0 2011-04-18 18:02:37 +01:00
Bastien Nocera 1451a2dde2 build: Quiet by default 2011-04-08 15:38:33 +01:00
Sergio Cerlesi d2e957683f Added support for Validity VFS101
USB ID 138a:0001
2011-04-08 15:37:03 +01:00
Sergio Cerlesi a3ae96c214 Fix function fpi_im_resize on create new image
The function fpi_im_resize copy the new resized image into old fp_img
instead of newimg so, new image is empty and often it generated a
segmentation fault error.
2011-02-22 19:14:02 +00:00
Sergio Cerlesi 3dd905d4e9 Fix return timeout of fp_get_next_timeout
On function fp_get_next_timeout if exist fprint timeout or libusb
timeout the function return the smaller of they.

But if one of that not exist and have a smaller value the function
return a timeout that not exist.
2011-02-18 13:59:28 +00:00
Bastien Nocera aab031ce37 0.3.0 v_0_3_0 2010-09-08 11:11:31 +01:00
Bastien Nocera 6bfc516553 Add test program for C++ support
So that we don't regress
2010-09-08 11:03:58 +01:00
Kunal Gangakhedkar ff842125c5 Add C++ guards to take care of C++ name-mangling.
The libfprint library is generally built with C calling conventions.
Which makes it difficult to link to C++ programs as it is.

This patch adds the support for linking with C++ code - by telling the C++
compiler to use C calling conventions for libfprint functions.

Reported-by: Guus Ellenkamp <guus@activediscovery.net>
Signed-off-by: Kunal Gangakhedkar <kunal.gangakhedkar@gmail.com>
2010-09-08 11:02:25 +01:00
Hugo Grostabussiat 712ebb6d44 Namespace functions and structs for 147e:2016
Inserted "_2016" in structures, enums and functions names
that are related with device 147e:2016.
2010-08-31 17:51:21 +01:00