commit | b2bb550c4a10c44e99fe469cfaee81e2e3109994 | [log] [tgz] |
---|---|---|
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | Thu Dec 28 19:57:49 2006 +0100 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Sat Dec 30 14:26:41 2006 +0100 |
tree | 42db53cec59a5ea56169d497ba5fd15e3ce143bf | |
parent | cc016448b0bf0764928275d034e367753bde8162 [diff] |
ieee1394: sbp2: pass REQUEST_SENSE through to the target Delete some incorrect code, left over from the initial driver submission in March 2001. SBP-2 targets should provide sense data via the SBP-2 status block (autosense). We have to pass the REQUEST_SENSE command through to targets which don't implement autosense, if there are any, and to accomodate application clients which use this command. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>