mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
debian: Add libfprint-2-tod library and headers
Add packaging for libfprint-TOD
This commit is contained in:
Vendored
+46
@@ -113,3 +113,49 @@ Description: async fingerprint library of fprint project, gir bindings
|
|||||||
.
|
.
|
||||||
This package can be used by other packages using the GIRepository format to
|
This package can be used by other packages using the GIRepository format to
|
||||||
generate dynamic bindings.
|
generate dynamic bindings.
|
||||||
|
|
||||||
|
Package: libfprint-2-tod-1
|
||||||
|
Architecture: any
|
||||||
|
Multi-Arch: same
|
||||||
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||||
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
|
Description: async fingerprint library of fprint project, drivers shared libraries
|
||||||
|
The fprint project aims to support for consumer fingerprint reader devices.
|
||||||
|
.
|
||||||
|
Previously, Linux support for such devices has been scattered amongst different
|
||||||
|
projects (many incomplete) and inconsistent in that application developers
|
||||||
|
would have to implement support for each type of fingerprint reader separately.
|
||||||
|
The idea is to change that by providing a central system to support all the
|
||||||
|
fingerprint readers as it's possible to get hands on.
|
||||||
|
.
|
||||||
|
libfprint is the centre of efforts, this component does the dirty job of
|
||||||
|
talking to fingerprint reading devices, and processing fingerprint data.
|
||||||
|
.
|
||||||
|
This library depends on the new libusb, which performs asynchronous callbacks,
|
||||||
|
allowing fprint to perform non-blocking device tasks.
|
||||||
|
.
|
||||||
|
This package provides shared libraries for the TOD drivers.
|
||||||
|
|
||||||
|
Package: libfprint-2-tod-dev
|
||||||
|
Section: libdevel
|
||||||
|
Architecture: any
|
||||||
|
Depends: libfprint-2-tod-1 (= ${binary:Version}),
|
||||||
|
${misc:Depends}
|
||||||
|
Description: async fingerprint library of fprint project, drivers development headers
|
||||||
|
The fprint project aims to support for consumer fingerprint reader devices.
|
||||||
|
.
|
||||||
|
Previously, Linux support for such devices has been scattered amongst different
|
||||||
|
projects (many incomplete) and inconsistent in that application developers
|
||||||
|
would have to implement support for each type of fingerprint reader separately.
|
||||||
|
The idea is to change that by providing a central system to support all the
|
||||||
|
fingerprint readers as it's possible to get hands on.
|
||||||
|
.
|
||||||
|
libfprint is the centre of efforts, this component does the dirty job of
|
||||||
|
talking to fingerprint reading devices, and processing fingerprint data.
|
||||||
|
.
|
||||||
|
This library depends on the new libusb, which performs asynchronous callbacks,
|
||||||
|
allowing fprint to perform non-blocking device tasks.
|
||||||
|
.
|
||||||
|
This package provides development headers for creating device drivers.
|
||||||
|
An example driver is available at:
|
||||||
|
https://gitlab.freedesktop.org/3v1n0/libfprint-tod-example-driver
|
||||||
|
|||||||
Vendored
+1
-1
@@ -1,2 +1,2 @@
|
|||||||
lib/udev/rules.d/
|
lib/udev/rules.d/
|
||||||
usr/lib/*/lib*.so.*
|
usr/lib/*/libfprint-[0-9].so.*
|
||||||
|
|||||||
Vendored
+3
-3
@@ -1,4 +1,4 @@
|
|||||||
usr/include/*
|
usr/include/libfprint-[0-9]/*.h
|
||||||
usr/lib/*/lib*.so
|
usr/lib/*/libfprint-[0-9].so
|
||||||
usr/lib/*/pkgconfig/*
|
usr/lib/*/pkgconfig/libfprint-[0-9].pc
|
||||||
usr/share/gir-1.0/*
|
usr/share/gir-1.0/*
|
||||||
|
|||||||
Vendored
+1
@@ -0,0 +1 @@
|
|||||||
|
usr/lib/*/libfprint-*-tod.so.*
|
||||||
Vendored
+191
@@ -0,0 +1,191 @@
|
|||||||
|
libfprint-2-tod.so.1 libfprint-2-tod-1 #MINVER#
|
||||||
|
LIBFPRINT_TOD_1.0.0@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_assemble_frames@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_assemble_lines@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_dup_data@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_dup_string_utf16@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_dup_string_utf32@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_dup_string_utf8@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_free@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_data@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_float32_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_float32_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_float64_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_float64_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_int16_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_int16_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_int24_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_int24_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_int32_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_int32_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_int64_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_int64_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_int8@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_pos@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_remaining@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_size@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_string_utf8@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_sub_reader@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_uint16_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_uint16_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_uint24_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_uint24_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_uint32_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_uint32_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_uint64_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_uint64_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_get_uint8@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_init@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_masked_scan_uint32@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_masked_scan_uint32_peek@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_new@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_peek_data@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_peek_float32_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_peek_float32_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_peek_float64_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_peek_float64_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_peek_int16_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_peek_int16_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_peek_int24_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_peek_int24_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_peek_int32_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_peek_int32_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_peek_int64_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_peek_int64_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_peek_int8@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_peek_string_utf8@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_peek_sub_reader@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_peek_uint16_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_peek_uint16_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_peek_uint24_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_peek_uint24_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_peek_uint32_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_peek_uint32_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_peek_uint64_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_peek_uint64_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_peek_uint8@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_set_pos@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_skip@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_skip_string_utf16@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_skip_string_utf32@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_reader_skip_string_utf8@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_ensure_free_space@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_fill@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_free@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_free_and_get_data@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_get_remaining@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_init@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_init_with_data@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_init_with_size@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_new@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_new_with_data@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_new_with_size@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_put_data@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_put_float32_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_put_float32_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_put_float64_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_put_float64_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_put_int16_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_put_int16_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_put_int24_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_put_int24_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_put_int32_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_put_int32_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_put_int64_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_put_int64_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_put_int8@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_put_string_utf16@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_put_string_utf32@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_put_string_utf8@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_put_uint16_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_put_uint16_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_put_uint24_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_put_uint24_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_put_uint32_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_put_uint32_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_put_uint64_be@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_put_uint64_le@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_put_uint8@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_reset@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_byte_writer_reset_and_get_data@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_action_error@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_action_is_cancelled@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_add_timeout@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_capture_complete@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_close_complete@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_delete_complete@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_enroll_complete@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_enroll_progress@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_error_new@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_error_new_msg@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_get_cancellable@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_get_capture_data@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_get_current_action@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_get_delete_data@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_get_driver_data@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_get_enroll_data@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_get_identify_data@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_get_usb_device@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_get_verify_data@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_get_virtual_env@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_identify_complete@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_identify_report@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_list_complete@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_open_complete@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_probe_complete@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_retry_new@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_retry_new_msg@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_set_nr_enroll_stages@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_set_scan_type@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_verify_complete@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_device_verify_report@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_do_movement_estimation@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_image_device_activate@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_image_device_activate_complete@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_image_device_close_complete@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_image_device_deactivate@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_image_device_deactivate_complete@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_image_device_image_captured@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_image_device_open_complete@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_image_device_report_finger_status@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_image_device_retry_scan@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_image_device_session_error@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_image_device_set_bz3_threshold@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_image_resize@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_mean_sq_diff_norm@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_print_add_from_image@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_print_add_print@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_print_bz3_match@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_print_set_device_stored@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_print_set_type@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_ssm_cancel_delayed_state_change@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_ssm_dup_error@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_ssm_free@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_ssm_get_cur_state@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_ssm_get_data@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_ssm_get_error@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_ssm_jump_to_state@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_ssm_jump_to_state_delayed@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_ssm_mark_completed@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_ssm_mark_completed_delayed@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_ssm_mark_failed@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_ssm_new_full@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_ssm_next_state@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_ssm_next_state_delayed@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_ssm_set_data@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_ssm_start@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_ssm_start_subsm@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_ssm_usb_transfer_cb@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_ssm_usb_transfer_with_weak_pointer_cb@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_std_sq_dev@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_usb_transfer_fill_bulk@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_usb_transfer_fill_bulk_full@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_usb_transfer_fill_control@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_usb_transfer_fill_interrupt@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_usb_transfer_fill_interrupt_full@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_usb_transfer_get_type@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_usb_transfer_new@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_usb_transfer_ref@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_usb_transfer_submit@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_usb_transfer_submit_sync@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
|
fpi_usb_transfer_unref@LIBFPRINT_TOD_1.0.0 1:1.90.1
|
||||||
Vendored
+3
@@ -0,0 +1,3 @@
|
|||||||
|
usr/include/*/tod-*/*
|
||||||
|
usr/lib/*/libfprint-*-tod.so
|
||||||
|
usr/lib/*/pkgconfig/libfprint-*-tod-*.pc
|
||||||
Reference in New Issue
Block a user