mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-09-09 12:46:50 +00:00
build: Enable elanspi in big endian archs
It works fine so no need to do anything there
This commit is contained in:
+1
-1
@@ -145,7 +145,7 @@ drivers_info = {
|
|||||||
'secugen': {},
|
'secugen': {},
|
||||||
|
|
||||||
# SPI driver (non-optional if SPI is available)
|
# SPI driver (non-optional if SPI is available)
|
||||||
'elanspi': { 'spi': true, 'helper': ['udev'], 'optional': not have_spi, 'endian_dependent': true },
|
'elanspi': { 'spi': true, 'helper': ['udev'], 'optional': not have_spi },
|
||||||
|
|
||||||
# Virtual drivers (test-only, optional)
|
# Virtual drivers (test-only, optional)
|
||||||
'virtual_image': { 'virtual': true, 'helper': ['virtual'], 'optional': true },
|
'virtual_image': { 'virtual': true, 'helper': ['virtual'], 'optional': true },
|
||||||
|
|||||||
+1
-1
@@ -39,7 +39,7 @@ drivers_tests = {
|
|||||||
'elan': {},
|
'elan': {},
|
||||||
'elan-cobo': {},
|
'elan-cobo': {},
|
||||||
'elanmoc': {},
|
'elanmoc': {},
|
||||||
'elanspi': {},
|
'elanspi': { 'timeout': 30 },
|
||||||
'synaptics': {},
|
'synaptics': {},
|
||||||
'upektc_img': {},
|
'upektc_img': {},
|
||||||
'upektc_img-tcs1s': {},
|
'upektc_img-tcs1s': {},
|
||||||
|
|||||||
Reference in New Issue
Block a user