AMS Sansa: Handle responses to SD Commands so that response crc checking is accounte...
commit9a3051ada6bcab47bb3669e9d6f77a31f9db1707
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
parentee19ec5e9e57b8aad0fdc346aabfb213af278036
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