--- a/extras/ata_id/ata_id.c 2010-11-10 01:30:53.000000000 +0100 +++ b/extras/ata_id/new.c 2011-01-09 12:27:10.000000000 +0100 @@ -397,12 +397,12 @@ /* SPC-4, section 6.4.2: Standard INQUIRY data */ peripheral_device_type = inquiry_buf[0] & 0x1f; - if (peripheral_device_type == 0x05) +/* if (peripheral_device_type == 0x05) { is_packet_device = 1; ret = disk_identify_packet_device_command(fd, out_identify, 512); goto check_nul_bytes; - } + } */ if (peripheral_device_type != 0x00) { ret = -1; errno = EIO;