Imported Upstream version 0.79.3

This commit is contained in:
Rogério Brito
2010-12-13 14:18:26 -02:00
parent 555c0daf7d
commit 205701b3de
614 changed files with 4486 additions and 2191 deletions

View File

@@ -163,6 +163,9 @@ int SendPacket(DeviceHandle *dh, unsigned char *cmd, int cdb_size, unsigned char
case DATA_WRITE:
sc.flags = SCCMD_WRITE;
break;
case DATA_NONE:
sc.flags = 0;
break;
default:
Stop("illegal data_mode: %d", data_mode);
}