Comment 51 for bug 281610

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

The problem has likely been found:

17:30 < jcristau> tjaalton: dev->enabled is Bool, Bool is typedefed to int, so
                  *(CARD8*)(&dev->enabled) doesn't look at the right byte on big endian, aiui

And the upstream bug has a proposed fix for it, please test!