Release 1.94.0
This commit is contained in:
parent
39333a0642
commit
909865ed8d
2 changed files with 13 additions and 1 deletions
12
NEWS
12
NEWS
|
@ -1,6 +1,18 @@
|
||||||
This file lists notable changes in each release. For the full history of all
|
This file lists notable changes in each release. For the full history of all
|
||||||
changes, see ChangeLog.
|
changes, see ChangeLog.
|
||||||
|
|
||||||
|
2021-06-30: v1.94.0 release
|
||||||
|
|
||||||
|
Highlights:
|
||||||
|
* Implement suspend/resume handling including USB wakeup configuration.
|
||||||
|
This requires writing the "persist" and "wakeup" sysfs attributes.
|
||||||
|
* Add simple temperature module to prevent devices from becoming too hot
|
||||||
|
* Add feature for continuous scanning
|
||||||
|
* New internal "critical section" API to simplify driver development
|
||||||
|
* elan: new PID 0x0c58
|
||||||
|
* elanmoc: Fixes for multi-user handling and FW changes
|
||||||
|
* virtual-device: Do not time out for SCAN command
|
||||||
|
|
||||||
2021-06-30: v1.92.1 release
|
2021-06-30: v1.92.1 release
|
||||||
|
|
||||||
Highlights:
|
Highlights:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('libfprint', [ 'c', 'cpp' ],
|
project('libfprint', [ 'c', 'cpp' ],
|
||||||
version: '1.92.1',
|
version: '1.94.0',
|
||||||
license: 'LGPLv2.1+',
|
license: 'LGPLv2.1+',
|
||||||
default_options: [
|
default_options: [
|
||||||
'buildtype=debugoptimized',
|
'buildtype=debugoptimized',
|
||||||
|
|
Loading…
Reference in a new issue