synaptics: Add synaptics driver

Heavily modified by Benjamin Berg <bberg@redhat.com> to port it to the
new libfprint API and adjust the coding style to follow more closely
other drivers.
This commit is contained in:
Vincent Huang
2019-07-29 15:55:27 +02:00
committed by Benjamin Berg
parent b8bb08649d
commit ac65cf455e
9 changed files with 2479 additions and 1 deletions

View File

@@ -141,6 +141,12 @@ foreach driver: drivers
if driver == 'virtual_image'
drivers_sources += [ 'drivers/virtual-image.c' ]
endif
if driver == 'synaptics'
drivers_sources += [
'drivers/synaptics/synaptics.c',
'drivers/synaptics/bmkt_message.c',
]
endif
endforeach
if aeslib