mirror of
https://gitee.com/openharmony/kernel_linux
synced 2025-05-23 15:16:44 +00:00

Some controllers actually check the first byte of the response (most don't). This byte contains the command opcode for R1/R1b and all 1:s for other types. The difference must be indicated to the controller so it knows which reply to expect. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>