mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-09-10 13:00:08 +00:00
mafpmoc: Copy the most significant bit of the cmd instead of LSB
This was causing the command not to be properly used in big endian archs
This commit is contained in:
+1
-1
@@ -141,7 +141,7 @@ drivers_info = {
|
||||
'fpcmoc': {},
|
||||
'realtek': {},
|
||||
'focaltech_moc': {},
|
||||
'mafpmoc': { 'endian_dependent': true },
|
||||
'mafpmoc': {},
|
||||
'secugen': {},
|
||||
|
||||
# SPI driver (non-optional if SPI is available)
|
||||
|
||||
Reference in New Issue
Block a user