#1576 closed defect (fixed)

SD card CRC checks: should enable CRCs

Reported by: Arnout Vandecappelle Owned by: Sebastian Huber
Priority: normal Milestone: 4.11
Component: unspecified Version: 4.11
Severity: normal Keywords:
Cc: joel.sherrill@… Blocked By:
Blocking:

Description

In bug 1569, I forgot to use the 'enable CRC checks' command. Also, CRC of 0x7F should be ignored (means don't care).

Attached patch fixes this.

Attachments (2)

0001-CRC-ignore-crc7-of-0xff-and-enable-CRC.patch (1.3 KB) - added by Arnout Vandecappelle on 06/21/10 at 13:47:54.
sdcard: ignore CRC7 of 0x7f and use CRC_ON_OFF command during initialization
0001-CRC-ignore-crc7-of-0xff-and-enable-CRC_v1.patch (1.3 KB) - added by Arnout Vandecappelle on 06/21/10 at 14:14:02.
sdcard: ignore CRC7 of 0x7f and use CRC_ON_OFF command during initialization

Download all attachments as: .zip

Change History (6)

Changed on 06/21/10 at 13:47:54 by Arnout Vandecappelle

sdcard: ignore CRC7 of 0x7f and use CRC_ON_OFF command during initialization

Changed on 06/21/10 at 14:14:02 by Arnout Vandecappelle

sdcard: ignore CRC7 of 0x7f and use CRC_ON_OFF command during initialization

comment:1 Changed on 06/21/10 at 14:14:02 by Arnout Vandecappelle

attachments.isobsolete: 01

comment:2 Changed on 06/21/10 at 14:26:19 by Sebastian Huber

Resolution: fixed
Status: newclosed

There is no need to cast the return value away, but assign and ignore is a different thing.

Applied to CVS head.

comment:3 Changed on 11/24/14 at 18:58:28 by Gedare Bloom

Version: HEAD4.11

Replace Version=HEAD with Version=4.11 for the tickets with Milestone >= 4.11

comment:4 Changed on 10/10/17 at 06:35:44 by Sebastian Huber

Component: miscunspecified
Note: See TracTickets for help on using tickets.