Corrected a bug with obtaining Physical Interface Standard information

This commit is contained in:
Thomas Schmitt 2011-11-02 13:07:56 +00:00
parent afe242f920
commit a1158a118b
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2011.11.02.074334"
#define Cdrskin_timestamP "2011.11.02.130735"

View File

@ -2705,7 +2705,7 @@ static int mmc_get_configuration_al(struct burn_drive *d, int *alloc_len)
} else if (feature_code == 0x01) {
phys_if_std = (descr[4] << 24) | (descr[5] << 16) |
(descr[6] << 8) | descr[9];
(descr[6] << 8) | descr[7];
if (phys_if_std == 1)
phys_name = "SCSI Family";
else if(phys_if_std == 2)