Add interface for retrieval of last SCSI sense command.

This commit is contained in:
R. Bernstein
2009-12-25 08:36:02 -05:00
parent 507beb23a1
commit c498cec5e1
8 changed files with 216 additions and 156 deletions

View File

@@ -1236,7 +1236,7 @@ run_mmc_cmd_linux( void *p_user_data,
cgc.data_direction = (SCSI_MMC_DATA_READ == e_direction)
? CGC_DATA_READ : CGC_DATA_WRITE;
#ifdef HAVE_LINUX_CDROM_TIMEOUT
cgc.timeout = i_timeout_ms;
cgc.timeout = i_timeout_ms;
#endif
{