AMS Sansa: Handle responses to SD Commands so that response crc checking is accounte...
commit6e25fe69dd6756f5b428520a70b97e7a9cba09fa
authorFlynDice <FlynDice@a1c6a512-1295-4272-9138-f99709370657>
Mon, 23 Nov 2009 04:22:11 +0000 (23 04:22 +0000)
committerFlynDice <FlynDice@a1c6a512-1295-4272-9138-f99709370657>
Mon, 23 Nov 2009 04:22:11 +0000 (23 04:22 +0000)
treef3acbb297b63cde9852f0f82f6b020699c8763db
parent3113f05b2c246a2ebcfdfc973fbcfdce73225d30
AMS Sansa:  Handle responses to SD Commands so that response crc checking is accounted for.  Adjust sd error codes appropriately.

The crc check on responses to sd commands was being bypassed due to a SD_APP_OP_COND special case.  Now a short response is returned
even if the crc check fails so we can check the busy bit.  The send_cmd() function still returns a false value but it loads the response
variable with the cmd response.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23718 a1c6a512-1295-4272-9138-f99709370657
firmware/target/arm/as3525/ata_sd_as3525.c