mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-09-10 13:00:08 +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': {},
|
||||
|
||||
# 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_image': { 'virtual': true, 'helper': ['virtual'], 'optional': true },
|
||||
|
||||
+1
-1
@@ -39,7 +39,7 @@ drivers_tests = {
|
||||
'elan': {},
|
||||
'elan-cobo': {},
|
||||
'elanmoc': {},
|
||||
'elanspi': {},
|
||||
'elanspi': { 'timeout': 30 },
|
||||
'synaptics': {},
|
||||
'upektc_img': {},
|
||||
'upektc_img-tcs1s': {},
|
||||
|
||||
Reference in New Issue
Block a user