Corrected a bug with obtaining Physical Interface Standard information
This commit is contained in:
parent
a0f86d7e9e
commit
f05b812c36
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2011.11.02.074334"
|
||||
#define Cdrskin_timestamP "2011.11.02.130735"
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user