mirror of
https://github.com/tcsenpai/goodix-debian-linux-drivers-fingerprint-by-dell.git
synced 2025-06-02 17:10:04 +00:00
now is nice
This commit is contained in:
parent
cd5e7e1510
commit
090ca3fce6
44
README.md
44
README.md
@ -1,18 +1,48 @@
|
||||
# Goodix Fingerprint Drivers for Linux (or at least Debian)
|
||||
|
||||
## Disclaimer
|
||||
This is just a mirror of an existing file, created for preserving functionalities.
|
||||
This repository is intended to preserve the functionalities of the mentioned devices.
|
||||
Every intellectual property of the software is owned by the authors (Goodix most likely).
|
||||
|
||||
## GUIDE TO THE VERSIONING
|
||||
## Guide to the Repository
|
||||
|
||||
### This is for 550a:
|
||||
### Install
|
||||
|
||||
libfprint-2-tod-goodix_amd64.deb
|
||||
Please chose one of the paths listed in the next paragraphs.
|
||||
|
||||
### This is for other devices:
|
||||
Quick and dirty TLDR for Debian/Ubuntu:
|
||||
|
||||
libfprint-2-tod1-goodix_0.0.4-0ubuntu1somerville1_amd64.deb
|
||||
- See Supported Devices paragraph
|
||||
- Clone this repo
|
||||
sudo apt install ./selected.deb
|
||||
|
||||
The two can't be installed together
|
||||
### Precompiled .deb packages
|
||||
|
||||
You should (or could) select this if you are on Debian/Ubuntu
|
||||
|
||||
### Extracted
|
||||
|
||||
Contains both the extracted data folder of the above mentioned packages (useful for experimenting)
|
||||
|
||||
### Bare_so_files
|
||||
|
||||
I don't know if they are useful but hey, less packaging!
|
||||
|
||||
## Supported devices
|
||||
|
||||
### 0.0.4
|
||||
|
||||
- 27c6:538c
|
||||
- 27c6:533c
|
||||
- 27c6:530c
|
||||
- 27c6:5840
|
||||
|
||||
### 0.0.6
|
||||
|
||||
- 27c6:550a
|
||||
|
||||
|
||||
## Issues and PR
|
||||
|
||||
Are more than welcomed!
|
||||
|
||||
|
BIN
bare_so_files/libfprint-tod-goodix-53xc-0.0.4.so
Normal file
BIN
bare_so_files/libfprint-tod-goodix-53xc-0.0.4.so
Normal file
Binary file not shown.
BIN
bare_so_files/libfprint-tod-goodix-550a-0.0.9.so
Normal file
BIN
bare_so_files/libfprint-tod-goodix-550a-0.0.9.so
Normal file
Binary file not shown.
@ -0,0 +1,9 @@
|
||||
# Goodix Fingerprint Sensor
|
||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="27c6", ATTRS{idProduct}=="538c", ATTRS{dev}=="*", TEST=="power/control", ATTR{power/control}="auto", MODE="0660", GROUP="plugdev"
|
||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="27c6", ATTRS{idProduct}=="538c", ENV{LIBFPRINT_DRIVER}="Goodix Fingerprint Sensor"
|
||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="27c6", ATTRS{idProduct}=="533c", ATTRS{dev}=="*", TEST=="power/control", ATTR{power/control}="auto", MODE="0660", GROUP="plugdev"
|
||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="27c6", ATTRS{idProduct}=="533c", ENV{LIBFPRINT_DRIVER}="Goodix Fingerprint Sensor"
|
||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="27c6", ATTRS{idProduct}=="530c", ATTRS{dev}=="*", TEST=="power/control", ATTR{power/control}="auto", MODE="0660", GROUP="plugdev"
|
||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="27c6", ATTRS{idProduct}=="530c", ENV{LIBFPRINT_DRIVER}="Goodix Fingerprint Sensor"
|
||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="27c6", ATTRS{idProduct}=="5840", ATTRS{dev}=="*", TEST=="power/control", ATTR{power/control}="auto", MODE="0660", GROUP="plugdev"
|
||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="27c6", ATTRS{idProduct}=="5840", ENV{LIBFPRINT_DRIVER}="Goodix Fingerprint Sensor"
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,35 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: libfprint-2-tod1-goodix
|
||||
Source:
|
||||
|
||||
Files: usr/* lib/*
|
||||
Copyright: Copyright (c) 2020, Shenzhen Goodix Technology Co.,Ltd. (“Goodix”) All rights reserved.
|
||||
License: Proprietary
|
||||
Redistribution and use in binary form, without modification, are permitted provided that the following conditions are met:
|
||||
.
|
||||
|
||||
Redistributions must reproduce the above copyright notice and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
||||
.
|
||||
Neither the name of Goodix nor the names of its suppliers may be used to endorse or promote products derived from this software without specific prior written permission from Goodix.
|
||||
.
|
||||
No reverse engineering, decompilation, or disassembly of this software is permitted.
|
||||
Disclaimer:
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2020 Canonical Limited
|
||||
License: GPL-3
|
||||
This package is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; version 3 of the License only.
|
||||
.
|
||||
This package is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
.
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
.
|
||||
On Debian systems, the complete text of the GNU General
|
||||
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
|
@ -0,0 +1,13 @@
|
||||
# Goodix Fingerprint Sensor
|
||||
# SUBSYSTEM=="usb", ATTRS{idVendor}=="27c6", ATTRS{idProduct}=="538c", ATTRS{dev}=="*", TEST=="power/control", ATTR{power/control}="auto", MODE="0660", GROUP="plugdev"
|
||||
# SUBSYSTEM=="usb", ATTRS{idVendor}=="27c6", ATTRS{idProduct}=="538c", ENV{LIBFPRINT_DRIVER}="Goodix Fingerprint Sensor"
|
||||
# SUBSYSTEM=="usb", ATTRS{idVendor}=="27c6", ATTRS{idProduct}=="533c", ATTRS{dev}=="*", TEST=="power/control", ATTR{power/control}="auto", MODE="0660", GROUP="plugdev"
|
||||
# SUBSYSTEM=="usb", ATTRS{idVendor}=="27c6", ATTRS{idProduct}=="533c", ENV{LIBFPRINT_DRIVER}="Goodix Fingerprint Sensor"
|
||||
# SUBSYSTEM=="usb", ATTRS{idVendor}=="27c6", ATTRS{idProduct}=="530c", ATTRS{dev}=="*", TEST=="power/control", ATTR{power/control}="auto", MODE="0660", GROUP="plugdev"
|
||||
# SUBSYSTEM=="usb", ATTRS{idVendor}=="27c6", ATTRS{idProduct}=="530c", ENV{LIBFPRINT_DRIVER}="Goodix Fingerprint Sensor"
|
||||
# SUBSYSTEM=="usb", ATTRS{idVendor}=="27c6", ATTRS{idProduct}=="5840", ATTRS{dev}=="*", TEST=="power/control", ATTR{power/control}="auto", MODE="0660", GROUP="plugdev"
|
||||
# SUBSYSTEM=="usb", ATTRS{idVendor}=="27c6", ATTRS{idProduct}=="5840", ENV{LIBFPRINT_DRIVER}="Goodix Fingerprint Sensor"
|
||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="27c6", ATTRS{idProduct}=="550a", ATTRS{dev}=="*", TEST=="power/control", ATTR{power/control}="auto", MODE="0660", GROUP="plugdev"
|
||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="27c6", ATTRS{idProduct}=="550a", ENV{LIBFPRINT_DRIVER}="Goodix Fingerprint Sensor"
|
||||
# SUBSYSTEM=="usb", ATTRS{idVendor}=="27c6", ATTRS{idProduct}=="550c", ATTRS{dev}=="*", TEST=="power/control", ATTR{power/control}="auto", MODE="0660", GROUP="plugdev"
|
||||
# SUBSYSTEM=="usb", ATTRS{idVendor}=="27c6", ATTRS{idProduct}=="550c", ENV{LIBFPRINT_DRIVER}="Goodix Fingerprint Sensor"
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user