elan: Add umockdev based test

Unfortunately, the timeout handling cannot be simulated properly. This
also adds a workaround in the driver to not consider it a protocol error
if this happens.
This commit is contained in:
Benjamin Berg
2020-01-03 15:20:23 +01:00
parent 8992e559f8
commit c27a4faeca
6 changed files with 427 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ if get_option('introspection')
endif
drivers_tests = [
'elan',
'vfs5011',
'synaptics',
]