Comment 2 for bug 1566690

Revision history for this message
Alfonso Sanchez-Beato (alfonsosanchezbeato) wrote :

Root reason is that user space is 32 bits and it is using an ioctl that has types that follow arm-32 bits convention, while the kernel is 64 bits. There is no translation of 32 to 64 bits for this ioctls in the mtp driver, so we need to implement them for this to work.