On Tue, 3 Aug 2010, Matthew Dharm wrote: > I'm willing to bet there are more devices out there like this. Experience > has shown that the more we make the stack issue commands to the device like > one of the "popular" OSes, the fewer problems we have. Thus, I prefer to > fix these where commands originate. This is a good point. Since Windows apparently never sends READ_DISC_INFO commands, we court trouble by using those commands in the cdrom driver. Is there any way to avoid using them? As far as the READ-CAPACITY(16) bug, there may be a simpler fix. In sd_read_capacity(), change if (sdp->fix_capacity || to if ((sdp->fix_capacity && sdkp->capacity > 0) || Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html